Skip to content

Releases: 0no-co/gql.tada

[email protected]

31 Jul 18:15
d9d78a7
Compare
Choose a tag to compare

Patch Changes

@gql.tada/[email protected]

31 Jul 18:15
d9d78a7
Compare
Choose a tag to compare

Patch Changes

  • Add per-package readme files
    Submitted by @kitten (See #363)

@gql.tada/[email protected]

31 Jul 18:15
d9d78a7
Compare
Choose a tag to compare

Patch Changes

  • Add per-package readme files
    Submitted by @kitten (See #363)

@gql.tada/[email protected]

31 Jul 18:15
d9d78a7
Compare
Choose a tag to compare

Patch Changes

  • Add per-package readme files
    Submitted by @kitten (See #363)

@gql.tada/[email protected]

31 Jul 18:15
d9d78a7
Compare
Choose a tag to compare

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 alongside gql.tada, and if you need Svelte support, you must now install @gql.tada/svelte-support alongside gql.tada
    Submitted by @kitten (See #361)

Patch Changes

[email protected]

30 Jul 17:09
ce4551f
Compare
Choose a tag to compare

Patch Changes

@gql.tada/[email protected]

30 Jul 17:09
ce4551f
Compare
Choose a tag to compare

Patch Changes

  • Prevent NodeNext module resolution from being used over Bundler mode, since this is almost always a mistake
    Submitted by @kitten (See #356)
  • Support breaking changes in @vue/[email protected] (getBasePlugins renamed to createPlugins)
    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]

29 Jul 10:51
7bcdac9
Compare
Choose a tag to compare

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 match T | {} and infer the type as such
    Submitted by @kitten (See #349)
  • Updated dependencies (See #350)

@gql.tada/[email protected]

29 Jul 10:51
7bcdac9
Compare
Choose a tag to compare

Patch Changes

  • Output introspection type separately in d.ts output typings file. This avoids a serialization error in composite TypeScript projects
    Submitted by @kitten (See #350)

@gql.tada/[email protected]

29 Jul 10:51
7bcdac9
Compare
Choose a tag to compare

Patch Changes