Skip to content

Releases: prantlf/grunt-jsonlint

v3.0.1

27 Apr 09:36
ded5a30
Compare
Choose a tag to compare

3.0.1 (2023-04-27)

Bug Fixes

v3.0.0

05 Mar 19:12
1de372b
Compare
Choose a tag to compare

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

04 May 08:26
Compare
Choose a tag to compare

2.2.1 (2022-05-04)

Bug Fixes

v2.2.0

28 Dec 13:21
Compare
Choose a tag to compare

2.2.0 (2019-12-28)

Features

  • Add support for quiote unification and trailing comma trimming (JSON5) (582b74f)

v2.1.0

27 Dec 21:11
Compare
Choose a tag to compare

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

24 Sep 06:56
Compare
Choose a tag to compare

2.0.7 (2019-09-24)

Bug Fixes

  • Upgrade the @prantlf/jsonlint dependency (d3e1c27)

v2.0.6

04 Jul 06:36
Compare
Choose a tag to compare

2.0.6 (2019-07-04)

Bug Fixes

  • Upgrade JSONLint to fix error output (835caad)

v2.0.5

17 Jun 09:05
Compare
Choose a tag to compare

2.0.5 (2019-06-17)

Bug Fixes

  • Upgrade jsonlint to get better error reporting from schema validation (75a0e80)

v2.0.4

13 Jun 08:12
Compare
Choose a tag to compare

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

04 Jun 08:10
Compare
Choose a tag to compare

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)