···11----
22-'@0no-co/graphqlsp': minor
33----
44-55-Add a `message` diagnostic when we see an import from a file that has `fragment` exports we'll warn you when they are not imported, this because of the assumption that to use this file one would have to adhere to the data requirements of said file.
66-You can choose to disable this setting by setting `shouldCheckForColocatedFragments` to `false`
+8
packages/graphqlsp/CHANGELOG.md
···11# @0no-co/graphqlsp
2233+## 0.4.0
44+55+### Minor Changes
66+77+- Add a `message` diagnostic when we see an import from a file that has `fragment` exports we'll warn you when they are not imported, this because of the assumption that to use this file one would have to adhere to the data requirements of said file.
88+ You can choose to disable this setting by setting `shouldCheckForColocatedFragments` to `false`
99+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#42](https://github.com/0no-co/GraphQLSP/pull/42))
1010+311## 0.3.0
412513### Minor Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "0.3.0",
33+ "version": "0.4.0",
44 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55 "main": "./dist/index.js",
66 "module": "./dist/index.module.js",