Releases: developit/unfetch
Releases Β· developit/unfetch
3.0.0
Breaking
- Remove invented
xml()
method (not part of the Fetch spec. #43/#44 - thanks @AntonioVdlC!)
Bug Fixes
isomorphic-unfetch@2.0.0
- This release is paired up with an update to
isomorphic-unfetch
that fixes an issue where ES Module-compatible bundlers like Webpack 2+ would fail to polyfillwindow.fetch
.
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
- Add
unfetch/polyfill
entry, which automatically installs towindow.fetch
if it doesn't exist - Add support for the
credentials
option, specifically{ credentials: 'include' }
- Fix
response.ok
reportingfalse
erroneously in some cases - Fix
response.blob()
so it actually returns a Blob - Clean up header parsing
- Forward XMLHttpRequest errors for more information