Skip to content

Releases: lynxtaa/awesome-graphql-client

v2.1.0: feat: support for partial responses (#98)

15 Oct 15:20
153e8b2
Compare
Choose a tag to compare

Version 2.0.0

20 Apr 15:46
Compare
Choose a tag to compare
  • Require NodeJS>=18.18.0 [BREAKING] (#90) 27b06f3
  • updated NodeJS examples to use modern fetch and file upload

v1.0.1...v2.0.0

Version 1.0.1

22 Oct 16:25
Compare
Choose a tag to compare
v1.0.1

chore(release): 1.0.1

Version 1.0.0

15 Sep 18:18
Compare
Choose a tag to compare

Use updated bundler (tsup)

Version 0.14.0

30 Jul 17:17
Compare
Choose a tag to compare

Features

Version 0.13.0

24 Oct 19:25
Compare
Choose a tag to compare

Breaking

  • dropped NodeJS 12 support

Features

  • add extensions to GraphQLRequestError (#76) (a23cab9)

Version 0.12.1

12 Feb 08:30
Compare
Choose a tag to compare

Bug Fixes

  • better types for FetchOptions generic (b3d359e)

Version 0.12.0

11 Feb 17:34
Compare
Choose a tag to compare

Bug Fixes

  • add request headers normalization (53c008a)
  • hide response from error output (cff8eea)

Version 0.11.0

10 Dec 13:29
Compare
Choose a tag to compare

Features

  • better typescript for custom fetch (01ccd3e)

Version 0.10.0

22 Oct 15:39
Compare
Choose a tag to compare

Features

  • add 'ok' field to safe result (a08d20c)
  • support promises for file upload (ab88336)