Skip to content

Releases: networknt/json-schema-validator

0.1.4

06 Feb 19:00
Compare
Choose a tag to compare

0.1.4 - 2017-02-06

Added

Changed

  • Fixes #6 Match subsequence instead of entire input sequence. Thanks @mspiegel

0.1.3

04 Nov 01:28
Compare
Choose a tag to compare

0.1.3 - 2016-11-03

Added

Changed

  • 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.

0.1.2

20 Oct 06:02
Compare
Choose a tag to compare

0.1.2 - 2016-10-20

Added

Changed

  • Broken escaping in pattern for uris #1 Thanks rweyand

0.1.1

19 Sep 00:42
Compare
Choose a tag to compare

This is a Java JSON schema validator based on Jackson parser. It is implemented json schema draft v4.