Skip to content

v2.1.0

Compare
Choose a tag to compare
@leadpony leadpony released this 02 Apr 13:14
· 97 commits to master since this release

2.1.0 - 2020-04-02

Added

  • New API for reading JSON and JSON schema with a JsonParser as a source. Contributed by @simon-greatrix
    • JsonValidationService.readSchema(JsonParser)
    • JsonValidationService.createParser(JsonParser, JsonSchema, ProblemHandler)
    • JsonValidationService.createReader(JsonParser, JsonSchema, ProblemHandler)
    • JsonSchemaReaderFactory.createSchemaReader(JsonParser)

Changed

  • Regex patterns are now validated as BMP pattern described by the ECMAScript Language Specification, changed from Unicode pattern which was adopted by older versions. (Issue #47 reported by @marsangr).