Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

Version Packages (#363)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

-5
.changeset/clean-doors-move.md
···
-
---
-
'@0no-co/graphqlsp': minor
-
---
-
-
Remove missing operation-name code, with our increased focus on not generating any code this becomes irrelevant
-5
.changeset/rotten-pugs-begin.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Recursively create directories if the target does not exist
-5
.changeset/upset-hats-remain.md
···
-
---
-
'@0no-co/graphqlsp': minor
-
---
-
-
Allow supplying a custom `clientDirectives` which will be mixed in with the base client directives
+14
packages/graphqlsp/CHANGELOG.md
···
# @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](https://github.com/JoviDeCroock) (See [#362](https://github.com/0no-co/GraphQLSP/pull/362))
+
- Allow supplying a custom `clientDirectives` which will be mixed in with the base client directives
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#370](https://github.com/0no-co/GraphQLSP/pull/370))
+
+
### Patch Changes
+
+
- Recursively create directories if the target does not exist
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#364](https://github.com/0no-co/GraphQLSP/pull/364))
+
## 1.12.16
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.12.16",
+
"version": "1.13.0",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",