Skip to content

v10.0.0

Compare
Choose a tag to compare
@prantlf prantlf released this 27 Dec 14:54
· 91 commits to master since this release

10.0.0 (2019-12-27)

Bug Fixes

  • Rename the property "exzerpt" in error information to "excerpt" (4c74e3d)

Features

  • Add support for pretty-printing of the JSON input (d5eaa93)

BREAKING CHANGES

  • If you used the property "exzerpt" from the parsing error object, you have to change it to "excerpt". It should be easy using a full-text search in your sources.

  • The option for pretty-printing invalid input has been renamed:

    -p (--pretty-print) ==> -P (--pretty-print-invalid)

The option -p (--pretty-print) will newly prettify the raw (text) input instead of formatting the parsed JSON object.