Skip to content

Releases: 0no-co/gql.tada

gql.tada@1.8.13

05 Aug 17:59
5be31c5
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies (See #472)
    • @gql.tada/cli-utils@1.7.1

@gql.tada/cli-utils@1.7.1

05 Aug 17:59
5be31c5
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix external scalars in the graphql definition files,
    we will collect the imports and rewrite them into the
    cached file
    Submitted by @JoviDeCroock (See #472)

gql.tada@1.8.12

21 Jul 09:45
cc6562f
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies (See #461 and #460)
    • @gql.tada/cli-utils@1.7.0

@gql.tada/cli-utils@1.7.0

21 Jul 09:45
cc6562f
Compare
Choose a tag to compare

Minor Changes

  • Add support for pnpm workspace catalog version resolution to gql-tada doctor
    Submitted by @JoviDeCroock (See #460)

Patch Changes

  • Remove alias outside of current scope flag for the stringification of types, this adds support for external scalar files in the Tada setup file
    Submitted by @JoviDeCroock (See #461)

gql.tada@1.8.11

28 Jun 06:35
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix in-type tokenizer to support trailing comments
    Submitted by @kitten (See #449)

gql.tada@1.8.10

04 Oct 15:33
b172ffe
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies (See #409 and #401)
    • @gql.tada/cli-utils@1.6.3

@gql.tada/cli-utils@1.6.3

04 Oct 15:33
b172ffe
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix turbo command's cache disabling override not being effective. This was a regression that meant the cached outputs would be reused during the next run of the turbo command
    Submitted by @kitten (See #409)
  • Create target directories if they don't exist and the CLI is trying to write to them
    Submitted by @kitten (See #401)

gql.tada@1.8.9

20 Sep 17:35
c4ebc0d
Compare
Choose a tag to compare

Patch Changes

  • Add missing setter to loc property
    Submitted by @kitten (See #400)

gql.tada@1.8.8

19 Sep 14:01
331afc5
Compare
Choose a tag to compare

Patch Changes

  • Add loc getter to parsed DocumentNode fragment outputs to ensure that using fragments created by gql.tada's graphql() function with graphql-tag doesn't crash. graphql-tag does not treat the DocumentNode.loc property as optional on interpolations, which leads to intercompatibility issues
    Submitted by @kitten (See #396)

gql.tada@1.8.7

08 Sep 10:39
3c076c0
Compare
Choose a tag to compare

Patch Changes

  • Update internal type signature of initGraphQLTada<>() function and include initGraphQLTada<Setup> alias type. This alias type makes it more intuitive to declare types the return type of initGraphQLTada(), since it mirrors the same name
    Submitted by @kitten (See #377)
  • Updated dependencies (See #386 and #388)
    • @gql.tada/internal@1.0.8
    • @gql.tada/cli-utils@1.6.2