Releases: rintoj/gql-assist
Releases · rintoj/gql-assist
v1.9.0
1.9.0 (2024-07-19)
Features
v1.8.4
1.8.4 (2024-07-12)
Bug Fixes
v1.8.3
1.8.3 (2024-07-11)
Bug Fixes
- organize import to consider { type Name } sytax (03c5573)
- Should respect the name set by developer for the hook (ee80c39)
v1.8.2
1.8.2 (2024-07-09)
Bug Fixes
- organize imports to handle "type only" imports correctly (bc26dc8)
v1.8.1
1.8.1 (2024-07-09)
Bug Fixes
- issue with organize imports not supporting alias (9f2ed9f)
v1.8.0
1.8.0 (2024-07-09)
Bug Fixes
Features
- add support for enum definitions (e90be2a)
- implement definition provider to locate definitions in .model.ts and .resolve.ts files (bc4a534)
v1.7.0
1.7.0 (2024-07-06)
Bug Fixes
- extract references from .gql.ts files (5e3fb2c)
- extract references from .gql.ts files (e8f2abe)
- test cases (60fb63d)
Features
- refactor parse graphql document from ts as a util (4f7f7ff)
- refactor parse graphql document from ts as a util (ffdc2df)
v1.6.0
1.6.0 (2024-07-05)
Bug Fixes
Features
- add reference provider (867a88d)
- add symbol with parent / child relation (a5f1795)
v1.5.2
1.5.2 (2024-07-04)
Bug Fixes
v1.5.1
1.5.1 (2024-07-01)
Bug Fixes
- improve schema manager and show an error when no schema is loaded (ff03c26)