Skip to content

Releases: lynxtaa/awesome-graphql-client

Version 3.0.0

Choose a tag to compare

@lynxtaa lynxtaa released this 07 Sep 19:34

The package is now ESM only.
Supported NodeJS versions: 20.19.0 || ^22.12.0 || >=23


v2.1.0...v3.0.0

Version 2.1.0

Choose a tag to compare

@lynxtaa lynxtaa released this 15 Oct 15:20
153e8b2
  • feat: support for partial responses (#98) 153e8b2

v2.0.0...v2.1.0

Version 2.0.0

Choose a tag to compare

@lynxtaa lynxtaa released this 20 Apr 15:46
  • 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

Choose a tag to compare

@lynxtaa lynxtaa released this 22 Oct 16:25
v1.0.1

chore(release): 1.0.1

Version 1.0.0

Choose a tag to compare

@lynxtaa lynxtaa released this 15 Sep 18:18

Use updated bundler (tsup)

Version 0.14.0

Choose a tag to compare

@lynxtaa lynxtaa released this 30 Jul 17:17

Features

Version 0.13.0

Choose a tag to compare

@lynxtaa lynxtaa released this 24 Oct 19:25

Breaking

  • dropped NodeJS 12 support

Features

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

Version 0.12.1

Choose a tag to compare

@lynxtaa lynxtaa released this 12 Feb 08:30

Bug Fixes

  • better types for FetchOptions generic (b3d359e)

Version 0.12.0

Choose a tag to compare

@lynxtaa lynxtaa released this 11 Feb 17:34

Bug Fixes

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

Version 0.11.0

Choose a tag to compare

@lynxtaa lynxtaa released this 10 Dec 13:29

Features

  • better typescript for custom fetch (01ccd3e)