All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Release the library in Java 6 as there are still developer using it. Thanks @basinilya
- Fixes #37 adding relative $ref url. Thanks @eskabetxe
- Recursive load fix #36 Thanks @thekensta
- Fixes #25 Enable Undertow server to test remote schemas
- Add test with id schema as url Thanks @eskabetxe
- If schema not valid to oneOf, added all errors. Thanks @eskabetxe
- Fixes #20 added default messages to empty messages on ValidatorTypeCode. Thanks @eskabetxe
- Fixes #22 only check subschema if distinct from schema, and minor changes. Thanks @eskabetxe
- Fixes #24 update dependencies versions. Thanks @eskabetxe
- Fixes #19 make undertow test scope
- Fixes #6 Match subsequence instead of entire input sequence. Thanks @mspiegel
- Sycn with official test suites and documented failed test cases.
- Fixes #4 MinLength and MaxLength validator for unicode string. Thanks for @dola to point me to the right direction.
- Broken escaping in pattern for uris #1
- First version