Releases: 0no-co/gql.tada
Releases · 0no-co/gql.tada
[email protected]
Patch Changes
- Updated dependencies (See #361, #358, #359, and #363)
- @gql.tada/[email protected]
- @gql.tada/[email protected]
@gql.tada/[email protected]
@gql.tada/[email protected]
@gql.tada/[email protected]
@gql.tada/[email protected]
Minor Changes
- Split
.vue
and.svelte
SFC file support out into support packages. If you need Vue support, you must now install@gql.tada/vue-support
alongsidegql.tada
, and if you need Svelte support, you must now install@gql.tada/svelte-support
alongsidegql.tada
Submitted by @kitten (See #361)
Patch Changes
- Add fallback version checks to
doctor
command
Submitted by @kitten (See #358) - When threading, transfer error properties to thread host
Submitted by @kitten (See #359) - Add per-package readme files
Submitted by @kitten (See #363) - Updated dependencies (See #363)
- @gql.tada/[email protected]
- @gql.tada/[email protected]
- @gql.tada/[email protected]
[email protected]
Patch Changes
- Updated dependencies (See #356, #353, and #355)
- @gql.tada/[email protected]
@gql.tada/[email protected]
Patch Changes
- Prevent
NodeNext
module resolution from being used overBundler
mode, since this is almost always a mistake
Submitted by @kitten (See #356) - Support breaking changes in
@vue/[email protected]
(getBasePlugins
renamed tocreatePlugins
)
Submitted by @kitten (See #353) - Bump stack trace limit to 25 when TypeScript is used, which requires a larger stack depths to debug properly
Submitted by @kitten (See #355)
[email protected]
Patch Changes
- Extend
readFragment
types to allow| {}
optional fragments to be matched. When a fragment is annotated with a directive making it optional (such as@include
,@skip
, or@defer
) then its typed as optional.readFragment
previously didn't know how to match these types, but it will now matchT | {}
and infer the type as such
Submitted by @kitten (See #349) - Updated dependencies (See #350)
- @gql.tada/[email protected]
- @gql.tada/[email protected]
@gql.tada/[email protected]
@gql.tada/[email protected]
Patch Changes
- Updated dependencies (See #350)
- @gql.tada/[email protected]