You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.