Skip to content

Releases: matthew-andrews/isomorphic-fetch

Fix bug in webpack

16 Jul 12:38
Compare
Choose a tag to compare
Merge pull request #27 from keithamus/patch-1

Prevent Illegal invocation Error using transpilers

Use the main GitHub polyfill again

21 May 16:46
Compare
Choose a tag to compare
v2.1.0

Back to fetch for master

Don't redefine global fetch if already defined

15 Apr 15:51
Compare
Choose a tag to compare
Merge pull request #18 from matthew-andrews/dont-force-fetch

Don't redefine global fetch.

Fix module exports from Webpack / Browserify

06 Apr 08:38
Compare
Choose a tag to compare
Merge pull request #17 from robertknight/browserify-fix

Fix module exports from Webpack / Browserify

Switch to `node-fetch` on server side

10 Feb 21:15
Compare
Choose a tag to compare
Merge pull request #13 from matthew-andrews/node-fetch

Switch to node-fetch

Allow people to `var fetch = require('isomorphic-fetch')` if they want.

27 Jan 23:21
Compare
Choose a tag to compare
v1.7.0

Apparently commonjs is a thing, who knew?

Switch to IE9 CORs enabled branch of whatwg-fetch

26 Jan 18:30
Compare
Choose a tag to compare
v1.6.1

Switch to my IE9 CORs enabled branch of fetch

Convert URLs starting with “//” to “https://” when accessed on the server

21 Jan 23:48
Compare
Choose a tag to compare
Merge pull request #10 from matthew-andrews/slashslash

Support //mattandre.ws URLs on the server

Expose Headers, Request, and Response to node consumers

19 Jan 01:33
Compare
Choose a tag to compare
Merge pull request #8 from samgiles/master

Include Headers, Response and Request objects on the global scope on the server.