Skip to content

Releases: networknt/json-schema-validator

1.0.48

04 Feb 13:33

Choose a tag to compare

1.0.48 - 2021-02-04

Added

Changed

1.0.47

16 Jan 05:44

Choose a tag to compare

1.0.47 - 2021-01-16

Added

Changed

  • fixes #368 Fixing Walk Listeners Issues. @thanks prashanthjos
  • fixes #363 Date-time validation fails depending on local time zone. Thanks @ennoruijters

1.0.46

30 Dec 16:20

Choose a tag to compare

1.0.46 - 2020-12-30

Added

Changed

  • fixes #362 Date-time validation fails depending on local time zone Thanks @ennoruijters
  • fixes #361 Validation of oneOf depends on schema order @thanks ennoruijters
  • fixes #360 add four project links to the README.md
  • fixes #354 OneOf validator is not throwing valid error if any of the child nodes has invalid schemas Thanks @prubdeploy
  • fixes #351 Add anchor and deprecated as NonValidationKeywords for v2019-09 draft Thanks @anicolasgar
  • fixes #340 YAML source location handling Thanks @ascertrobw

1.0.45

21 Nov 16:53

Choose a tag to compare

1.0.45 - 2020-11-21

Added

Changed

  • fixes #347 NPE at JsonSchema.combineCurrentUriWithIds(JsonSchema.java:90) Thanks @wheelerlaw
  • fixes #345 optimize imports in the src folder
  • fixes #343 Improve type validation of numeric values Thanks @oguzhanunlu

1.0.44

20 Oct 14:11

Choose a tag to compare

1.0.44 - 2020-10-20

Added

Changed

  • fixes #336 Adding walk capabilities to networknt. Thanks @prashanthjos
  • fixes #332 Bump junit from 4.12 to 4.13.1
  • fixes #329 JRuby Joni dependency and its dependencies
  • fixes #328 Add $comment as a NonValidationKeyword for v7 and v2019 drafts. Thanks @kmalski
  • fixes #324 Generate module-info, fix build on JDK11 Thanks @handcraftedbits
  • fixes #323 FIX: potential duplicate log entry due to race condition Thanks @kkonrad
  • fixes #319 resolve a java doc warning in CollectorContext

1.0.43

10 Aug 17:44

Choose a tag to compare

1.0.43 - 2020-08-10

Added

Changed

  • fixes #317 Compatible with Jackson 2.9.x. Thanks @pan3793
  • fixes #315 implement propertyNames validator for v6, v7 and v2019-09

1.0.42

30 Jun 21:07

Choose a tag to compare

1.0.42 - 2020-06-30

Added

Changed

  • fixes #311 Split the PatternValidator into 2 classes. Thanks @buuhuu

1.0.41

25 Jun 18:12

Choose a tag to compare

1.0.41 - 2020-06-25

Added

Changed

  • fixes #307 Make runtime dependency to org.jruby.joni:joni optional. Thanks @buuhuu
  • fixes #305 Automatically determine schema version from schema file. Thanks @Subhajitdas298
  • fixes #297 ValidationContext using is not correct in UUIDValidator. Thanks @qiunju

1.0.40

27 May 18:18

Choose a tag to compare

1.0.40 - 2020-05-27

Added

Changed

  • fixes #294 fixes unknownMetaSchema error with normalized URI

Upgrade Guide

If you have customized meta schema URL, make sure to use https and no query parameters and fragment.

1.0.39

29 Apr 00:57

Choose a tag to compare

1.0.39 - 2020-04-28

Added

Changed