Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
0.1.18
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
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
0.1.15 - 2017-02-16
Added
Changed
- Fixes #65 enhance day validation regex for date format. Thanks @ChenYan71
0.1.14
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
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
0.1.12
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
0.1.11 - 2017-10-18
Added
- Fixes #43 Load reference schemas from classpath is supported. Thanks @kenwa
Changed
0.1.10
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
0.1.9 - 2017-07-03
Added
Changed
0.1.8
0.1.8 - 2017-06-17
Added
Changed