This repository was archived by the owner on Sep 23, 2022. It is now read-only.
v3.0.0
<a name"3.0.0">
3.0.0 (2018-07-01)
Features
- makeFetchGroup (#93) (edfa6ada, closes #83)
- retry with getResponse (#91) (6cb54b23)
- bring your own fetch API (#87) (e23622d9)
Breaking Changes
- this change removes the internal implementation of fetch from the browser version of fetch-engine, meaning that it depends on window.fetch.
This also upgrades the typescript version (and associated modules), which leads to a huge number of changes.
- test: check Response ok value on 500
- chore: updgrade typescript, tslint etc
- chore: remove unused dependies & files
(e23622d9)