json2typescript
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -0,1 +1,17 @@ | ||
# v1.2.5 (2020-03-01) | ||
## Bug Fixes | ||
* Added missing Changelog for current version, closes [#124](https://github.com/AppVision-GmbH/json2typescript/issues/124) | ||
# v1.2.4 (2020-03-01) | ||
## Features | ||
* Added automation tests on the repository with Travis CI | ||
## Bug Fixes | ||
* Fixed bug in property mapping of complex class inheritances, closes [#121](https://github.com/AppVision-GmbH/json2typescript/pull/121) | ||
# v1.2.3 (2019-05-11) | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "json2typescript", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Provides TypeScript methods to map a JSON object to a JavaScript object on runtime", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121771