Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
0.1.12
24 Nov 02:48
Compare
Sorry, something went wrong.
No results found
0.1.12 - 2017-11-23
Added
Changed
Fixes #50 Support custom meta schemas with custom keywords and formats. Thanks @kkalass
Fixes #49 Use LinkedHashSets for ValidationMessages. Thanks @ehrmann
Fixes #48 Remove unnecessary todo. Thanks @ehrmann
Fixes #47 Change access modifiers in ValidationMessage. Thanks @ehrmann
Fixes #45 Added test case for loading schemas from classpath. Thanks @kenwa
0.1.11
18 Oct 10:42
Compare
Sorry, something went wrong.
No results found
0.1.11 - 2017-10-18
Added
Fixes #43 Load reference schemas from classpath is supported. Thanks @kenwa
Changed
0.1.10
22 Jul 16:51
Compare
Sorry, something went wrong.
No results found
0.1.10 - 2017-07-22
Added
Changed
Release the library in Java 6 as there are still developer using it. Thanks @basinilya
0.1.9
03 Jul 18:20
Compare
Sorry, something went wrong.
No results found
0.1.9 - 2017-07-03
Added
Changed
0.1.8
17 Jun 15:10
Compare
Sorry, something went wrong.
No results found
0.1.8 - 2017-06-17
Added
Changed
0.1.7
27 Apr 02:39
Compare
Sorry, something went wrong.
No results found
0.1.7 - 2017-04-26
Added
Changed
Fixes #25 Enable Undertow server to test remote schemas
Add test with id schema as url Thanks @eskabetxe
If schema not valid to oneOf, added all errors. Thanks @eskabetxe
0.1.6
04 Apr 02:36
Compare
Sorry, something went wrong.
No results found
0.1.6 - 2017-04-03
Added
Changed
Fixes #20 added default messages to empty messages on ValidatorTypeCode. Thanks @eskabetxe
Fixes #22 only check subschema if distinct from schema, and minor changes. Thanks @eskabetxe
Fixes #24 update dependencies versions. Thanks @eskabetxe
0.1.5
25 Mar 13:58
Compare
Sorry, something went wrong.
No results found
0.1.5 - 2017-03-25
Added
Changed
Fixes #19 make undertow test scope
0.1.4
06 Feb 19:00
Compare
Sorry, something went wrong.
No results found
0.1.4 - 2017-02-06
Added
Changed
Fixes #6 Match subsequence instead of entire input sequence. Thanks @mspiegel
0.1.3
04 Nov 01:28
Compare
Sorry, something went wrong.
No results found
0.1.3 - 2016-11-03
Added
Changed
Sycn with official test suites and documented failed test cases.
Fixes #4 MinLength and MaxLength validator for unicode string. Thanks for @dola to point me to the right direction.