Cross Fetch Versions Save

Universal WHATWG Fetch API for Node, Browsers and React Native.

v3.0.6

3 years ago

⚡️ updated node-fetch to 2.6.1

v3.0.5

3 years ago

⚡️ whatwg-fetch is not a prod dependency anymore (#63) ⚡️ updated all dev dependencies.

v3.0.3

4 years ago

⚡️ upgraded node-fetch to 2.6.0.

v3.0.4

4 years ago

🐞 fixed bug that crashed Safari 9 (#49). ⚡️ added VaporJS code to the project.

v3.0.2

5 years ago

🐞 bugfix #35: fixed TypeScript failing on types when dom lib is not present.

v3.0.1

5 years ago

🐞 bugfix #38: fixed the browser ponyfill stomping the global fetch function on React Native (thanks @msluther)

v3.0.0

5 years ago
  • 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 to undefined instead of false.

v2.2.3

5 years ago

🐞 bugfix #26: fixed TypeScript usage without esModuleInterop. (thanks @mattmccutchen)

v2.2.2

5 years ago

🐞 bugfix #19: fixed typescript definitions (thanks @evert)

v2.2.1

5 years ago

🐞 bugfix: fixed 'realFetch.call is not a function' when cross-fetch is bundled with webpack set to target node (@jamespedid, @alexvetter in #15)