Skip to content

Releases: graffle-js/graffle

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

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)