All Versions
27
Latest Version
Avg Release Cycle
181 days
Latest Release
707 days ago

Changelog History
Page 3

  • v1.3.0 Changes

    September 05, 2014
    • Added parsing to an associative array via JsonParser::PARSE_TO_ASSOC
    • Fixed a warning when rendering parse errors on empty lines
  • v1.2.0 Changes

    July 20, 2014
    • Added support for linting multiple files at once in bin/jsonlint
    • Added a -q/--quiet flag to suppress the output
    • Fixed error output being on STDOUT instead of STDERR
    • Fixed parameter parsing
  • v1.1.2 Changes

    November 04, 2013
    • Fixed handling of Unicode BOMs to give a better failure hint
  • v1.1.1 Changes

    February 12, 2013
    • Fixed handling of empty keys in objects in certain cases
  • v1.1.0 Changes

    December 13, 2012
    • Added optional parsing of duplicate keys into key.2, key.3, etc via JsonParser::ALLOW_DUPLICATE_KEYS
    • Improved error reporting for common mistakes
  • v1.0.1 Changes

    April 03, 2012
    • Added optional detection and error reporting for duplicate keys via JsonParser::DETECT_KEY_CONFLICTS
    • Added ability to pipe content through stdin into bin/jsonlint
  • v1.0.0 Changes

    March 12, 2012
    • Initial release