Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
1.0.11
1.0.11 - 2019-05-28
Added
Changed
1.0.10
1.0.10 - 2019-05-22
Added
Changed
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
1.0.7
1.0.7 - 2019-04-29
Added
Changed
- fixes #140 Convert double to BigDecimal in MultipleOfValidator to make the validation more accurate. Thanks @jiachen1120
1.0.6
1.0.6 - 2019-04-10
Added
Changed
- fixes #132 minimum/maximum validation of integral numbers prone to overflow. Thanks @kosty
- fixes #123 Add a link to Javadocs. Thanks @rhwood
1.0.5
1.0.5 - 2019-04-01
Added
Changed
- fixes #127 update license copyright and add NOTICE
- fixes #125 feat: Add URL mappings. Thanks @rhwood
1.0.4
1.0.4 - 2019-03-14
Added
Changed
- fixes #119 Almost JSON-spec compliant validation of numeric values. Thanks @kosty
- fixes #120 Update the version in the README.md file. Thanks @ChenYan71
1.0.3
1.0.3 - 2019-02-10
Added
Changed
- fixes #116 Fail to validate numeric and Integer in TypeValidator. Thanks @jiachen1120
1.0.2
1.0.2 - 2019-02-05
Added
Changed
- fixes #114 LocalDateTime validation error. Thanks @ChenYan71
- fixes #113 Fixed validation for path parameters and query parameters. Thanks @jiachen1120
1.0.1
1.0.1 - 2019-01-10
Added
Changed
- fixes #112 AnyOfValidator: only return expectedTypeList if not empty. Thanks @c14s
- fixes #111 Validation failure for the optional field in a schema - in the PropertiesValidator. Thanks @ddobrin