transformalizer
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.0.0"></a> | ||
# [1.0.0](https://github.com/GaiamTV/transformalizer/compare/v1.0.0-beta.2...v1.0.0) (2017-07-20) | ||
### Bug Fixes | ||
* removes v0 semver notice from README ([1f943aa](https://github.com/GaiamTV/transformalizer/commit/1f943aa)) | ||
<a name="1.0.0-beta.2"></a> | ||
@@ -7,0 +17,0 @@ # [1.0.0-beta.2](https://github.com/GaiamTV/transformalizer/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2017-06-22) |
{ | ||
"name": "transformalizer", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0", | ||
"description": "a bare bones node module for building JSON API v1.0 compliant payloads", | ||
@@ -5,0 +5,0 @@ "main": "./dist/transformalizer.js", |
@@ -344,11 +344,5 @@ # transformalizer | ||
## Semver | ||
Until transformalizer reaches a 1.0 release, breaking changes will be released with a new minor version. For example 0.5.1, and 0.5.4 will have the same API, but 0.6.0 will have breaking changes. | ||
## License | ||
Copyright (c) 2017 Gaia. | ||
Copyright (c) 2017 Gaia. | ||
Licensed under the [MIT license](LICENSE.md). |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
78319
1
348