Skip to content

Releases: networknt/json-schema-validator

0.1.14

15 Feb 03:31
Compare
Choose a tag to compare

0.1.14 - 2017-02-14

Added

Changed

  • Fixes #64 Add simple tests for ValidatorTypeCode. Thanks @ehrmann
  • Fixes #61 Restore validator type code from value. Thanks @ehrmann

0.1.13

10 Dec 22:40
Compare
Choose a tag to compare

0.1.13 - 2017-12-10

Added

Changed

  • Fixes #53 Optimization for OneOf. Thanks @kkalass
  • Fixes #52 References that cannot be resolved should be treated as an error. Thanks @kkalass
  • Fixes #51 Resolve sub schema node only if really needed. Thanks @kkalass

0.1.12

24 Nov 02:48
Compare
Choose a tag to compare

0.1.12 - 2017-11-23

Added

Changed

  • Fixes #50 Support custom meta schemas with custom keywords and formats. Thanks @kkalass
  • Fixes #49 Use LinkedHashSets for ValidationMessages. Thanks @ehrmann
  • Fixes #48 Remove unnecessary todo. Thanks @ehrmann
  • Fixes #47 Change access modifiers in ValidationMessage. Thanks @ehrmann
  • Fixes #45 Added test case for loading schemas from classpath. Thanks @kenwa

0.1.11

18 Oct 10:42
Compare
Choose a tag to compare

0.1.11 - 2017-10-18

Added

  • Fixes #43 Load reference schemas from classpath is supported. Thanks @kenwa

Changed

0.1.10

22 Jul 16:51
Compare
Choose a tag to compare

0.1.10 - 2017-07-22

Added

Changed

  • Release the library in Java 6 as there are still developer using it. Thanks @basinilya

0.1.9

03 Jul 18:20
Compare
Choose a tag to compare

0.1.9 - 2017-07-03

Added

Changed

0.1.8

17 Jun 15:10
Compare
Choose a tag to compare

0.1.8 - 2017-06-17

Added

Changed

0.1.7

27 Apr 02:39
Compare
Choose a tag to compare

0.1.7 - 2017-04-26

Added

Changed

  • 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

0.1.6

04 Apr 02:36
Compare
Choose a tag to compare

0.1.6 - 2017-04-03

Added

Changed

  • 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

0.1.5

25 Mar 13:58
Compare
Choose a tag to compare

0.1.5 - 2017-03-25

Added

Changed

  • Fixes #19 make undertow test scope