Releases: prantlf/gulp-jsonlint
Releases · prantlf/gulp-jsonlint
v3.0.1
v3.0.0
3.0.0 (2023-03-05)
Features
- Upgrade jsonlint to get better JSON Schema support (b64dc26)
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.
v2.4.1
v2.4.0
v2.3.2
v2.3.1
v2.3.0
2.3.0 (2019-12-27)
Bug Fixes
- Adapt jsonlint error consumption for the newest jsonlint version (023bee0)
- Include the missing "lib" directory in the npm package (92a411a)
- Upgrade @prantlf/jsonlint to fix #4 (3f5f571)
- Upgrade dependencies (e00ab75)
- Use the corrent number of arguments to validateSchema, when a schema is already loaded into schemaContent (5204606)
Features
- Add support for pretty-printing of CJSON and JSON5 formats (de669b7)