Releases: matthew-andrews/isomorphic-fetch
Releases · matthew-andrews/isomorphic-fetch
Fix bug in webpack
Merge pull request #27 from keithamus/patch-1 Prevent Illegal invocation Error using transpilers
Use the main GitHub polyfill again
v2.1.0 Back to fetch for master
Don't redefine global fetch if already defined
Merge pull request #18 from matthew-andrews/dont-force-fetch Don't redefine global fetch.
Fix module exports from Webpack / Browserify
Merge pull request #17 from robertknight/browserify-fix Fix module exports from Webpack / Browserify
Switch to `node-fetch` on server side
Merge pull request #13 from matthew-andrews/node-fetch Switch to node-fetch
Allow people to `var fetch = require('isomorphic-fetch')` if they want.
v1.7.0 Apparently commonjs is a thing, who knew?
Switch to IE9 CORs enabled branch of whatwg-fetch
v1.6.1 Switch to my IE9 CORs enabled branch of fetch
Convert URLs starting with “//” to “https://” when accessed on the server
Merge pull request #10 from matthew-andrews/slashslash Support //mattandre.ws URLs on the server
Expose Headers, Request, and Response to node consumers
Merge pull request #8 from samgiles/master Include Headers, Response and Request objects on the global scope on the server.