Skip to content

Releases: JakeChampion/fetch

v3.6.10

28 Aug 22:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.9...v3.6.10

v3.6.9

28 Aug 22:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.8...v3.6.9

v3.6.8

28 Aug 22:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.7...v3.6.8

v3.6.7

28 Aug 22:31
Compare
Choose a tag to compare
3.6.7

v3.6.6

28 Aug 22:31
Compare
Choose a tag to compare

What's Changed

  • fix: ignore not throw on invalid response headers by @pke in #950

New Contributors

  • @pke made their first contribution in #950

Full Changelog: v3.6.5...v3.6.6

v3.6.5

28 Aug 22:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.4...v3.6.5

v3.6.4

28 Aug 22:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.3...v3.6.4

v3.6.3

28 Aug 22:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.2...v3.6.3

v3.6.2

27 Feb 18:46
Compare
Choose a tag to compare
3.6.2

v3.6.1

18 Feb 17:48
Compare
Choose a tag to compare

Bug fixes:

  • Fixes a bug in v3.6.0 where the syntax used was not ES3 as it has used const
  • Fixes a bug in v3.6.0 where String.prototype.includes was used, which is not supported in IE 11

Both were fixed in #914