Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
1.0.31
1.0.30
1.0.30 - 2020-02-11
Added
Changed
1.0.29
1.0.29 - 2019-12-16
Added
Changed
- Update description in pom.xml to match readme.md. Thanks @reftel
- fixes #232 update meta schema URI to https
- fixes #229 move the remotes to resource from draftv4
- fixes #228 support boolean schema in the dependencies validator
- enable const validator test for v6
- fixes #224 support boolean schema for the item validator
- fixes #222 add document for URL mapping
1.0.28
1.0.27
1.0.27 - 2019-11-18
Added
Changed
- fixes #216 Fix remote ref to follow redirects. Thanks @andersonf
- fixes #214 the if-then-else.json is failed in test for V7 and V2019-09. Thanks @andersonf
- fixes #54 support for draft V6, V7 and V2019-09
- fixes #211 move the current test cases from tests to draft4 folder in the resource
Upgrade Guidelines:
To enable easy support for both developers and users for future draft release of spec, we have refactored the library in this release. All the changes are backward compatible if you are using draftv4 only. For more details, please take a look at https://github.com/networknt/json-schema-validator/blob/master/doc/specversion.md