Releases: prantlf/jsonlint
Releases · prantlf/jsonlint
v2.0.0
2.0.0 (2019-05-18)
Bug Fixes
- Accept any file extension on the command line directly (14ba31c)
- Do not distribute the web directory in the npm module (7379be8)
- Make the compact-errors mode working with the latest Jison output (d417a9c)
- Rename the long name of the option "extension" to "extensions" (383e50a)
- Replace nomnom as command-line parser with commander, which is maintaitained (6694bba)
- Report the right file name in the compact-errors mode, if multiple files or directories are engtered (7c80326)
Features
- Add a checkbox to recognize JavaScript-style comments to the web page (2a9082a)
- Support parsing and skipping JavaScript-style comments in the JSON input (4955c58)
BREAKING CHANGES
- The options "extension" is not recognized any more.
Use the option "extensions" with the same semantics instead.