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
- drop cross-fetch polyfill dep (#127) (c22d4b0)
- drop node 8 support (01ae7d0)
- export
Options
type (#155) (b69791c) - remove dom dependency (#108) (be27ac6), closes #26 #100
- simplify typings by using full RequestInit type (#107) (9d5e344)
BREAKING CHANGES
- You are responsible for polyfilling your environment with
cross-fetch
if needed now.