Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
1# graphql-web-lite
2
3Starting with `16.6.0-1` `graphql-web-lite` is published to match the
4`MAJOR.MINOR.PATCH` version of the aliased `graphql` version on `npm`.
5The prerelease is incremented to indicate changes in `graphql-web-lite`.
6
7## 16.6.0-4
8
9- Move `@0no-co/graphql.web` to dependencies and externalize it in the output
10 dist files.
11- Upgrade to `@0no-co/graphql.web@^1.0.0`
12
13## 16.6.0-3
14
15- Fix incorrect `package.json:engines.node` entry.
16
17## 16.6.0-2
18
19- Replace `utilities/findBreakingChanges` with no-op code.
20
21## 16.6.0-1
22
23- Replace `type/assertName` with a custom shim.
24- Fix `type/validate` being broken due to incorrect Buble and Terser build
25 mangling.
26- Use [`@0no-co/graphql.web@0.1.6`](https://github.com/0no-co/graphql.web) as a shim.
27 - This provides: `language/kind`, `language/parser`, `language/printer`, `language/visitor`, `language/printString`, and `language/blockString`
28 - [`@0no-co/graphql.web@0.1.6`](https://github.com/0no-co/graphql.web) is
29 built to replace GraphQL’s client-side query language parser, printer, and
30 visitor, and is tested to 100% coverage and to match graphql.js’s
31 performance.
32- Updated to `graphql@16.6.0`
33 - Exports are now the intersection of `graphql@^16` and `graphql@15.8.0`