Skip to content

v8.0.0

Compare
Choose a tag to compare
@prantlf prantlf released this 16 Jun 21:44
· 108 commits to master since this release

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.