Skip to content
Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 31 Jul 08:45
· 48 commits to main since this release
b37fec8

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.