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

Version Packages (#194)

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

Changed files
+10 -11
.changeset
packages
-5
.changeset/empty-students-press.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Avoid bailing out of the cache for identical introspections
···
-5
.changeset/strange-pans-clap.md
···
-
---
-
"@0no-co/graphqlsp": patch
-
---
-
-
Account for empty lines when asking for completions
···
+9
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
## 1.0.6
### Patch Changes
···
# @0no-co/graphqlsp
+
## 1.0.7
+
+
### Patch Changes
+
+
- Avoid bailing out of the cache for identical introspections
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#193](https://github.com/0no-co/GraphQLSP/pull/193))
+
- Account for empty lines when asking for completions
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#191](https://github.com/0no-co/GraphQLSP/pull/191))
+
## 1.0.6
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.0.6",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp.js",
"module": "./dist/graphqlsp.module.js",
···
{
"name": "@0no-co/graphqlsp",
+
"version": "1.0.7",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp.js",
"module": "./dist/graphqlsp.module.js",