Skip to content

Commit 51bc0db

Browse files
Version Packages (#53)
1 parent 2984e7b commit 51bc0db

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/red-turkeys-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @0no-co/graphql.web
22

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+
310
## 1.0.13
411

512
### Patch Changes

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@0no-co/graphql-web",
3-
"version": "1.0.13",
3+
"version": "1.1.0",
44
"exports": "./src/index.ts"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@0no-co/graphql.web",
33
"description": "A spec-compliant client-side GraphQL implementation",
4-
"version": "1.0.13",
4+
"version": "1.1.0",
55
"author": "0no.co <[email protected]>",
66
"source": "./src/index.ts",
77
"main": "./dist/graphql.web",

0 commit comments

Comments
 (0)