Skip to content

Releases: Seldaek/jsonlint

1.10.2

07 Feb 13:00
9bb7db0
Compare
Choose a tag to compare
  • Fixed exception messages potentially leaking data when showing the position in a file that is clearly not json, only the first character is now shown

Full Changelog: 1.10.1...1.10.2

1.10.1

18 Dec 13:12
76d449a
Compare
Choose a tag to compare
  • Fixed quiet mode when parsing from stdin (#87)

Full Changelog: 1.10.0...1.10.1

1.10.0

18 Dec 13:11
594fd64
Compare
Choose a tag to compare
  • Added ALLOW_COMMENTS flag to parse while allowing (and ignoring) inline // and multiline /* */ comments in the JSON document (#81)

Full Changelog: 1.9.0...1.10.0

1.9.0

01 Apr 13:39
4211420
Compare
Choose a tag to compare
  • Internal cleanups and type fixes

Full Changelog: 1.8.9...1.9.0

1.8.9

31 Mar 11:31
d9a308b
Compare
Choose a tag to compare

What's Changed

  • Lexer: fix handling of cut off json where string don't terminate by @glaubinix in #79

Full Changelog: 1.8.3...1.8.9

1.8.3

11 Nov 09:21
9ad6ce7
Compare
Choose a tag to compare
  • Cleaned up zip archives with .gitattributes

1.8.2

25 Aug 06:57
590cfec
Compare
Choose a tag to compare
  • More type annotations

1.8.1

13 Aug 09:08
3d5eb71
Compare
Choose a tag to compare
  • Added type annotations

1.8.0

30 Apr 19:06
ff2aa54
Compare
Choose a tag to compare
  • Improved lexer performance
  • Added (tentative) support for PHP 8
  • Fixed wording of error reporting for invalid strings when the error happened after the 20th character

1.7.2

24 Oct 14:27
e2e5d29
Compare
Choose a tag to compare
  • Fixed issue decoding some unicode escaped characters (for " and ')