Skip to content

Releases: lquixada/cross-fetch

v2.2.0

10 May 13:24
Compare
Choose a tag to compare

⚡️ added TypeScript support

v2.1.1

10 May 13:27
Compare
Choose a tag to compare

⚡️upgraded node-fetch to v2.1.2
⚡️upgraded whatwg-fetch to v2.0.4

v2.1.0

09 Mar 14:35
Compare
Choose a tag to compare

⚡️upgraded node-fetch to 2.1.1
⚡️deploy using release-it

v2.0.0

28 Feb 22:11
Compare
Choose a tag to compare

💥 breaking change: node-fetch was upgraded to a major version, see upgrade guide for more details.

🐞 bugfix: browser ponyfill implementation was not detecting window features such as URLSearchParams and FormData.

📋 test: npm test now takes the same specs and runs on node and chrome headless environment.

📋 test: the same spec can also be manually run on any browser through a public url.