Skip to content

Releases: 0no-co/gql.tada

@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)

@gql.tada/internal@0.3.1

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

Patch Changes

@gql.tada/internal@0.3.0

26 Apr 09:45
36e6c5f
Compare
Choose a tag to compare

Minor Changes

  • Add multi-schema config format and schema loading
    Submitted by @kitten (See #257)

Patch Changes

  • Update loadRef to reflect tada* options to result types
    Submitted by @kitten (See #259)

@gql.tada/cli-utils@1.3.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.1

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

Patch Changes

  • Add missing default compiler options when instantiating TypeScript in check, generate persisted, and turbo commands
    Submitted by @kitten (See #266)
  • Updated dependencies (See #268)
    • @gql.tada/internal@0.3.2

@gql.tada/cli-utils@1.3.0

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

Minor Changes

  • Add multi-schema support to the CLI (See RFC for more details.) With multi-schema support, the configuration now accepts schemas as an option to set up multiple schemas that can be instantiated with initGraphQLTada() in parallel in the same codebase
    Submitted by @kitten (See #261)
  • Implement multi-schema support. Read more about it in the v1.6.0 Devlog post.
    Submitted by undefined (See #261)

Patch Changes

  • Upgrade to @0no-co/graphqlsp@^0.12.0
    Submitted by @kitten (See #264)
  • Updated dependencies (See #261)
    • @gql.tada/internal@0.3.1

gql.tada@1.5.8

24 Apr 17:10
83eb15d
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies (See #255, #253, and #254)
    • @gql.tada/internal@0.2.4
    • @gql.tada/cli-utils@1.2.2

gql.tada@1.5.7

24 Apr 13:47
9c284e4
Compare
Choose a tag to compare

Patch Changes

  • Switch between ESM and CJS when running CLI
    Submitted by @kitten (See #252)
  • Updated dependencies (See #247, #251, #247, #249, and #251)
    • @gql.tada/cli-utils@1.2.1
    • @gql.tada/internal@0.2.3

@gql.tada/internal@0.2.4

24 Apr 17:10
83eb15d
Compare
Choose a tag to compare

Patch Changes

  • Upgrade @urql/core in @gql.tada/internal
    Submitted by @kitten (See #255)

@gql.tada/internal@0.2.3

24 Apr 13:47
9c284e4
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix ESM build output file to be properly loadable
    Submitted by @kitten (See #247)
  • ⚠️ Fix resolving tsconfig.json' extends option
    Submitted by @kitten (See #251)