Releases: 0no-co/graphql.web
Releases · 0no-co/graphql.web
Major Changes
Minor Changes
- Alias all GraphQL AST types to the
'graphql'
package’s TypeScript AST types, if it’s installed. This will ensure that all AST types are always compatible.
Submitted by undefined (See #10)
Patch Changes
- ⚠️ Fix float pattern and int/float decision in value parsing
Submitted by @kitten (See #8)
- Remove redundant code paths from
visit
and parser
Submitted by @kitten (See #8)
Patch Changes
- Move over unit tests from
graphql-web-lite
and fix minor discrepancies to reference implementation
Submitted by @kitten (See #6)
- Optimize performance of
print
and parse
with minor adjustments
Submitted by @kitten (See #5)
Patch Changes
- Establish type compatibility with
graphql
package
Submitted by @kitten (See #3)