Releases: 0no-co/graphql.web
Releases · 0no-co/graphql.web
v1.0.13
Patch Changes
⚠️ Fix compatibility with typescript 5.5 and higher
Submitted by @andreisergiu98 (See #49)
v1.0.12
Patch Changes
⚠️ Fix printing when a manually created AST node with an empty selection set array is passed to the printer
Submitted by @JoviDeCroock (See #46)
v1.0.11
v1.0.9
v1.0.8
v1.0.7
Patch Changes
⚠️ Fix@ts-ignore
on TypeScript peer dependency import in typings not being applied due to a leading!
character
Submitted by @IvanUkhov (See #27)
v1.0.6
v1.0.5
Patch Changes
- Update build process to align with other
@0no-co
packages. Effectively, this will mean that the JS features range we support will now matchurql
, and in practice, this means thatfor-of
is now used in our build output
Submitted by @kitten (See #21) - Improve parser performance
Submitted by @kitten (See #25) - Improve printer performance
Submitted by @kitten (See #24)