Skip to content

Releases: networknt/json-schema-validator

0.1.25

13 Dec 01:05
Compare
Choose a tag to compare

0.1.25 - 2018-12-12

Added

Changed

0.1.24

21 Nov 17:59
Compare
Choose a tag to compare

0.1.24 - 2018-11-21

Added

Changed

  • fixes #105 temporary fix to performance issue. Thanks @nitin456

0.1.23

06 Oct 03:56
Compare
Choose a tag to compare

0.1.23 - 2018-10-02

Added

Changed

  • fixes #103 Boolean type validation for the string type is incorrect

0.1.22

11 Sep 15:43
Compare
Choose a tag to compare

0.1.22 - 2018-09-11

Added

Changed

  • fixes #101 enhance TypeValidator trying to convert type from TEXT

0.1.21

15 Aug 00:29
Compare
Choose a tag to compare

0.1.21 - 2018-08-14

Added

Changed

  • fixes #94 Fix min/max error message of integer fields displayed as doubles. Thanks @NicholasAzar
  • fixes #93 Adding support for nullable fields. Thanks @NicholasAzar

0.1.20

30 Jul 12:59
Compare
Choose a tag to compare

0.1.20 - 2018-07-30

Added

Changed

  • fixes #85 Update version in maven dependency sample. Thanks @banterCZ
  • fixes #89 Added example for custom keywords in tests. Thanks @klas Kalaß
  • fixes #90 Remove unused dependency to slf4j-ext due to security issue. Thanks @Thorbias
  • fixes #91 update one test case to ensure compatibility of Java 6
  • fixes #92 rollback type validator for null value as it is against spec.

0.1.19

07 Apr 14:54
Compare
Choose a tag to compare

0.1.19 - 2018-04-07

Added

Changed

  • fixes #84 remove Java 8 optional to ensure that this library can be Java 6 compatible. Thanks @johnygeorge
  • fixes #81 java.lang.NoClassDefFoundError: Failed resolution of: Ljava/util/Optional. Thanks @johnygeorge
  • fixes #83 upgrade to undertow 1.4.23.Final in sync with other repo

0.1.18

04 Apr 19:49
Compare
Choose a tag to compare

0.1.18 - 2018-04-04

Added

Changed

  • Fixes #80 upgrade to jackson 2.9.5 and undertow 1.4.20.Final
  • Fixes #77 One of was broken - it did not fail when there were no valid schemas. Thanks @kkalass
  • Fixes #76 Make remaining JsonSchema constructors public. Thanks @kkalass

0.1.17

10 Mar 01:10
Compare
Choose a tag to compare

0.1.17 - 2018-03-09

Added

Changed

  • Fixes #72 build JAR with OSGi support. Thanks @lichtin
  • Fixes #71 Github Quickstart section out-of-date. Thanks @lichtin

0.1.15

16 Feb 20:38
Compare
Choose a tag to compare

0.1.15 - 2017-02-16

Added

Changed

  • Fixes #65 enhance day validation regex for date format. Thanks @ChenYan71