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

Version Packages (#60)

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

-5
.changeset/gold-apricots-report.md
···
-
---
-
"@0no-co/graphql.web": minor
-
---
-
-
Add support for executable definitions as defined in https://github.com/graphql/graphql-spec/pull/1170
-5
.changeset/mighty-frogs-push.md
···
-
---
-
"@0no-co/graphql.web": patch
-
---
-
-
Handle trailing comment ending in EOF (end of input)
+12
CHANGELOG.md
···
# @0no-co/graphql.web
+
## 1.2.0
+
+
### Minor Changes
+
+
- Add support for executable definitions as defined in https://github.com/graphql/graphql-spec/pull/1170
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#59](https://github.com/0no-co/graphql.web/pull/59))
+
+
### Patch Changes
+
+
- Handle trailing comment ending in EOF (end of input)
+
Submitted by [@kitten](https://github.com/kitten) (See [#62](https://github.com/0no-co/graphql.web/pull/62))
+
## 1.1.2
### Patch Changes
+1 -1
jsr.json
···
{
"name": "@0no-co/graphql-web",
-
"version": "1.1.2",
+
"version": "1.2.0",
"exports": "./src/index.ts"
}
+1 -1
package.json
···
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
-
"version": "1.1.2",
+
"version": "1.2.0",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",