Skip to content

Releases: jasonkuhrt/graphql-request

v2.0.0

28 May 03:17
Compare
Choose a tag to compare

PLEASE NOTE:

This release was accidental. The breaking change will actually be undone in 2.1. However since this project was dormant for a long time, the 2.x version is still a safeguard against possible regressions/instability that new development will cause.

2.0.0 (2020-05-28)

Bug Fixes

Features

BREAKING CHANGES

  • You are responsible for polyfilling your environment with cross-fetch if needed now.

v1.8.2

10 Aug 07:31
248cde8
Compare
Choose a tag to compare

1.8.2 (2018-08-10)

Bug Fixes

  • deps: update dependency cross-fetch to v2.2.2 (36c968f)

v1.8.1

07 Aug 11:35
0b467b8
Compare
Choose a tag to compare

1.8.1 (2018-08-07)

Bug Fixes

  • add esnext.asynciterable to tsconfig.json (0248511)

  • revert support parsed query (#97) (ddfd0a8)

v1.8.0

01 Aug 08:20
206611f
Compare
Choose a tag to compare

1.8.0 (2018-08-01)

Features

  • add bundle size check to CI (ebe8741)

v1.7.0

24 Jul 14:37
aa117e4
Compare
Choose a tag to compare

1.7.0 (2018-07-24)

Bug Fixes

  • build by installing peer dep in ci (c146fba)

Features

v1.6.0

04 May 18:17
ec601d9
Compare
Choose a tag to compare

1.6.0 (2018-05-04)

Features

  • Add response status code to rawRequest's result (ec601d9)

v1.5.2

27 Apr 08:21
d365229
Compare
Choose a tag to compare

1.5.2 (2018-04-27)

Bug Fixes

  • Add the headers object to the rawRequest's result (d365229)

v1.5.1

01 Mar 11:50
4f02144
Compare
Choose a tag to compare

1.5.1 (2018-03-01)

Bug Fixes

  • deps: update dependency cross-fetch to v2.0.0 (dbcec5e)

v1.5.0

23 Feb 14:50
Compare
Choose a tag to compare

1.5.0 (2018-02-23)

Features

1.4.0

04 Oct 16:39
Compare
Choose a tag to compare

Replaced isomorphic-fetch with cross-fetch. Thanks for the PR #30 @lquixada!