openapi-diff
Advanced tools
Comparing version 0.21.0 to 0.22.0
@@ -0,1 +1,11 @@ | ||
<a name="0.22.0"></a> | ||
# [0.22.0](https://bitbucket.org/atlassian/openapi-diff/compare/0.21.0...0.22.0) (2019-04-09) | ||
### Features | ||
* add support for minItems, maxItems, minProperties, maxProperties and allOf keywords in request and response bodies ([96987f8](https://bitbucket.org/atlassian/openapi-diff/commits/96987f8)) | ||
<a name="0.21.0"></a> | ||
@@ -2,0 +12,0 @@ # [0.21.0](https://bitbucket.org/atlassian/openapi-diff/compare/0.20.0...0.21.0) (2019-02-28) |
{ | ||
"name": "openapi-diff", | ||
"version": "0.21.0", | ||
"version": "0.22.0", | ||
"description": "A CLI tool to identify differences between Swagger/OpenAPI specs.", | ||
@@ -65,3 +65,3 @@ "bin": { | ||
"js-yaml": "^3.12.0", | ||
"json-schema-diff": "^0.10.0", | ||
"json-schema-diff": "^0.12.0", | ||
"jsonpointer": "^4.0.1", | ||
@@ -68,0 +68,0 @@ "lodash": "^4.17.10", |
@@ -40,2 +40,12 @@ # OpenAPI Diff | ||
## Feature support | ||
See [SPEC_SUPPORT.md](SPEC_SUPPORT.md) | ||
See [SPEC_SUPPORT.md](SPEC_SUPPORT.md) for details on which Swagger/OpenApi keywords the tool currently supports | ||
detecting differences within. | ||
## Changelog | ||
See [CHANGELOG.md](CHANGELOG.md) | ||
## Contributing | ||
See [CONTRIBUTING.md](CONTRIBUTING.md) | ||
## License | ||
See [LICENSE.txt](LICENSE.txt) |
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
98715
51
+ Addedjson-schema-diff@0.12.1(transitive)
- Removeddebug@3.2.7(transitive)
- Removedjson-schema-diff@0.10.0(transitive)
- Removedjson-schema-ref-parser@5.1.3(transitive)
- Removedms@2.1.3(transitive)
Updatedjson-schema-diff@^0.12.0