Releases: prantlf/rollup-plugin-jsonlint
Releases · prantlf/rollup-plugin-jsonlint
2.1.0
2.0.3
v2.0.2
v2.0.1
2.0.0
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.