Releases: prantlf/grunt-jsonlint
Releases · prantlf/grunt-jsonlint
v3.0.1
3.0.1 (2023-04-27)
Bug Fixes
v3.0.0
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.
v2.2.1
2.2.1 (2022-05-04)
Bug Fixes
v2.2.0
2.2.0 (2019-12-28)
Features
- Add support for quiote unification and trailing comma trimming (JSON5) (582b74f)
v2.1.0
2.1.0 (2019-12-27)
Bug Fixes
- Adapt to the renamed error properties in @prantlf/jsonlint (3720c9b)
- Upgrade @prantlf/jsonlint to support number of spaces as the indent option (3c0c67a)
- Upgrade dependencies (e9e7189)
Features
- Add support for pretty-printing of CJSON and JSON5 formats (a4f9fb6)
v2.0.7
2.0.7 (2019-09-24)
Bug Fixes
- Upgrade the @prantlf/jsonlint dependency (d3e1c27)
v2.0.6
2.0.6 (2019-07-04)
Bug Fixes
- Upgrade JSONLint to fix error output (835caad)
v2.0.5
2.0.5 (2019-06-17)
Bug Fixes
- Upgrade jsonlint to get better error reporting from schema validation (75a0e80)
v2.0.4
2.0.4 (2019-06-13)
Bug Fixes
- Handle schema validation exceptions, which do not contain the location (c0796ba)
- Merge latest changes in the upstream project (58ea21c)
- Upgrade jsonlint dependency (f5043e4)
v2.0.3
2.0.3 (2019-06-04)
Bug Fixes
- Do not report the first line of the default error message with duplicate information about the line and column of the error occurrence (044d16e)
- Print the column of the error occurrence in addition to the line (8afe306)