Releases: 0no-co/GraphQLSP
Releases · 0no-co/GraphQLSP
@0no-co/graphqlsp@1.15.4
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Forward all arguments from the
getQuickInfoAtPositionproxy to the underlying TypeScript language service, so that theverbosityLevelargument (added in TypeScript 5.9 for expandable hovers) is no longer stripped when GraphQLSP delegates back to TypeScript
Submitted by @JoviDeCroock (See #384)
@0no-co/graphqlsp@1.15.3
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Update TypeScript peer dependency range to allow for TS v6
Submitted by @JoviDeCroock (See #382)
@0no-co/graphqlsp@1.15.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Detect fragment usage in
maskFragmentscalls to prevent false positive unused fragment warnings
Submitted by @takumiyoshikawa (See #379)
@0no-co/graphqlsp@1.15.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Correctly identify missing fragments for gql.tada graphql call-expressions
Submitted by @JoviDeCroock (See #376)
@0no-co/graphqlsp@1.15.0
Minor Changes
- Improves field-usage tracking, we bail when the identifier is passed into a function, this bail is intended so we don't have to traverse the whole codebase tracing down usage
Submitted by @JoviDeCroock (See #374)
@0no-co/graphqlsp@1.14.0
Minor Changes
- Add new value declaration helpers to replace built-in services and to traverse TypeScript type checked AST exhaustively and efficiently
Submitted by @kitten (See #351)
Patch Changes
⚠️ Fix support for default exported graphql() invocations
Submitted by @JoviDeCroock (See #372)
@0no-co/graphqlsp@1.13.0
Minor Changes
- Remove missing operation-name code, with our increased focus on not generating any code this becomes irrelevant
Submitted by @JoviDeCroock (See #362) - Allow supplying a custom
clientDirectiveswhich will be mixed in with the base client directives
Submitted by @JoviDeCroock (See #370)
Patch Changes
- Recursively create directories if the target does not exist
Submitted by @JoviDeCroock (See #364)
@0no-co/graphqlsp@1.12.16
Patch Changes
- Extract inlined fragments for the non-tada route
Submitted by @JoviDeCroock (See #360)
@0no-co/graphqlsp@1.12.15
Patch Changes
- Handle chained expressions while crawling scopes
Submitted by @JoviDeCroock (See #356)
@0no-co/graphqlsp@1.12.14
Patch Changes
- Strip our internal
@_unmaskdirective from fragment-definitions when creating hashes for persisted-operations
Submitted by @JoviDeCroock (See #354) - Prevent resolution loop when resolving GraphQL fragments
Submitted by @kitten (See #350)