Skip to content

apollo-parser@0.2.12

Choose a tag to compare

@lrlna lrlna released this 03 Oct 13:33
· 694 commits to main since this release
8f05e06

0.2.12 - 2022-09-30

Fixes

  • unterminated string values with line terminators and unicode - lrlna, pull/320 fixes issue/318

    We were missing adding a line terminator character to the errors created by the lexer in case of a unterminated string. This showed up incidentally while dealing with unicode and the fact that it's of a different byte length than most other characters.