Skip to content

Releases: 0no-co/graphql-web-lite

v16.6.0-4

24 Mar 12:58
v16.6.0-4
4191c1a
Compare
Choose a tag to compare
  • Move @0no-co/graphql.web to dependencies and externalize it in the output
    dist files.
  • Upgrade to @0no-co/graphql.web@^1.0.0

graphql-web-lite@16.6.0-3

23 Mar 17:39
v16.6.0-3
aa94770
Compare
Choose a tag to compare
  • Fix incorrect package.json:engines.node entry.

graphql-web-lite@16.6.0-2

23 Mar 16:36
v16.6.0-2
b14483c
Compare
Choose a tag to compare
  • Replace utilities/findBreakingChanges with no-op code.

graphql-web-lite@16.6.0-1

23 Mar 16:13
v16.6.0-1
ce9ada8
Compare
Choose a tag to compare
  • Replace type/assertName with a custom shim.
  • Fix type/validate being broken due to incorrect Buble and Terser build
    mangling.
  • Use @0no-co/graphql.web@0.1.6 as a shim.
    • This provides: language/kind, language/parser, language/printer, language/visitor, language/printString, and language/blockString
    • @0no-co/graphql.web@0.1.6 is
      built to replace GraphQL’s client-side query language parser, printer, and
      visitor, and is tested to 100% coverage and to match graphql.js’s
      performance.
  • Updated to graphql@16.6.0
    • Exports are now the intersection of graphql@^16 and graphql@15.8.0