Skip to content

Releases: prantlf/gulp-jsonlint

v3.0.1

27 Apr 09:38
4415f5d
Compare
Choose a tag to compare

3.0.1 (2023-04-27)

Bug Fixes

v3.0.0

05 Mar 19:28
b64dc26
Compare
Choose a tag to compare

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.

v2.4.1

04 May 08:44
Compare
Choose a tag to compare

2.4.1 (2022-05-04)

Bug Fixes

v2.4.0

28 Dec 13:20
Compare
Choose a tag to compare

2.4.0 (2019-12-28)

Features

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

v2.3.2

27 Dec 20:37
Compare
Choose a tag to compare

2.3.2 (2019-12-27)

Bug Fixes

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

v2.3.1

27 Dec 20:07
Compare
Choose a tag to compare

2.3.1 (2019-12-27)

Bug Fixes

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

v2.3.0

27 Dec 17:32
Compare
Choose a tag to compare

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)
  • Use the corrent number of arguments to validateSchema, when a schema is already loaded into schemaContent (5204606)

Features

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

v2.2.1

04 Jul 06:39
Compare
Choose a tag to compare

2.2.1 (2019-07-04)

Bug Fixes

  • Upgrade JSONLint to fix error output (e0e08ad)

v2.2.0

19 Jun 05:56
Compare
Choose a tag to compare

2.2.0 (2019-06-19)

Features

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

v2.1.1

02 Jun 23:34
Compare
Choose a tag to compare

2.1.1 (2019-06-02)

Bug Fixes