forked from 0no-co/gql.tada
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbf5f27
commit a9bf8b8
Showing
13 changed files
with
45 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# gql.tada | ||
|
||
## 1.8.6 | ||
|
||
### Patch Changes | ||
|
||
- Remove redundant `never` default on `readFragment<Document>()` signature (explicit generic passed) | ||
Submitted by [@kitten](https://github.com/kitten) (See [#371](https://github.com/0no-co/gql.tada/pull/371)) | ||
- Upgrade dependencies | ||
Submitted by [@kitten](https://github.com/kitten) (See [#373](https://github.com/0no-co/gql.tada/pull/373)) | ||
- Allow `readFragment(doc, data)` to narrow output's `__typename`s by the input type | ||
Submitted by [@kitten](https://github.com/kitten) (See [#372](https://github.com/0no-co/gql.tada/pull/372)) | ||
- Add `__typename` narrowing of unmasked interface fragment spreads, which could otherwise lead to confusion. This usually is relevant when the parent selection set forgets to include a `__typename` selection | ||
Submitted by [@kitten](https://github.com/kitten) (See [#368](https://github.com/0no-co/gql.tada/pull/368)) | ||
- Improve type output readability for interfaces with narrowed types | ||
Submitted by [@kitten](https://github.com/kitten) (See [#370](https://github.com/0no-co/gql.tada/pull/370)) | ||
- Updated dependencies (See [#373](https://github.com/0no-co/gql.tada/pull/373)) | ||
- @gql.tada/[email protected] | ||
- @gql.tada/[email protected] | ||
|
||
## 1.8.5 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gql.tada", | ||
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system", | ||
"version": "1.8.5", | ||
"version": "1.8.6", | ||
"author": "0no.co <[email protected]>", | ||
"source": "./src/index.ts", | ||
"main": "./dist/gql-tada", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# @gql.tada/cli-utils | ||
|
||
## 1.6.1 | ||
|
||
### Patch Changes | ||
|
||
- Upgrade dependencies | ||
Submitted by [@kitten](https://github.com/kitten) (See [#373](https://github.com/0no-co/gql.tada/pull/373)) | ||
- Updated dependencies (See [#373](https://github.com/0no-co/gql.tada/pull/373)) | ||
- @gql.tada/[email protected] | ||
|
||
## 1.6.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gql.tada/cli-utils", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"public": true, | ||
"description": "Main logic for gql.tada’s CLI tool.", | ||
"author": "0no.co <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gql.tada/internal", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"public": true, | ||
"description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.", | ||
"author": "0no.co <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# @gql.tada/website-vitepress | ||
|
||
## 0.0.35 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies (See [#371](https://github.com/0no-co/gql.tada/pull/371), [#373](https://github.com/0no-co/gql.tada/pull/373), [#372](https://github.com/0no-co/gql.tada/pull/372), [#368](https://github.com/0no-co/gql.tada/pull/368), and [#370](https://github.com/0no-co/gql.tada/pull/370)) | ||
- [email protected] | ||
|
||
## 0.0.34 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters