Releases: lquixada/cross-fetch
Releases · lquixada/cross-fetch
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
- major upgrade of whatwg-fetch to 3.0.0 (see breaking changes)
- minor upgrade of node-fetch to 2.3.0 (see changelog)
- comprehensive test coverage (from 16 specs to 72)
- dropped yarn in favor of npm for package management
- dropped npm in favor of make for tasks runner
- Now you can do
import {fetch} from 'cross-fetch'
on a browser bundle. - For ponyfills,
fetch.polyfill
is now set toundefined
instead offalse
.
v2.2.3
v2.2.2
v2.2.1
🐞 bugfix: fixed 'realFetch.call is not a function' when cross-fetch is bundled with webpack set to target node (@jamespedid, @alexvetter in #15)