Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
0.1.20
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
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
0.1.17
0.1.15
0.1.14
0.1.13
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.10
0.1.10 - 2017-07-22
Added
Changed
- Release the library in Java 6 as there are still developer using it. Thanks @basinilya