Skip to content

Releases: prantlf/jsonlint

v14.0.3

27 Apr 06:09
Compare
Choose a tag to compare

14.0.3 (2023-04-27)

Bug Fixes

  • Ensure error location by custom parsing (9757213)
  • Upgrade dependencies (30f611a)

v14.0.2

08 Mar 21:14
Compare
Choose a tag to compare

14.0.2 (2023-03-08)

Bug Fixes

  • Recognise property "patterns" in the config file again (2619904), closes #18

v14.0.1

07 Mar 00:45
Compare
Choose a tag to compare

14.0.1 (2023-03-07)

Bug Fixes

  • Prevent setting a constant variable (c7e940c)

v14.0.0

05 Mar 17:43
Compare
Choose a tag to compare

14.0.0 (2023-03-05)

Bug Fixes

  • Replace commander with hand-written command-line parser (af0ea29)

BREAKING CHANGES

  • Although you shouldn't notice any change on the behaviour of the command line, something unexpected might've changed. Something did change: if you're annoyed by inserting "--" between the multi-value option and other arguments, you don't have to do it any more. Multi-value options can be entered either using the option prefix multiple times for each value, or using the option prefix just once and separating the values by commas.

v13.1.0

05 Mar 17:37
Compare
Choose a tag to compare

13.1.0 (2023-03-05)

Features

  • Accept multiple schemas if external definitions are used (32d1cab)

v13.0.1

05 Mar 13:03
Compare
Choose a tag to compare

13.0.1 (2023-03-05)

Bug Fixes

  • Replace ajv@6 with ajv-draft-04 (b1535a3)

13.0.0

05 Mar 12:00
Compare
Choose a tag to compare

13.0.0 (2023-03-05)

Features

  • Support JSON Schema drafts 2019-09 and 2020-12 and JSON Type Definition (0b9130c)

BREAKING CHANGES

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

12.0.0

05 Mar 11:44
Compare
Choose a tag to compare

12.0.0 (2023-03-05)

Bug Fixes

  • Upgrade dependencies and require Node.js 14 (87205c2)

BREAKING CHANGES

  • Dropped support for Node.js 12 . The minimum supported version is Node.js 14.

v11.7.2

05 Mar 10:44
Compare
Choose a tag to compare

11.7.2 (2023-03-05)

Bug Fixes

  • Use both typings and types in package.json (5d00c00)

v11.7.1

05 Mar 10:39
Compare
Choose a tag to compare

11.7.1 (2023-03-05)

Bug Fixes

  • Complete TypeScript types (7064c50)