Skip to content

Releases: 0no-co/gql.tada

gql.tada@1.8.5

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

Patch Changes

  • Updated dependencies (See #361, #358, #359, and #363)
    • @gql.tada/cli-utils@1.6.0
    • @gql.tada/internal@1.0.6

@gql.tada/vue-support@1.0.1

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/svelte-support@1.0.1

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/internal@1.0.6

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/cli-utils@1.6.0

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

  • 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/internal@1.0.6
    • @gql.tada/svelte-support@1.0.1
    • @gql.tada/vue-support@1.0.1

gql.tada@1.8.4

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

Patch Changes

  • Updated dependencies (See #356, #353, and #355)
    • @gql.tada/cli-utils@1.5.3

@gql.tada/cli-utils@1.5.3

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/language-core@2.0.28 (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)

gql.tada@1.8.3

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/internal@1.0.5
    • @gql.tada/cli-utils@1.5.2

@gql.tada/internal@1.0.5

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/cli-utils@1.5.2

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

Patch Changes

  • Updated dependencies (See #350)
    • @gql.tada/internal@1.0.5