Skip to content

v5.0.0

Compare
Choose a tag to compare
@prantlf prantlf released this 26 May 17:53
· 163 commits to master since this release

5.0.0 (2019-05-26)

Bug Fixes

  • Do not export "main" method, which requires other NPM modules (d8af36a)

Features

  • Accept single quotes (apostrophes) as string delimiters (240b8cd)

BREAKING CHANGES

  • The "main" method providing a command-line interface importable from other module has been removed. If you used it, have a look at the command-line interface in lib/cli. You can import this module in instead and it offers a richer interface, than the previously exported "main" method. The lib/cli module is mapped to bin/jsonlint too. However, consider the default library export (lib/jsonlint) for programmatic usage. You will pack less JavaScript code and use smalker, mode programmer-oriented interface.