Skip to content

Releases: prantlf/jsonlint

v11.2.1

03 May 07:50

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

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)

v11.1.1

01 May 21:13

Choose a tag to compare

11.1.1 (2022-05-01)

Bug Fixes

  • Retain the original last line break in the processed file (54fd5ab)

v11.1.0

01 May 16:59

Choose a tag to compare

11.1.0 (2022-05-01)

Bug Fixes

  • Merge remote-tracking branch 'xmedeko/patch-1' (da3e1dc)

Features

  • Optionally ensure a line break at the end of the output (226019e)

v11.0.0

01 May 16:33

Choose a tag to compare

11.0.0 (2022-05-01)

Bug Fixes

BREAKING CHANGES

  • The minimum supported version has become Node.js 12 instead of the previous Node.js 6. At least commander needs the new version.

v10.2.0

28 Dec 13:05

Choose a tag to compare

10.2.0 (2019-12-28)

Features

  • Allow trimming trailing commas in arrays and objects (JSON5) (136ea99)
  • Allow unifying quotes around object keys to double or single ones (JSON5) (6b6da17)

v10.1.1

27 Dec 20:42

Choose a tag to compare

10.1.1 (2019-12-27)

Bug Fixes

  • Restore compatibility with IE11 (55b8a48)

v10.1.0

27 Dec 18:24

Choose a tag to compare

10.1.0 (2019-12-27)

Features

  • Alternatively accept number of spaces for the indent parameter (4c25739)

v10.0.2

27 Dec 16:28

Choose a tag to compare

10.0.2 (2019-12-27)

Bug Fixes

  • Do not modify input options in the tokenize method (7e3ac0b)

v10.0.1

27 Dec 16:08

Choose a tag to compare

10.0.1 (2019-12-27)

Bug Fixes

  • Pretty-printer: keep the comment after opening an object scope indented (4fbc09d)