All Versions
21
Latest Version
Avg Release Cycle
158 days
Latest Release
1233 days ago

Changelog History
Page 1

  • v1.8.3 Changes

    November 11, 2020
    • Cleaned up zip archives with .gitattributes
  • v1.8.2 Changes

    August 25, 2020
    • More type annotations
  • v1.8.1 Changes

    August 13, 2020
    • Added type annotations
  • v1.8.0 Changes

    April 30, 2020
    • 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
  • v1.7.2 Changes

    October 24, 2019
    • Fixed issue decoding some unicode escaped characters (for " and ')
  • v1.7.1 Changes

    January 24, 2018
    • Fixed PHP 5.3 compatibility in bin/jsonlint
  • v1.7.0 Changes

    January 03, 2018
    • Added ability to lint multiple files at once using the jsonlint binary
  • v1.6.2 Changes

    November 30, 2017
    • No meaningful public changes
  • v1.6.1 Changes

    June 18, 2017
    • Fixed parsing of 0 as invalid
  • v1.6.0 Changes

    March 06, 2017
    • Added $flags arg to JsonParser::lint() to take the same flag as parse() did
    • Fixed backtracking performance issues on long strings with a lot of escaped characters