Skip to content

Releases: 0no-co/graphql.web

v1.0.8

24 Aug 13:36
c8986d5
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix typo causing complex string parsing to fail on subsequent runs
    Submitted by @kitten (See #31)

v1.0.7

18 Apr 12:22
a224701
Compare
Choose a tag to compare

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

02 Apr 21:57
14b1a0c
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix aliased field name followed by arguments causing parsing error
    Submitted by @kitten (See 65c73a0)

v1.0.5

02 Apr 12:58
a625879
Compare
Choose a tag to compare

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 match urql, and in practice, this means that for-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)

@0no-co/[email protected]

06 Jun 15:40
efb6d3c
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix empty string matches being too eager, e.g. "", ""
    Submitted by @kitten (See 29cbe5c)

@0no-co/[email protected]

06 Jun 02:40
80ef05b
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix string and block string matches eagerly matching past the end boundary of strings and ignoring escaped closing characters. In certain cases, """ and " boundaries would be skipped if any other string boundary follows in the input document
    Submitted by @kitten (See #17)

@0no-co/[email protected]

05 Jun 21:06
66f7686
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix browser quirk occurring in Safari 10–13 causing sticky regular expressions in the parser to match when they shouldn't / match too eagerly
    Submitted by @kitten (See #15)

@0no-co/[email protected]

25 Apr 13:05
44c47aa
Compare
Choose a tag to compare

Patch Changes

  • Publish with npm provenance
    Submitted by @kitten (See #12)

@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)