Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
1.0.41
1.0.41 - 2020-06-25
Added
Changed
- fixes #307 Make runtime dependency to org.jruby.joni:joni optional. Thanks @buuhuu
- fixes #305 Automatically determine schema version from schema file. Thanks @Subhajitdas298
- fixes #297 ValidationContext using is not correct in UUIDValidator. Thanks @qiunju
1.0.40
1.0.40 - 2020-05-27
Added
Changed
- fixes #294 fixes unknownMetaSchema error with normalized URI
Upgrade Guide
If you have customized meta schema URL, make sure to use https and no query parameters and fragment.
1.0.39
1.0.39 - 2020-04-28
Added
Changed
1.0.38
1.0.38 - 2020-04-12
Added
Changed
- fixes #281 EmailValidator use ValidatorTypeCode Datetime
1.0.37
1.0.37 - 2020-04-06
Added
Changed
- fixes #280 NullPointerException in regex pattern validation if no SchemaValidatorsConfig is passed. Thanks @waizuwolf
1.0.36
1.0.36 - 2020-03-22
Added
Changed
- fixes #273 make the getInstance() deprecated
- fixes #258 Cyclic dependencies result in StackOverflowError. Thanks @francesc79
1.0.35
1.0.35 - 2020-03-13
Added
Changed
- fixes #272 Use ECMA-262 validator when requested. Thanks @eirnym
1.0.34
1.0.34 - 2020-03-12
Added
Changed
- fixes #268 Collector Context changes to handle simple Objects. Thanks @prashanthjos
- fixes #266 reformat the code and resolve JavaDoc warnings
1.0.33
1.0.33 - 2020-03-09
Added
Changed
- fixes #264 Handling JSONPointer (URI fragment identifier) with no base uri. Thanks @rzukowski
- fixes #255 Dereferencing subschemas by $id with $ref in the same file does not seem to work. Thanks @rzukowski
1.0.32
1.0.32 - 2020-03-07
Added
Changed