Releases: Seldaek/jsonlint
Releases · Seldaek/jsonlint
1.11.0
11 Jul 14:58
Compare
Sorry, something went wrong.
No results found
What's Changed
Add ALLOW_DUPLICATE_KEYS_TO_ARRAY flag for collect values from duplicated keys in a __duplicate__
array #88
New Contributors
Full Changelog : 1.10.2...1.11.0
1.10.2
07 Feb 13:00
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.10.0
18 Dec 13:11
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.8.9
31 Mar 11:31
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Cleaned up zip archives with .gitattributes
1.8.2
25 Aug 06:57
Compare
Sorry, something went wrong.
No results found
1.8.1
13 Aug 09:08
Compare
Sorry, something went wrong.
No results found
1.8.0
30 Apr 19:06
Compare
Sorry, something went wrong.
No results found
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