Skip to content

Releases: Quramy/ts-graphql-plugin

v2.1.8

25 May 05:50
Compare
Choose a tag to compare

Misc

  • Make compatible to TypeScript v4.7

v2.1.7

16 May 15:10
Compare
Choose a tag to compare

Misc

  • Update graphql peer dependencies version( allow graphql: "^16") (#808)

v2.1.6

01 Mar 02:06
Compare
Choose a tag to compare

Misc

  • Make compatible with TypeScript 4.6

v2.1.2

15 Dec 03:04
Compare
Choose a tag to compare

Bug fix

  • Check circular references for input types (#292 )

v2.1.1

21 Nov 15:38
Compare
Choose a tag to compare

Bug fix

  • Don't include *.tsbuildinfo files.

v2.1.0

21 Nov 15:37
Compare
Choose a tag to compare

New features

  • Customize type generator #232
  • Addon to export a type using graphql-js's TypedQueryDocumentNode #253

Misc

  • Fix option name spelling (removeFrafmentDefiniton for transformer ) #254

v2.0.2

20 Oct 13:29
Compare
Choose a tag to compare

Bug fix

  • Set optional when the variable is nullable ( #182 )
  • webpack v5 support ( #181 )

v2.0.0

31 Aug 08:19
Compare
Choose a tag to compare

Breaking Changes

  • Requires graphql >= v15 or later (#121)

v1.10.0

29 Jan 15:39
Compare
Choose a tag to compare

Features

  • Custom transformer and webpack plugin ( #82 )

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)