Skip to content

v4.0.0

Compare
Choose a tag to compare
@prantlf prantlf released this 19 May 02:40
· 172 commits to master since this release

4.0.0 (2019-05-19)

Bug Fixes

  • Standardize the interface of the "jsonlint/lib/formatter" module (b8b041b)

Features

  • Add web and programmatic interfaces to JSON Schema validation (d45b243)

BREAKING CHANGES

  • The formatting method is exposed not as exports.formatter.formatJson, but as exports.format.
    This module is not documented and it is unlikely, that it broke other project.