npm @prantlf/jsonlint 8.0.0
v8.0.0

latest releases: 14.0.3, 14.0.2, 14.0.1...
4 years ago

8.0.0 (2019-06-16)

Bug Fixes

  • Give the schema-drafts.js proper name and path in source maps (c2f0148)

Features

  • Add the tokenize method returning tokens instead of the parsed object (cc7b554)
  • Improve schema error reporting to the level of data parsing (ea5a8a2)
  • Remove deprecated exports Parser and parser (8bda5b1)

BREAKING CHANGES

  • The Parser class and parser instance did not bring any benefit. They were generated by Jison. After abandoning the Jison parser they were kept for compatibility only. The only method on the Parser prototype was the parse. It remains unchanged as a direct export. Drop the class interface and just call the parse method directly.

Don't miss a new jsonlint release

NewReleases is sending notifications on new releases.