Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

33 lines (16 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2021-08-02)

⚠ BREAKING CHANGES

  • Response returns the instance rather than a promise in all cases

Bug Fixes

  • response correctly returns instance instead of promise (8b6c3d3)

2.0.0 (2021-06-28)

1.0.2 (2021-01-31)

Bug Fixes

  • do not abort native request if none was made yet (3cc8669)
  • implement Response.body for each input body type (0eec6f4)

1.0.1 (2021-01-25)

Bug Fixes

  • handle blobs as stream when FileReader.readAsArrayBuffer is available (6ebb08a)

1.0.0 (2021-01-25)