Mirror: The spec-compliant minimum of client-side GraphQL.
@0no-co/graphql.web#
1.0.4#
Patch Changes#
1.0.3#
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)
1.0.2#
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)
1.0.1#
Patch Changes#
1.0.0#
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 https://github.com/0no-co/graphql.web/pull/10)
0.1.6#
Patch Changes#
- ⚠️ Fix float pattern and int/float decision in value parsing Submitted by @kitten (See #8)
- Remove redundant code paths from
visitand parser Submitted by @kitten (See #8)
0.1.5#
Patch Changes#
- Move over unit tests from
graphql-web-liteand fix minor discrepancies to reference implementation Submitted by @kitten (See #6) - Optimize performance of
printandparsewith minor adjustments Submitted by @kitten (See #5)