Releases: prantlf/grunt-jsonlint
Releases · prantlf/grunt-jsonlint
v2.0.2
2.0.2 (2019-06-02)
Bug Fixes
v2.0.1
2.0.1 (2019-06-02)
Bug Fixes
- Ensure the same parsing options for data and schema (f7f4e94)
v2.0.0
2.0.0 (2019-06-02)
Features
- Add options for ignoring trailing commas, reporting duplicate object keays as errors and a mode to comply with the JSON5 specification (9c1efb7)
- Upgrade @prantlf/jsonlint to the version using a hand-built parser (bc06f37)
BREAKING CHANGES
- Error messages may change a little, but they should stay es expressive as earlier, maybe better.
v1.4.1
1.4.1 (2019-05-31)
Bug Fixes
- Guard against incomplete errors thrown from the parser (1204fb0)
v1.4.0
1.4.0 (2019-05-30)
Features
- Support parser options for customisation and performance in JSON schema parsing too (2f2eb6e)
v1.3.0
1.3.0 (2019-05-30)
Bug Fixes
- Upgrade @prantlf/jsonlint (815c4e5)
- Use native JSON parser, fix error line number and source exzerpt (c1aed13)
Features
- Add an option for sorting object keys when the JSON file is formatted (f2de1e6)