Skip to content

Releases: networknt/json-schema-validator

1.0.16

25 Jun 00:43
Compare
Choose a tag to compare

1.0.16 - 2019-06-24

Added

Changed

  • fixes #166 Allow using URN and not just URLs. Thanks @jawaff

1.0.15

14 Jun 12:37
Compare
Choose a tag to compare

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

07 Jun 02:53
Compare
Choose a tag to compare

1.0.14 - 2019-06-06

Added

Changed

  • fixes #163 update typeLoose to false as before merging the PR 141
  • fixes #162 bump up java version to 1.8
  • fixes #141 Improved Ref Validator. Thanks @jawaff

1.0.13

05 Jun 14:09
Compare
Choose a tag to compare

1.0.13 - 2019-06-05

Added

Changed

  • fixes #158 date-time format should consider colon in timezone optional. Thanks @chuwy

1.0.12

30 May 14:25
Compare
Choose a tag to compare

1.0.12 - 2019-05-30

Added

Changed

1.0.11

28 May 18:52
Compare
Choose a tag to compare

1.0.11 - 2019-05-28

Added

Changed

1.0.10

23 May 02:03
Compare
Choose a tag to compare

1.0.10 - 2019-05-22

Added

Changed

1.0.9

22 May 01:30
Compare
Choose a tag to compare

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

29 Apr 21:10
Compare
Choose a tag to compare

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

10 Apr 17:11
Compare
Choose a tag to compare

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