Skip to content

Releases: 0no-co/graphql.web

@0no-co/[email protected]

24 Mar 12:52
dfea5e0
Compare
Choose a tag to compare

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)

@0no-co/[email protected]

21 Mar 10:53
cf62ab9
Compare
Choose a tag to compare

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)

@0no-co/[email protected]

20 Mar 19:31
43df760
Compare
Choose a tag to compare

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)

@0no-co/[email protected]

20 Mar 14:25
3ca9519
Compare
Choose a tag to compare

Patch Changes

  • Establish type compatibility with graphql package
    Submitted by @kitten (See #3)