Skip to content

Releases: graffle-js/graffle

4.2.0

23 Mar 12:37
ac40083
Compare
Choose a tag to compare

Features

Improvements

4.1.0

10 Mar 16:57
Compare
Choose a tag to compare

Features

  • 24ca53b include operationName to rawRequest payload if defined in gql (#328)
  • 26711e7 parse string documents to extract the operationName (#325)

Fixes

  • 0e406cc include source files in package for source maps (#317)
  • cbfa1fb case-insensitive 'Content-type' response header detection (#315)

Improvements

  • cf0aea9 improve: drop official node 12 support

Chores

  • d71028c use dripip reusable workflow
  • a99293c update workflow action versions
  • d740cdc bump simple-get from 3.1.0 to 3.1.1 (#320)

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