3.0.1 (2023-04-27)
- Upgrade dependencies (4415f5d)
3.0.0 (2023-03-05)
- Upgrade jsonlint to get better JSON Schema support (b64dc26)
- 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.
2.4.1 (2022-05-04)
- Upgrade dependnecies (1f8ee43)
2.4.0 (2019-12-28)
- Add support for quiote unification and trailing comma trimming (JSON5) (6f14760)
2.3.2 (2019-12-27)
- Support number of spaces as the alternative type of the indent option (ecf8414)
2.3.1 (2019-12-27)
- Upgrade @prantlf/jsonlint to support number of spaces as the indent option (caff1ce)
2.3.0 (2019-12-27)
- 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)
- Add support for pretty-printing of CJSON and JSON5 formats (de669b7)
2.2.1 (2019-07-04)
- Upgrade JSONLint to fix error output (e0e08ad)
2.2.0 (2019-06-19)
- Introduce built-in error location formatters and message reporters (a036018)
2.1.1 (2019-06-02)
- Upgrade jsonlint (7520fe0)
2.1.0 (2019-06-02)
- Add jsonlint options for formatting and object key sorting (50e06aa)
- Add validation using JSON Schema (b9fcd2e)
2.0.0 (2019-06-02)
2.2.2 (2019-12-27)
- Adapt jsonlint error consumption for the newest jsonlint version (023bee0)
- Include the missing "lib" directory in the npm package (92a411a)
- Upgrade dependencies (e00ab75)
- Add support for pretty-printing of CJSON and JSON5 formats (de669b7)
2.2.1 (2019-07-04)
- Upgrade JSONLint to fix error output (e0e08ad)
2.2.0 (2019-06-19)
- Introduce built-in error location formatters and message reporters (a036018)
2.1.1 (2019-06-02)
- Upgrade jsonlint (7520fe0)
2.1.0 (2019-06-02)
- Add jsonlint options for formatting and object key sorting (50e06aa)
- Add validation using JSON Schema (b9fcd2e)
2.0.0 (2019-06-02)
1.3.1 (2019-08-06)
2.2.1 (2019-07-04)
- Upgrade JSONLint to fix error output (e0e08ad)
2.2.0 (2019-06-19)
- Introduce built-in error location formatters and message reporters (a036018)
2.1.1 (2019-06-02)
- Upgrade jsonlint (7520fe0)
2.1.0 (2019-06-02)
- Add jsonlint options for formatting and object key sorting (50e06aa)
- Add validation using JSON Schema (b9fcd2e)
2.0.0 (2019-06-02)
1.3.0 (2019-02-22)
1.2.2 (2018-08-30)
1.2.1 (2017-12-30)
1.2.0 (2016-12-20)
- drop support for Node.js 0.10 (9dda27c)
- This module no longer supports Node.js 0.10
This is the first version released after forking the original project.