Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Releases: eclipsesource/play-json-schema-validator

v0.8.9

29 May 18:40
Compare
Choose a tag to compare

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)

v0.9.0

27 May 16:17
Compare
Choose a tag to compare
Releasing 0.9.0

0.8.8

13 Feb 21:44
Compare
Choose a tag to compare

Fixes issues #92, #93, #94, #98 & #99

0.8.7

05 Feb 20:00
Compare
Choose a tag to compare

0.8.6

02 Dec 15:37
Compare
Choose a tag to compare
  • 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

29 Sep 15:33
Compare
Choose a tag to compare
  • Fix wrong instance paths (#76)
  • Include validation keyword in error reporting format

0.8.4

05 Sep 18:34
Compare
Choose a tag to compare
  • 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

21 Aug 21:17
Compare
Choose a tag to compare
  • Minor API changes for adding URL handlers
  • Fixed minor bug in document cache

v0.8.2

16 Aug 20:01
Compare
Choose a tag to compare
  • 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