Skip to content

Releases: 0no-co/GraphQLSP

@0no-co/graphqlsp@0.9.1

16 Jul 07:08
0bb162d

Choose a tag to compare

Patch Changes

@0no-co/graphqlsp@0.9.0

02 Jul 08:06
e3cfed7

Choose a tag to compare

Minor Changes

@0no-co/graphqlsp@0.8.0

27 Jun 13:51
187f290

Choose a tag to compare

Minor Changes

  • Allow specifying headers for fetching the introspection
    Submitted by @JoviDeCroock (See #87)

Patch Changes

  • Guard against no schema or errored codegen attempts
    Submitted by @JoviDeCroock (See #89)
  • catch more schema errors and improve logging
    Submitted by @JoviDeCroock (See #84)

@0no-co/graphqlsp@0.7.4

23 Jun 05:25
0c08b9b

Choose a tag to compare

Patch Changes

  • Correctly replace with identical replacement strings
    Submitted by @JoviDeCroock (See #82)
  • Account for offsets in auto-complete as well
    Submitted by @JoviDeCroock (See #81)
  • ⚠️ Fix quick-info getting offset by preceding fragments
    Submitted by @JoviDeCroock (See #78)

@0no-co/graphqlsp@0.7.3

22 Jun 10:49
de8d427

Choose a tag to compare

Patch Changes

  • Avoid polluting with diagnostics not in current file
    Submitted by @JoviDeCroock (See #73)

@0no-co/graphqlsp@0.7.2

10 Jun 05:56
fe22be9

Choose a tag to compare

Patch Changes

  • ⚠️ Fix multiple selection-set updates
    Submitted by @JoviDeCroock (See #69)

@0no-co/graphqlsp@0.7.1

09 Jun 10:28
3ea64cf

Choose a tag to compare

Patch Changes

@0no-co/graphqlsp@0.7.0

09 Jun 08:05
43616e9

Choose a tag to compare

Minor Changes

@0no-co/graphqlsp@0.6.2

09 Jun 06:48
312fa6b

Choose a tag to compare

Patch Changes

@0no-co/graphqlsp@0.6.1

09 Jun 06:21
3a4a6b0

Choose a tag to compare

Patch Changes

  • Add nonOptionalTypename: true as this allows for easier type matching
    Submitted by @JoviDeCroock (See #60)