Skip to content

Releases: networknt/json-schema-validator

1.0.2

05 Feb 21:12
Compare
Choose a tag to compare

1.0.2 - 2019-02-05

Added

Changed

  • fixes #114 LocalDateTime validation error. Thanks @ChenYan71
  • fixes #113 Fixed validation for path parameters and query parameters. Thanks @jiachen1120

1.0.1

11 Jan 14:08
Compare
Choose a tag to compare

1.0.1 - 2019-01-10

Added

Changed

  • fixes #112 AnyOfValidator: only return expectedTypeList if not empty. Thanks @c14s
  • fixes #111 Validation failure for the optional field in a schema - in the PropertiesValidator. Thanks @ddobrin

0.1.26

24 Dec 14:06
Compare
Choose a tag to compare

0.1.26 - 2018-12-24

Added

Changed

  • fixes #110 Validation Error when using OneOf in OpenAPI specs. Thanks @ddobrin

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