Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
1.0.28
25 Nov 15:14
Compare
Sorry, something went wrong.
No results found
1.0.28 - 2019-11-25
Added
Changed
fixes #219 Fix for oneOf when not all properties are matched. Thanks @aznan2
1.0.27
18 Nov 16:00
Compare
Sorry, something went wrong.
No results found
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
1.0.26
07 Nov 18:08
Compare
Sorry, something went wrong.
No results found
1.0.26 - 2019-11-07
Added
Changed
fixes #208 error when same ref name in different ref files. Thanks @andersonf
1.0.25
06 Nov 15:17
Compare
Sorry, something went wrong.
No results found
1.0.25 - 2019-11-06
Added
Changed
1.0.24
01 Nov 01:05
Compare
Sorry, something went wrong.
No results found
1.0.24 - 2019-10-31
Added
Changed
fixes #203 String for Number should fail with the default SchemaValidatorsConfig
1.0.23
28 Oct 15:12
Compare
Sorry, something went wrong.
No results found
1.0.23 - 2019-10-28
Added
Changed
fixes #199 More than a million validation errors crash the application. Thanks @khiftikhar
1.0.22
22 Oct 19:29
Compare
Sorry, something went wrong.
No results found
1.0.22 - 2019-10-22
Added
Changed
1.0.21
18 Oct 01:20
Compare
Sorry, something went wrong.
No results found
1.0.21 - 2019-10-17
Added
Changed
fixes #192 upgrade Jackson to 2.9.10
fixes #190 OneOfValidator cannot validate an object with multiple properties.Thanks @ddobrin
fixes #188 could not validate the email format in JSON schema
fixes #187 SchemaValidatorsConfig not propagated
1.0.20
12 Sep 00:39
Compare
Sorry, something went wrong.
No results found
1.0.20 - 2019-09-10
Added
Changed
fixes #183 Validation error when field is nullable and consumer sends in a null value. Thanks @ddobrin
fixes #185 Validation issue in oneOf when elements have optional fields. Thanks @ddobrin
1.0.19
13 Aug 22:17
Compare
Sorry, something went wrong.
No results found
1.0.19 - 2019-08-13
Added
Changed
fixes #182 Jackson-databind vulnerability version update
fixes #180 Stack overflow when using recursive references, $ref. Thanks @davidvisiedo
fixes #96 stackOverflowError loading schema file. Thanks @davidvisiedo
fixes #44 Validator hang on validation. Thanks @davidvisiedo
fixes #28 Validator hangs on large json data files. Thanks @davidvisiedo
fixes #13 Cannot get the validation result with self-reference schema. Thanks @davidvisiedo
fixes #177 OneOf Validator Incorrectly Failing. Thanks @jawaff