Skip to content

1.0.79

Compare
Choose a tag to compare
@stevehu stevehu released this 27 Mar 14:38
· 250 commits to master since this release

1.0.79 - 2023-03-27

Added

Changed

  • add a doc for metaschema validation
  • fixes #682 Adds support for translating one URI into another. Thanks @fdutton
  • fixes #604 add disabled test case to reproduce the NPE.
  • fixes changing ReadOnlyValidator to use boolean property instead of array. Thanks @jorgesartori
  • fixes #679 Add option to disable uri schema cache in JsonSchemaFactory. Thanks @Kaaviyan
  • fixes #664 Avoid throwing exceptions and error-level logging. Thanks @CremboC
  • fixes #675 Update README.md file. Thanks @hcnicepink
  • fixes #672 add multiple language doc.
  • fixes #671 Support time offsets in the time format. Thanks @JDziurlaj