Skip to content

Releases: prantlf/jsonlint

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)

v11.7.0

26 Sep 06:52
Compare
Choose a tag to compare

11.7.0 (2022-09-26)

Bug Fixes

  • Upgrade npm dependencies (81526ce)

Features

  • Ignore the leading UTF-8 byte-order mark (BOM) (311c6df)

v11.6.0

04 May 07:10
Compare
Choose a tag to compare

11.6.0 (2022-05-04)

Bug Fixes

  • Do not generate text diff if not needed (0423a4b)

Features

  • Allow setting the line count as diff context (9b22843)

v11.5.0

03 May 18:39
Compare
Choose a tag to compare

11.5.0 (2022-05-03)

Bug Fixes

  • Do not print file names twice in the compact mode (86691cc)

Features

  • Add option "diff" to print the difference instead of the output (cb3826c)

v11.4.0

03 May 12:19
Compare
Choose a tag to compare

11.4.0 (2022-05-03)

Features

  • Introduce a check that the formatted output is the same as the input (75167f7)

v11.3.0

03 May 07:23
Compare
Choose a tag to compare

11.3.0 (2022-05-03)

Bug Fixes

  • Fix the regex splitting input by line breaks (7423806)

Features

  • Read options from configuration files (7eebd76)

v11.2.1

03 May 07:50
Compare
Choose a tag to compare

11.2.1 (2022-05-03)

Bug Fixes

  • Fix the regex splitting input by line breaks (71fc338)

v11.2.0

01 May 21:19
Compare
Choose a tag to compare

11.2.0 (2022-05-01)

Features

  • Allow logging only the name of processed files (91346d9)
  • Allow to continue processing in case of error (e5318eb)
  • Support BASH patterns to specify input files (31d162f)