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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#22)

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

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
a6258791 4f3e17a2

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