goto-bus-stop
released this
31 Jul 08:45
·
48 commits
to main
since this release
BREAKING
This release removes the Error::new
constructor. We recommend not creating instances of
apollo_parser::Error
yourself at all.
Fixes
- add missing location information for lexer errors - PhoebeSzmucer, pull/886, issue/731
Unexpected characters now raise an error pointing to the character itself, instead of the start of the input document.