Skip to content

Releases: Quramy/ts-graphql-plugin

v1.9.0

12 Jan 08:06
Compare
Choose a tag to compare

Features

  • Improve error messages (#80 )
    • Indicate the span expression range when complex interpolation errors
    • Indicate as warning if the error severity is categorized GraphQL lang server warning (e.g. access @deprecated field)

v1.8.0

08 Jan 08:19
Compare
Choose a tag to compare

Features

  • removeDuplicatedFragment option ( #72 )

v1.7.0

06 Jan 02:31
Compare
Choose a tag to compare

Features

  • Add typegen command to CLI

v1.6.0

04 Jan 14:02
Compare
Choose a tag to compare

Features

  • Add CLI functions (#67 )
    • extract, validate and report are coming!

v1.5.0

02 Jan 03:10
Compare
Choose a tag to compare

Features

  • Local schema extension (#66 )

Misc

  • Perfomance enhancement (#64 )

v1.4.1

31 Dec 21:11
Compare
Choose a tag to compare

Features

  • Display quick info ( #61 )
  • Allow this plugin within TemplateExpressionLiterals (#2 , #57 )

v1.3.0

10 Jul 19:44
Compare
Choose a tag to compare

Features

  • Support .graphql SDL file as schema option (#43)

v1.1.0

11 Jun 19:06
Compare
Choose a tag to compare
  • Schema from URL / GQL endpoint [#2]

v1.0.2

08 Jun 09:41
Compare
Choose a tag to compare
  • Add prefix [ts-graphql-plugin] when logging

v1.0.1

24 May 06:31
Compare
Choose a tag to compare
  • Upgrade dependencies.
  • Modify peer dependency to TypeScript. (require typescript@^2.3.1)