Skip to content

Releases: 0no-co/gql.tada

gql.tada@1.7.0

03 May 15:15
5d80abd
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Updated dependencies (See #284, #282, and #286)
    • @gql.tada/internal@0.4.0
    • @gql.tada/cli-utils@1.3.4

@gql.tada/internal@0.4.0

03 May 15:15
5d80abd
Compare
Choose a tag to compare

Minor Changes

  • Add support for querying isOneOf in the introspection
    Submitted by @JoviDeCroock (See #284)

Patch Changes

  • Update CLI and @gql.tada/internal to variably support graphql ^15.5.0 in addition to the preferred v16, and include future support for v17
    Submitted by @kitten (See #282)

@gql.tada/cli-utils@1.3.4

03 May 15:15
5d80abd
Compare
Choose a tag to compare

Patch Changes

  • Update CLI and @gql.tada/internal to variably support graphql ^15.5.0 in addition to the preferred v16, and include future support for v17
    Submitted by @kitten (See #282)
  • Disable output piping on GitHub CI, as it can't reliably be detected
    Submitted by @kitten (See #286)
  • Updated dependencies (See #284 and #282)
    • @gql.tada/internal@0.4.0

gql.tada@1.6.3

28 Apr 12:37
75830e0
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies (See #275)
    • @gql.tada/cli-utils@1.3.3

@gql.tada/cli-utils@1.3.3

28 Apr 12:37
75830e0
Compare
Choose a tag to compare

Patch Changes

  • Add missing fragment deduplication to generate persisted command's output and add document normalization, which can be disabled using the --disable-normalization argument
    Submitted by @kitten (See #275)

gql.tada@1.6.2

26 Apr 15:07
6bc8424
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies (See #270)
    • @gql.tada/internal@0.3.3
    • @gql.tada/cli-utils@1.3.2

gql.tada@1.6.1

26 Apr 13:47
95c01cc
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies (See #266 and #268)
    • @gql.tada/cli-utils@1.3.1
    • @gql.tada/internal@0.3.2

gql.tada@1.6.0

26 Apr 10:42
33f7afc
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Updated dependencies (See #264, #261, and #261)
    • @gql.tada/cli-utils@1.3.0
    • @gql.tada/internal@0.3.1

@gql.tada/internal@0.3.3

26 Apr 15:07
6bc8424
Compare
Choose a tag to compare

Patch Changes

  • Improve error message when config.schemas is missing tadaOutputLocation entries or when unique values are compared
    Submitted by @kitten (See #270)

@gql.tada/internal@0.3.2

26 Apr 13:47
95c01cc
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix declare module not being added to tada output in some cases
    Submitted by @kitten (See #268)