Skip to content

apollo-parser@0.8.5

Choose a tag to compare

@tninesling tninesling released this 25 Feb 20:48
· 23 commits to main since this release
207ca98

Fixes

  • Fix multi-byte character span issue - DaleSeo, pull/1023.
    The parser previously computed incorrect byte-offset spans when input contained
    multi-byte UTF-8 characters (CJK, emoji, etc.), which could cause panics or
    garbled error reports downstream. Fixes #450.