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
andparser
(8bda5b1)
BREAKING CHANGES
- The
Parser
class andparser
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 theParser
prototype was theparse
. It remains unchanged as a direct export. Drop the class interface and just call theparse
method directly.