All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2021-08-02)
- Response returns the instance rather than a promise in all cases
- response correctly returns instance instead of promise (8b6c3d3)
2.0.0 (2021-06-28)
1.0.2 (2021-01-31)
- 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)
- handle blobs as stream when FileReader.readAsArrayBuffer is available (6ebb08a)