Skip to content

2.0.0

Compare
Choose a tag to compare
@prantlf prantlf released this 05 Mar 19:46
· 10 commits to master since this release
2e45007

14.0.0 (2023-03-05)

Features

  • Upgrade jsonlint to get better JSON Schema support (2e45007)

BREAKING CHANGES

  • The default environment recognises only JSON Schema drafts 06 and 07 automatically. Not 0
    4 any more. The environment for JSON Schema drafts 04 has to be selected explicitly. Also, JSON Schema drafts
    06 and 07 are handled by AJV@8 instead of AJV@6. It shouldn't make any difference, but the implementation is n
    ew and could perform a stricter validation.