Skip to content

Releases: lquixada/cross-fetch

v3.0.6

01 Oct 12:37
Compare
Choose a tag to compare

⚡️ updated node-fetch to 2.6.1

v3.0.5

14 Jun 23:25
Compare
Choose a tag to compare

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

v3.0.4

08 Jun 02:14
Compare
Choose a tag to compare

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

v3.0.3

08 Jun 02:21
Compare
Choose a tag to compare

⚡️ upgraded node-fetch to 2.6.0.

v3.0.2

27 Mar 04:08
Compare
Choose a tag to compare

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

v3.0.1

02 Feb 19:54
Compare
Choose a tag to compare

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

v3.0.0

09 Dec 01:39
Compare
Choose a tag to compare
  • 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

27 Oct 19:11
Compare
Choose a tag to compare

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

v2.2.2

29 Jun 12:32
Compare
Choose a tag to compare

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

v2.2.1

02 Jun 15:18
Compare
Choose a tag to compare

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