v0.4.16
New:
- Utilities for comparing GraphQL types are now exported directly. (aff18e6)
Fixes:
- No longer parses documents which contain
u2028
oru2029
characters, to comply with the spec. This is technically breaking, but these are so rare that I doubt anyone will encounter this.