Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 19:12
· 3 commits to master since this release
1de372b

3.0.0 (2023-03-05)

Features

  • Upgrade jsonlint to get better JSON Schema support (1de372b)

BREAKING CHANGES

  • Dropped support for Node.js 12 . The minimum supported version is Node.js 14.
  • The default environment recognises only JSON Schema drafts 06 and 07 automatically. Not 04 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 new and could perform a stricter validation.