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

Version Packages (#53)

authored by github-actions[bot] and committed by GitHub 51bc0db1 2984e7be

-5
.changeset/red-turkeys-flash.md
··· 1 - --- 2 - '@0no-co/graphql.web': minor 3 - --- 4 - 5 - Improve parser performance (up to ~25% higher ops/s) by rewriting part of the parsing that runs in tight loops. Previously, the purer parser combinators w/o regexs wouldn't have been as significant of an improvement, but they now clearly are
+7
CHANGELOG.md
··· 1 1 # @0no-co/graphql.web 2 2 3 + ## 1.1.0 4 + 5 + ### Minor Changes 6 + 7 + - Improve parser performance (up to ~25% higher ops/s) by rewriting part of the parsing that runs in tight loops. Previously, the purer parser combinators w/o regexs wouldn't have been as significant of an improvement, but they now clearly are 8 + Submitted by [@kitten](https://github.com/kitten) (See [#52](https://github.com/0no-co/graphql.web/pull/52)) 9 + 3 10 ## 1.0.13 4 11 5 12 ### Patch Changes
+1 -1
jsr.json
··· 1 1 { 2 2 "name": "@0no-co/graphql-web", 3 - "version": "1.0.13", 3 + "version": "1.1.0", 4 4 "exports": "./src/index.ts" 5 5 }
+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.13", 4 + "version": "1.1.0", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/graphql.web",