Releases: 0no-co/gql.tada
Releases · 0no-co/gql.tada
@gql.tada/cli-utils@1.1.0
Minor Changes
- Add experimental support for
.vue
SFC files for theturbo
,generate-persisted
, andcheck
commands. (Note:@0no-co/graphqlsp
does not yet have support for Vue & Volar)
Submitted by @JoviDeCroock (See #232)
Patch Changes
gql.tada@1.5.3
@gql.tada/cli-utils@1.0.3
gql.tada@1.5.2
@gql.tada/internal@0.2.1
@gql.tada/cli-utils@1.0.2
gql.tada@1.5.1
Patch Changes
- Updated dependencies (See #212)
- @gql.tada/cli-utils@1.0.1
gql.tada@1.5.0
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 aTadaDocumentNode
rather than passing a generic. This allows the document node to not be hidden, to still generatedocumentId
viagql.tada
without having to hide the document during runtime
Submitted by @JoviDeCroock (See #188)
Patch Changes
⚠️ Fixturbo
command reusing previously cached turbo typings. Instead, we now set a flag to disable the cache temporarily inside the command
Submitted by @kitten (See #208)- Updated dependencies (See #203, #208, #184, #197, #183, #175, #176, #188, #207, #205, #200, #170, #169, #192, #185, #182, #193, #199, #200, and #200)
- @gql.tada/cli-utils@1.0.0
- @gql.tada/internal@0.2.0
@gql.tada/internal@0.2.0
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)