Skip to content

Releases: rintoj/gql-assist

v1.9.0

19 Jul 12:49
c554c35
Compare
Choose a tag to compare

1.9.0 (2024-07-19)

Features

v1.8.4

12 Jul 13:32
3066c4f
Compare
Choose a tag to compare

1.8.4 (2024-07-12)

Bug Fixes

v1.8.3

11 Jul 15:39
f6a8717
Compare
Choose a tag to compare

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

09 Jul 22:06
d2d265d
Compare
Choose a tag to compare

1.8.2 (2024-07-09)

Bug Fixes

  • organize imports to handle "type only" imports correctly (bc26dc8)

v1.8.1

09 Jul 20:15
544f12e
Compare
Choose a tag to compare

1.8.1 (2024-07-09)

Bug Fixes

  • issue with organize imports not supporting alias (9f2ed9f)

v1.8.0

09 Jul 03:29
0c39881
Compare
Choose a tag to compare

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

06 Jul 09:56
279678d
Compare
Choose a tag to compare

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

05 Jul 23:20
cb394db
Compare
Choose a tag to compare

1.6.0 (2024-07-05)

Bug Fixes

Features

  • add reference provider (867a88d)
  • add symbol with parent / child relation (a5f1795)

v1.5.2

04 Jul 12:52
Compare
Choose a tag to compare

1.5.2 (2024-07-04)

Bug Fixes

  • generation of enum types (f962633)

v1.5.1

01 Jul 19:13
dd8f413
Compare
Choose a tag to compare

1.5.1 (2024-07-01)

Bug Fixes

  • improve schema manager and show an error when no schema is loaded (ff03c26)