Releases: eclipsesource/play-json-schema-validator
Releases · eclipsesource/play-json-schema-validator
v0.8.9
Release for Scala 2.11 + Play JSON 2.5.x:
- schemas added via
addSchema
are resolved correctly (#98)
date-time
format uses java.time.OffsetDateTime.parse
(#112)
- Improved performance (#116)
0.8.6
- Support for i18n and customization of error messages
- Fix issue #78: Fix missing value when validating
additionalProperties
- Fix issue #79: Duplicate reports within
errors
property
0.8.5
- Fix wrong instance paths (#76)
- Include validation keyword in error reporting format
0.8.4
- Fix for issues #69
- Support for custom relative refs (with and without scheme) as well as absolute URL (with scheme only). For an example, please see the test cases here.
0.8.3
- Minor API changes for adding URL handlers
- Fixed minor bug in document cache
v0.8.2
- Add issues test-suite of ajv and implemented necessary fixes
- Improvements for Reads/Writes, e.g. now respect description fields
- Add resolutionScope property to error format if resolution scope has been altered during validation
- Fixed issue #65