@0no-co/graphqlsp
Advanced tools
Comparing version 1.3.5 to 1.4.0
# @0no-co/graphqlsp | ||
## 1.4.0 | ||
### Minor Changes | ||
- Expand support of tracking field usage to more edge cases by matching a defined GraphQL document’s type against variables in-scope with said type | ||
Submitted by [@kitten](https://github.com/kitten) (See [#235](https://github.com/0no-co/GraphQLSP/pull/235)) | ||
### Patch Changes | ||
- Only warn for fragments that are exported | ||
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#230](https://github.com/0no-co/GraphQLSP/pull/230)) | ||
- ⚠️ Fix issue where a missing argument 2 for a call-expression would make us erase prior found fragment-definitions | ||
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#233](https://github.com/0no-co/GraphQLSP/pull/233)) | ||
## 1.3.5 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@0no-co/graphqlsp", | ||
"version": "1.3.5", | ||
"version": "1.4.0", | ||
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/graphqlsp.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3048698
27145