Skip to content

1.0.83

Compare
Choose a tag to compare
@stevehu stevehu released this 27 May 02:52
· 106 commits to master since this release

1.0.83 - 2023-05-26

Added

  • fixes #779 Adds support for cross-draft validation. Thanks @fdutton
  • fixes #777 Adds support for handling integer overflow. Thanks @fdutton

Changed

  • fixes #788 update JsonSchema to fix the Javadoc issues
  • fixes #787 Allows to override date-time and duration validators. Thanks @josejulio
  • fixes #786 Allow walking of the schema for items keyword when non-array node is provided. Thanks @anjnerajat
  • fixes #783 Resolves improper anchoring of patternProperties. Thanks @fdutton