Skip to content

Latest commit

 

History

History
166 lines (88 loc) · 8.03 KB

CHANGELOG.md

File metadata and controls

166 lines (88 loc) · 8.03 KB

3.0.1 (2023-04-27)

Bug Fixes

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.

2.4.1 (2022-05-04)

Bug Fixes

2.4.0 (2019-12-28)

Features

  • Add support for quiote unification and trailing comma trimming (JSON5) (6f14760)

2.3.2 (2019-12-27)

Bug Fixes

  • Support number of spaces as the alternative type of the indent option (ecf8414)

2.3.1 (2019-12-27)

Bug Fixes

  • Upgrade @prantlf/jsonlint to support number of spaces as the indent option (caff1ce)

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)

Features

  • Add support for pretty-printing of CJSON and JSON5 formats (de669b7)

2.2.1 (2019-07-04)

Bug Fixes

  • Upgrade JSONLint to fix error output (e0e08ad)

2.2.0 (2019-06-19)

Features

  • Introduce built-in error location formatters and message reporters (a036018)

2.1.1 (2019-06-02)

Bug Fixes

2.1.0 (2019-06-02)

Features

  • 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)

Bug Fixes

  • Adapt jsonlint error consumption for the newest jsonlint version (023bee0)
  • Include the missing "lib" directory in the npm package (92a411a)
  • Upgrade dependencies (e00ab75)

Features

  • Add support for pretty-printing of CJSON and JSON5 formats (de669b7)

2.2.1 (2019-07-04)

Bug Fixes

  • Upgrade JSONLint to fix error output (e0e08ad)

2.2.0 (2019-06-19)

Features

  • Introduce built-in error location formatters and message reporters (a036018)

2.1.1 (2019-06-02)

Bug Fixes

2.1.0 (2019-06-02)

Features

  • 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)

Bug Fixes

  • Upgrade JSONLint to fix error output (e0e08ad)

2.2.0 (2019-06-19)

Features

  • Introduce built-in error location formatters and message reporters (a036018)

2.1.1 (2019-06-02)

Bug Fixes

2.1.0 (2019-06-02)

Features

  • 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)

chore

  • drop support for Node.js 0.10 (9dda27c)

BREAKING CHANGES

  • This module no longer supports Node.js 0.10

This is the first version released after forking the original project.