Skip to content

Releases: 0no-co/gql.tada

@gql.tada/cli-utils@1.1.0

19 Apr 16:27
8ccd558
Compare
Choose a tag to compare

Minor Changes

  • Add experimental support for .vue SFC files for the turbo, generate-persisted, and check commands. (Note: @0no-co/graphqlsp does not yet have support for Vue & Volar)
    Submitted by @JoviDeCroock (See #232)

Patch Changes

  • Add checks for VSCode extensions to doctor command. The command now outputs a warning if the GraphQL syntax plugin is missing or if the GraphQL Language service is installed and misconfigured
    Submitted by @kitten (See #230)

gql.tada@1.5.3

17 Apr 23:44
5c7a857
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies (See #227 and #225)
    • @gql.tada/cli-utils@1.0.3

@gql.tada/cli-utils@1.0.3

17 Apr 23:44
5c7a857
Compare
Choose a tag to compare

Patch Changes

  • Add missing argument to generate-output command to force output the .ts format instead
    Submitted by @kitten (See #227)
  • ⚠️ Fix generate-output command outputting the .d.ts format when .ts extension was specified instead
    Submitted by @llllvvuu (See #225)

gql.tada@1.5.2

16 Apr 17:33
8e20c6a
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix readFragment falling back to any type when called with invalid data or invalid type
    Submitted by @kitten (See #216)
  • Updated dependencies (See #222 and #214)
    • @gql.tada/internal@0.2.1
    • @gql.tada/cli-utils@1.0.2

@gql.tada/internal@0.2.1

16 Apr 17:33
8e20c6a
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix config parser not being able to handle schema.headers object
    Submitted by @kitten (See #222)
  • Remove null cases from schema loaders, simplifying error handling in the CLI
    Submitted by @kitten (See #214)

@gql.tada/cli-utils@1.0.2

16 Apr 17:33
8e20c6a
Compare
Choose a tag to compare

Patch Changes

  • Remove null cases from schema loaders, simplifying error handling in the CLI
    Submitted by @kitten (See #214)
  • Updated dependencies (See #222 and #214)
    • @gql.tada/internal@0.2.1

gql.tada@1.5.1

15 Apr 21:43
96a8ffa
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies (See #212)
    • @gql.tada/cli-utils@1.0.1

gql.tada@1.5.0

15 Apr 15:52
aa47321
Compare
Choose a tag to compare

Read the full release announcement post at: https://gql-tada.0no.co/devlog/2024-04-15

Minor Changes

  • Allow GraphQL enum types to be remapped with the scalars configuration option
    Submitted by @kitten (See #184)
  • Support a second argument in graphql.persisted which accepts a TadaDocumentNode rather than passing a generic. This allows the document node to not be hidden, to still generate documentId via gql.tada without having to hide the document during runtime
    Submitted by @JoviDeCroock (See #188)

Patch Changes

@gql.tada/internal@0.2.0

15 Apr 15:52
aa47321
Compare
Choose a tag to compare

Read the full release announcement post at: https://gql-tada.0no.co/devlog/2024-04-15

Minor Changes

  • Add check as a way to run the GraphQLSP diagnostics as part of our CLI
    Submitted by @JoviDeCroock (See #170)
  • Implement new config resolution helpers
    Submitted by @kitten (See #200)

Patch Changes

  • Allow GraphQL enum types to be remapped with the scalars configuration option
    Submitted by @kitten (See #184)
  • Add bundled licenses of internalized modules
    Submitted by @kitten (See #175)
  • Support opting out of includeDeprecated on __Directive and __Field in accordance with the October 2021 spec
    Submitted by @JoviDeCroock (See #192)
  • Replace minifyIntrospectionQuery utility with a version that sorts fields and types by name
    Submitted by @kitten (See #185)

@gql.tada/cli-utils@1.0.1

15 Apr 21:43
96a8ffa
Compare
Choose a tag to compare

Patch Changes

  • ⚠️ Fix hash parsing in generate-persisted command
    Submitted by @kitten (See #212)