Releases: 0no-co/gql.tada
Releases · 0no-co/gql.tada
@gql.tada/internal@0.2.4
@gql.tada/internal@0.2.3
@gql.tada/cli-utils@1.2.2
@gql.tada/cli-utils@1.2.1
Patch Changes
- Refactor internal TypeScript instantiation (affects
turbo
,check
, andgenerate-persisted
commands)
Submitted by @kitten (See #247) ⚠️ Fix resolution of default lib path when libs aren't in standard location
Submitted by @kitten (See #251)⚠️ Fix ESM build output file to be properly loadable
Submitted by @kitten (See #247)⚠️ Fix log message ofgenerate schema
to correctly display schema rather than output
Submitted by @JoviDeCroock (See #249)- Updated dependencies (See #247 and #251)
- @gql.tada/internal@0.2.3
gql.tada@1.5.6
@gql.tada/internal@0.2.2
@gql.tada/cli-utils@1.2.0
Minor Changes
- Add experimental support for
.svelte
files for theturbo
,generate-persisted
, andcheck
commands. (Note:@0no-co/graphqlsp
does not yet have support for Svelte, Vue & Volar)
Submitted by @kitten (See #241) - Add support for
${configDir}
to directory path configs. When used in paths in our configuration,${configDir}
will be substituted with the location of the maintsconfig.json
Submitted by @kitten (See #239)
Patch Changes
- Updated dependencies (See #239)
- @gql.tada/internal@0.2.2
gql.tada@1.5.5
Patch Changes
- Updated dependencies (See #236)
- @gql.tada/cli-utils@1.1.1
@gql.tada/cli-utils@1.1.1
Patch Changes
- Use the Vue SFC compiler's source-maps when looking up positions in its TypeScript file output
Submitted by @JoviDeCroock (See #236)