Skip to content

Releases: networknt/json-schema-validator

1.0.31

21 Feb 21:42
Compare
Choose a tag to compare

1.0.31 - 2020-02-21

Added

Changed

1.0.30

12 Feb 02:07
Compare
Choose a tag to compare

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
Choose a tag to compare

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

1.0.28

25 Nov 15:14
Compare
Choose a tag to compare

1.0.28 - 2019-11-25

Added

Changed

  • fixes #219 Fix for oneOf when not all properties are matched. Thanks @aznan2

1.0.27

18 Nov 16:00
Compare
Choose a tag to compare

1.0.27 - 2019-11-18

Added

Changed

  • fixes #216 Fix remote ref to follow redirects. Thanks @andersonf
  • fixes #214 the if-then-else.json is failed in test for V7 and V2019-09. Thanks @andersonf
  • fixes #54 support for draft V6, V7 and V2019-09
  • fixes #211 move the current test cases from tests to draft4 folder in the resource

Upgrade Guidelines:

To enable easy support for both developers and users for future draft release of spec, we have refactored the library in this release. All the changes are backward compatible if you are using draftv4 only. For more details, please take a look at https://github.com/networknt/json-schema-validator/blob/master/doc/specversion.md

1.0.26

07 Nov 18:08
Compare
Choose a tag to compare

1.0.26 - 2019-11-07

Added

Changed

  • fixes #208 error when same ref name in different ref files. Thanks @andersonf

1.0.25

06 Nov 15:17
Compare
Choose a tag to compare

1.0.25 - 2019-11-06

Added

Changed

1.0.24

01 Nov 01:05
Compare
Choose a tag to compare

1.0.24 - 2019-10-31

Added

Changed

  • fixes #203 String for Number should fail with the default SchemaValidatorsConfig

1.0.23

28 Oct 15:12
Compare
Choose a tag to compare

1.0.23 - 2019-10-28

Added

Changed

  • fixes #199 More than a million validation errors crash the application. Thanks @khiftikhar

1.0.22

22 Oct 19:29
Compare
Choose a tag to compare

1.0.22 - 2019-10-22

Added

Changed