Skip to content

Releases: jasonkuhrt/graffle

v4.0.0

23 Mar 12:49
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Official support for Node 12 is dropped

Features:

  • #303 Signal (Abort Controller) support

3.7.0

03 Dec 15:52
b693d27
Compare
Choose a tag to compare

Features

v3.6.1

18 Oct 12:21
b9db70a
Compare
Choose a tag to compare

Improvements

Chores

v3.6.0

13 Oct 15:17
87ec21b
Compare
Choose a tag to compare

Features

  • 87ec21b set endpoint after the GraphQLClient has been initialized (#291)
  • 2d92782 add batching support with batchRequests (#285)

Fixes

Chores

v3.5.0

27 Jul 18:38
Compare
Choose a tag to compare

Features

Fixes

Improvements

Chores

v3.4.0

17 Dec 03:35
e4b3932
Compare
Choose a tag to compare

Features

Chores

v3.3.0

27 Oct 13:11
Compare
Choose a tag to compare

Features

Docs

  • 4f9bf6c fix broken example source links
  • c75a29a add readme table of contents
  • e5f453a add community section and collapsable examples (#227)

v3.2.0

15 Oct 03:02
Compare
Choose a tag to compare

Features

  • 0290616 support custom fetch with GraphQLClient constructor (#212)

Fixes

  • c2253f2 update cross-fetch for vulnerability
  • e805be9 global Headers class reference (#218)

Chores

v3.1.0

04 Sep 22:42
Compare
Choose a tag to compare

Features

Fixes

Improvements

  • 2b7ecbd deps: update cross-fetch to latest
  • b17fd71 test: add test coverage for headers
  • 10c23fa test: refactor test modularity
  • 9c36d68 test: refactor upload tests
  • 762735b docs: Add example for Mutations to README (#197)

v3.0.0

05 Aug 14:00
Compare
Choose a tag to compare

BREAKING CHANGES

  • Types module has moved from dist/src/types.js to dist/types.js. If you were importing from the former before you'll need to update to be the later now.

  • e757927 accept DocumentNode input (#183)

    graphql-request now requires graphql version 14.x or 15.x as a peer dependency.

    graphql-request uses a TypeScript type from the graphql package such that if you are using TypeScript to build your project and you are using graphql-request but don't have graphql installed TypeScript build will fail. Details here. If you are a JS user then you do not technically need to install graphql. However if you use an IDE that picks up TS types even for JS (like VSCode) then its still in your interest to install graphql so that you can benefit from enhanced type safety during development.

Features

Fixes

Improvements

Chores