Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
0.1.23
06 Oct 03:56
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
0.1.15 - 2017-02-16
Added
Changed
Fixes #65 enhance day validation regex for date format. Thanks @ChenYan71
0.1.14
15 Feb 03:31
Compare
Sorry, something went wrong.
No results found
0.1.14 - 2017-02-14
Added
Changed
Fixes #64 Add simple tests for ValidatorTypeCode. Thanks @ehrmann
Fixes #61 Restore validator type code from value. Thanks @ehrmann
0.1.13
10 Dec 22:40
Compare
Sorry, something went wrong.
No results found
0.1.13 - 2017-12-10
Added
Changed
Fixes #53 Optimization for OneOf. Thanks @kkalass
Fixes #52 References that cannot be resolved should be treated as an error. Thanks @kkalass
Fixes #51 Resolve sub schema node only if really needed. Thanks @kkalass