Mirror: The spec-compliant minimum of client-side GraphQL.

Version Packages (#22)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

-5
.changeset/brave-crabs-love.md
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
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.
-5
.changeset/green-tables-exist.md
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
Improve parser performance.
-5
.changeset/three-buttons-eat.md
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
Improve printer performance.
+11
CHANGELOG.md
···
# @0no-co/graphql.web
+
## 1.0.5
+
+
### 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](https://github.com/kitten) (See [#21](https://github.com/0no-co/graphql.web/pull/21))
+
- Improve parser performance
+
Submitted by [@kitten](https://github.com/kitten) (See [#25](https://github.com/0no-co/graphql.web/pull/25))
+
- Improve printer performance
+
Submitted by [@kitten](https://github.com/kitten) (See [#24](https://github.com/0no-co/graphql.web/pull/24))
+
## 1.0.4
### Patch Changes
+1 -1
package.json
···
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
-
"version": "1.0.4",
+
"version": "1.0.5",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",