Skip to content

v3.0.0

Compare
Choose a tag to compare
@prantlf prantlf released this 18 May 22:04
· 175 commits to master since this release

3.0.0 (2019-05-18)

Bug Fixes

  • Replace JSON schema validator JSV with ajv, because JSV is not maintained any more and does not support current JSON schema drafts (1a4864f)

BREAKING CHANGES

  • The environment for the JSON schema validation "json-schema-draft-03" is not available any more.
    Migrate your schemas from the JSON schema draft 03 to 04 or newer. Drafts 04, 06 and 07 are supported with this release.