Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
1.0.38
13 Apr 03:50
Compare
Sorry, something went wrong.
No results found
1.0.38 - 2020-04-12
Added
Changed
fixes #281 EmailValidator use ValidatorTypeCode Datetime
1.0.37
07 Apr 00:48
Compare
Sorry, something went wrong.
No results found
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
22 Mar 12:54
Compare
Sorry, something went wrong.
No results found
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
13 Mar 18:42
Compare
Sorry, something went wrong.
No results found
1.0.35 - 2020-03-13
Added
Changed
fixes #272 Use ECMA-262 validator when requested. Thanks @eirnym
1.0.34
12 Mar 13:50
Compare
Sorry, something went wrong.
No results found
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
09 Mar 20:11
Compare
Sorry, something went wrong.
No results found
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
07 Mar 22:02
Compare
Sorry, something went wrong.
No results found
1.0.32 - 2020-03-07
Added
Changed
1.0.31
21 Feb 21:42
Compare
Sorry, something went wrong.
No results found
1.0.31 - 2020-02-21
Added
Changed
1.0.30
12 Feb 02:07
Compare
Sorry, something went wrong.
No results found
1.0.30 - 2020-02-11
Added
Changed
fixes #244 Android 6 support. Thanks @msattel
fixes #247 Resolve schema id from the schema document (for v6 and above). Thanks @martin-sladecek
fixes #243 Improve accuracy of rounding with multipleOf. Thanks @seamusv
fixes #242 add customized fetcher and meta schema doc
1.0.29
16 Dec 14:42
Compare
Sorry, something went wrong.
No results found
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