Skip to content

Releases: networknt/json-schema-validator

1.0.50

18 Mar 16:36
Compare
Choose a tag to compare

1.0.50 - 2021-03-18

Added

Changed

  • fixes #387 Resolve the test case errors for TypeFactoryTest
  • fixes #385 Fixing concurrency and compilation issues. Thanks @prashanthjos
  • fixes #383 Nested oneOf gives incorrect validation error. Thanks @JonasProgrammer
  • fixes #379 Add lossless narrowing conversion. Thanks @hkupty
  • fixes #378 Upgrade Jackson to 2.12.1 and Undertow to 2.2.4.Final

1.0.49

17 Feb 13:29
Compare
Choose a tag to compare

1.0.49 - 2021-02-17

Added

Changed

  • fixes #375 PropertyNames to return validator value on error. Thanks @Eivyses
  • fixes #335 Fixed parallel processing. @thanks @mweber03

1.0.48

04 Feb 13:33
Compare
Choose a tag to compare

1.0.48 - 2021-02-04

Added

Changed

1.0.47

16 Jan 05:44
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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