Commit a84bb64
authored
Version Packages (#105)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @gqlkit-ts/cli@0.3.0
### Minor Changes
- [#126](#126)
[`88586a0`](88586a0)
Thanks [@izumin5210](https://github.com/izumin5210)! - feat: add `docs`
command to generate AI agent skill files
- [#107](#107)
[`59eefd0`](59eefd0)
Thanks [@izumin5210](https://github.com/izumin5210)! - feat:
auto-generate Payload types from inline types in resolver return types
- [#103](#103)
[`6501429`](6501429)
Thanks [@izumin5210](https://github.com/izumin5210)! - feat:
auto-generate GraphQL Union types from inline unions and `@oneOf` Input
Objects from inline unions in input context
- [#129](#129)
[`a2a884b`](a2a884b)
Thanks [@izumin5210](https://github.com/izumin5210)! - feat: add enum
prefix stripping for cleaner GraphQL enum values
- [#121](#121)
[`7ae9406`](7ae9406)
Thanks [@izumin5210](https://github.com/izumin5210)! - feat: add
`ignoreFields` option to exclude fields from generated GraphQL schema
- [#114](#114)
[`e0d093c`](e0d093c)
Thanks [@izumin5210](https://github.com/izumin5210)! - feat:
auto-generate `resolveType` from `__typename` and `$typeName` fields
### Patch Changes
- [#117](#117)
[`0cc4e7a`](0cc4e7a)
Thanks [@izumin5210](https://github.com/izumin5210)! - fix:
auto-generate `resolveType` for inline unions where all members are
named types with `__typename` or `$typeName` fields
- [#108](#108)
[`eefdabd`](eefdabd)
Thanks [@izumin5210](https://github.com/izumin5210)! - refactor: remove
`EMPTY_TYPE_PROPERTIES` warning
## @gqlkit-ts/runtime@0.2.0
### Minor Changes
- [#121](#121)
[`7ae9406`](7ae9406)
Thanks [@izumin5210](https://github.com/izumin5210)! - feat: add
`ignoreFields` option to exclude fields from generated GraphQL schema
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent a2a884b commit a84bb64
12 files changed
Lines changed: 30 additions & 43 deletions
File tree
- .changeset
- packages
- cli
- runtime
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
3 | 25 | | |
4 | 26 | | |
5 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments