Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
1.0.16
1.0.15
1.0.15 - 2019-06-14
Added
Changed
- fixes #160 when schema type is an integer but max/min value is a float point number. Thanks @BalloonWen
Upgrade Guideline
This release is built for Java 8 and Java 6 is not supported anymore. For users who are stuck with Java 6, please contact us.
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.9 - 2019-05-21
Added
Changed
- fixes #147 Fails to validate MIN and MAX when number type is converted to BigInteger. Thanks @jiachen1120
- fixes #145 Fix bug parsing array query params when only one item present. Thanks @jiachen1120
- fixes #142 validation for enum object type. Thanks @jiachen1120
- fixes #136 Maps of URLs can have performance impacts. Thanks @rhwood
- fixes #134 $ref external schema references do not use URL mappings. Thanks @rhwood