From 385655b808ea5b994156c7d23973c836c18a7180 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:37:45 +0100 Subject: [PATCH] chore(main): release 3.6.19 (#1381) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jake Champion --- CHANGELOG.md | 117 +++++++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 63 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e270a5a5..92d7889a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,76 +1,82 @@ -### Changelog +# Changelog All notable changes to this project will be documented in this file. Dates are displayed in UTC. -Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [3.6.19](https://github.com/JakeChampion/fetch/compare/v3.6.18...v3.6.19) (2023-09-11) -#### [v3.6.18](https://github.com/JakeChampion/fetch/compare/v3.6.17...v3.6.18) + +### Bug Fixes + +* Have unique error messages for xhr timeouts and errors ([#1380](https://github.com/JakeChampion/fetch/issues/1380)) ([7170f0b](https://github.com/JakeChampion/fetch/commit/7170f0b127d16c5895aba61c9168482834809046)) + + +## [v3.6.18](https://github.com/JakeChampion/fetch/compare/v3.6.17...v3.6.18) - Fix - File fetching broken since commit 0c1d2b9 [`#1375`](https://github.com/JakeChampion/fetch/pull/1375) - Remove broken links [`1dc07c6`](https://github.com/JakeChampion/fetch/commit/1dc07c6064a32e989306fb2324204c56c93140fe) - automatically generate a changelog [`0e7d1dd`](https://github.com/JakeChampion/fetch/commit/0e7d1dd95826b3b76510f0832784207f2609145e) -#### [v3.6.17](https://github.com/JakeChampion/fetch/compare/v3.6.16...v3.6.17) +## [v3.6.17](https://github.com/JakeChampion/fetch/compare/v3.6.16...v3.6.17) > 20 July 2023 - Revert "Resolves https://github.com/JakeChampion/fetch/issues/928" [`#928`](https://github.com/JakeChampion/fetch/issues/928) -#### [v3.6.16](https://github.com/JakeChampion/fetch/compare/v3.6.15...v3.6.16) +## [v3.6.16](https://github.com/JakeChampion/fetch/compare/v3.6.15...v3.6.16) > 18 July 2023 - Resolves https://github.com/JakeChampion/fetch/issues/928 [`#928`](https://github.com/JakeChampion/fetch/issues/928) -#### [v3.6.15](https://github.com/JakeChampion/fetch/compare/v3.6.14...v3.6.15) +## [v3.6.15](https://github.com/JakeChampion/fetch/compare/v3.6.14...v3.6.15) > 18 July 2023 - fix https://github.com/JakeChampion/fetch/issues/997 [`#997`](https://github.com/JakeChampion/fetch/issues/997) -#### [v3.6.14](https://github.com/JakeChampion/fetch/compare/v3.6.13...v3.6.14) +## [v3.6.14](https://github.com/JakeChampion/fetch/compare/v3.6.13...v3.6.14) > 18 July 2023 - Fix https://github.com/JakeChampion/fetch/issues/1076 [`#1076`](https://github.com/JakeChampion/fetch/issues/1076) -#### [v3.6.13](https://github.com/JakeChampion/fetch/compare/v3.6.12...v3.6.13) +## [v3.6.13](https://github.com/JakeChampion/fetch/compare/v3.6.12...v3.6.13) > 18 July 2023 - respect charset within readBlobAsText [`#1059`](https://github.com/JakeChampion/fetch/issues/1059) -#### [v3.6.12](https://github.com/JakeChampion/fetch/compare/v3.6.11...v3.6.12) +## [v3.6.12](https://github.com/JakeChampion/fetch/compare/v3.6.11...v3.6.12) > 18 July 2023 - fix: Headers only accepts array which have nested array of length 2 [`#1235`](https://github.com/JakeChampion/fetch/issues/1235) -#### [v3.6.11](https://github.com/JakeChampion/fetch/compare/v3.6.10...v3.6.11) +## [v3.6.11](https://github.com/JakeChampion/fetch/compare/v3.6.10...v3.6.11) > 18 July 2023 - Define Body.arrayBuffer even if support.blob is false [`#992`](https://github.com/JakeChampion/fetch/issues/992) -#### [v3.6.10](https://github.com/JakeChampion/fetch/compare/v3.6.9...v3.6.10) +## [v3.6.10](https://github.com/JakeChampion/fetch/compare/v3.6.9...v3.6.10) > 18 July 2023 - use globals if they exist [`dffc542`](https://github.com/JakeChampion/fetch/commit/dffc542fe7140f35ee7fec29e3da67f3bf080910) -#### [v3.6.9](https://github.com/JakeChampion/fetch/compare/v3.6.8...v3.6.9) +## [v3.6.9](https://github.com/JakeChampion/fetch/compare/v3.6.8...v3.6.9) > 18 July 2023 - fix: when no body supplied, do not set bodyUsed to true [`7d92dff`](https://github.com/JakeChampion/fetch/commit/7d92dff12d7c4058b57c7e77adeb0a76ffab639f) -#### [v3.6.8](https://github.com/JakeChampion/fetch/compare/v3.6.7...v3.6.8) +## [v3.6.8](https://github.com/JakeChampion/fetch/compare/v3.6.7...v3.6.8) > 18 July 2023 - validate status is in range [`#1213`](https://github.com/JakeChampion/fetch/issues/1213) -#### [v3.6.7](https://github.com/JakeChampion/fetch/compare/v3.6.6...v3.6.7) +## [v3.6.7](https://github.com/JakeChampion/fetch/compare/v3.6.6...v3.6.7) > 18 July 2023 @@ -79,38 +85,38 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - remove invalid-headers test [`e3f6590`](https://github.com/JakeChampion/fetch/commit/e3f65907924b7692af7c08cd92044456bc92ad8b) - Update lock.yml permissions [`e97321b`](https://github.com/JakeChampion/fetch/commit/e97321bc081e80275397fc4c7a990791aa8b3524) -#### [v3.6.6](https://github.com/JakeChampion/fetch/compare/v3.6.5...v3.6.6) +## [v3.6.6](https://github.com/JakeChampion/fetch/compare/v3.6.5...v3.6.6) > 18 July 2023 - fix: ignore not throw on invalid response headers [`#930`](https://github.com/JakeChampion/fetch/issues/930) -#### [v3.6.5](https://github.com/JakeChampion/fetch/compare/v3.6.4...v3.6.5) +## [v3.6.5](https://github.com/JakeChampion/fetch/compare/v3.6.4...v3.6.5) > 18 July 2023 - Add some missed methods which should be normalized as uppercase [`a43b628`](https://github.com/JakeChampion/fetch/commit/a43b6283833c403230bb1a5238e2d7ac435c52da) - Update caniuse link to use HTTPS and new pattern [`fb5b0cf`](https://github.com/JakeChampion/fetch/commit/fb5b0cf42b470faf8c5448ab461d561f34380a30) -#### [v3.6.4](https://github.com/JakeChampion/fetch/compare/v3.6.3...v3.6.4) +## [v3.6.4](https://github.com/JakeChampion/fetch/compare/v3.6.3...v3.6.4) > 18 July 2023 - always set a signal on Request [`d1d09fb`](https://github.com/JakeChampion/fetch/commit/d1d09fb8039b4b8c7f2f5d6c844ea72d8a3cefe6) -#### [v3.6.3](https://github.com/JakeChampion/fetch/compare/v3.6.2...v3.6.3) +## [v3.6.3](https://github.com/JakeChampion/fetch/compare/v3.6.2...v3.6.3) > 18 July 2023 - Compatible global equals to the false [`7727e50`](https://github.com/JakeChampion/fetch/commit/7727e50493eafae9a7005f10f18f81e5bbcbfdd3) -#### [v3.6.2](https://github.com/JakeChampion/fetch/compare/v3.6.1...v3.6.2) +## [v3.6.2](https://github.com/JakeChampion/fetch/compare/v3.6.1...v3.6.2) > 27 February 2021 - Revert "Represent non-stringified JSON request body as an [object Object] string" [`e42f201`](https://github.com/JakeChampion/fetch/commit/e42f201b8b0af8b3f2615abe8161c8087f52f1b2) -#### [v3.6.1](https://github.com/JakeChampion/fetch/compare/v3.6.0...v3.6.1) +## [v3.6.1](https://github.com/JakeChampion/fetch/compare/v3.6.0...v3.6.1) > 18 February 2021 @@ -118,7 +124,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - use var instead of const [`5d3952d`](https://github.com/JakeChampion/fetch/commit/5d3952d10736a98a550043b933c50800643e2756) - Restore package.json [`6b4bd97`](https://github.com/JakeChampion/fetch/commit/6b4bd971b1e415a347cf20db4b925d1b845669a9) -#### [v3.6.0](https://github.com/JakeChampion/fetch/compare/v3.5.0...v3.6.0) +## [v3.6.0](https://github.com/JakeChampion/fetch/compare/v3.5.0...v3.6.0) > 18 February 2021 @@ -126,34 +132,34 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Represent non-stringified JSON request body as an [object Object] string [`5c6b055`](https://github.com/JakeChampion/fetch/commit/5c6b055e6ae6f718f416c94bfcdc89693d0abdcb) - Fix eslint and eslint-plugin-github dependency conflicts [`190e698`](https://github.com/JakeChampion/fetch/commit/190e698f8e737ad751a11de60f6b8b3301fa557b) -#### [v3.5.0](https://github.com/JakeChampion/fetch/compare/v3.4.1...v3.5.0) +## [v3.5.0](https://github.com/JakeChampion/fetch/compare/v3.4.1...v3.5.0) > 6 November 2020 - Fixes #748 [`#748`](https://github.com/JakeChampion/fetch/issues/748) - Create lock.yml [`8767781`](https://github.com/JakeChampion/fetch/commit/87677811d543cfb44b124e026b50f710e95017ec) -#### [v3.4.1](https://github.com/JakeChampion/fetch/compare/v3.4.0...v3.4.1) +## [v3.4.1](https://github.com/JakeChampion/fetch/compare/v3.4.0...v3.4.1) > 7 September 2020 - Add npmignore file to ensure we always publish the dist directory [`7ca02eb`](https://github.com/JakeChampion/fetch/commit/7ca02eb0234b0a61fd711d922b2e69d3c5390516) - Make the clean task remove the dist directory and the default task create it [`fd23745`](https://github.com/JakeChampion/fetch/commit/fd23745f3474cd23d88e5128d8bc74813be1aff0) -#### [v3.4.0](https://github.com/JakeChampion/fetch/compare/v3.3.1...v3.4.0) +## [v3.4.0](https://github.com/JakeChampion/fetch/compare/v3.3.1...v3.4.0) > 7 August 2020 - Use globalThis as the global object if it exists [`96c2651`](https://github.com/JakeChampion/fetch/commit/96c26512608a0081d493df4fc17da4394bd1b410) -#### [v3.3.1](https://github.com/JakeChampion/fetch/compare/v3.3.0...v3.3.1) +## [v3.3.1](https://github.com/JakeChampion/fetch/compare/v3.3.0...v3.3.1) > 4 August 2020 - rename variable to no longer shadow over function of same name [`c5db762`](https://github.com/JakeChampion/fetch/commit/c5db7621c3b1530683b8f706388d4ac210a2db02) - remove semicolon to pass linting [`f264aa5`](https://github.com/JakeChampion/fetch/commit/f264aa5704f7431c429ec16e6fdd3c7034c7f2d9) -#### [v3.3.0](https://github.com/JakeChampion/fetch/compare/v3.2.0...v3.3.0) +## [v3.3.0](https://github.com/JakeChampion/fetch/compare/v3.2.0...v3.3.0) > 4 August 2020 @@ -165,7 +171,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - If headers are passed in via a Record then do not normalise the header names as part of the request [`b65ed60`](https://github.com/JakeChampion/fetch/commit/b65ed608604492d605df2d62cd4c5050e2a8d508) - Update fetch.js [`37b55c2`](https://github.com/JakeChampion/fetch/commit/37b55c27413b902cef4e629892424ae469fb1ea2) -#### [v3.2.0](https://github.com/JakeChampion/fetch/compare/v3.1.1...v3.2.0) +## [v3.2.0](https://github.com/JakeChampion/fetch/compare/v3.1.1...v3.2.0) > 9 July 2020 @@ -175,18 +181,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Add support for no-cache and no-store via a cache-busting querystring parameter [`a0dcd85`](https://github.com/JakeChampion/fetch/commit/a0dcd853f8ed29d06a022f92c87c303bd0e1f1bf) - make global `this` correct when using rollup [`6e9fc0e`](https://github.com/JakeChampion/fetch/commit/6e9fc0ee026dd89d864c3d176c57789ee5615114) -#### [v3.1.1](https://github.com/JakeChampion/fetch/compare/v3.1.0...v3.1.1) +## [v3.1.1](https://github.com/JakeChampion/fetch/compare/v3.1.0...v3.1.1) > 8 July 2020 - check if Content-Type header exists prior to examining the value [`#792`](https://github.com/JakeChampion/fetch/pull/792) - Move from Travis to GitHub Actions [`#793`](https://github.com/JakeChampion/fetch/pull/793) -#### [v3.1.0](https://github.com/JakeChampion/fetch/compare/v3.0.1...v3.1.0) +## [v3.1.0](https://github.com/JakeChampion/fetch/compare/v3.0.1...v3.1.0) > 29 June 2020 -#### [v3.0.1](https://github.com/JakeChampion/fetch/compare/v3.0.0...v3.0.1) +## [v3.0.1](https://github.com/JakeChampion/fetch/compare/v3.0.0...v3.0.1) > 8 July 2020 @@ -206,6 +212,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix issue #533 [`7f030fa`](https://github.com/JakeChampion/fetch/commit/7f030fab4d79433204331cefe365f5fbbab9e992) - Compatibility with newer eslint-plugin-github [`1821b74`](https://github.com/JakeChampion/fetch/commit/1821b74b808152d4d6e787c21165f2d569c2a7c4) + ### [v3.0.0](https://github.com/JakeChampion/fetch/compare/v2.0.4...v3.0.0) > 7 September 2018 @@ -226,7 +233,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Unwrap `fetch.js` to be a clean module file [`8aec47c`](https://github.com/JakeChampion/fetch/commit/8aec47cb6c67a9a321f1eb07457f70fc46235610) - Switch from PhantomJS to Karma + Chrome/Firefox for testing [`b539589`](https://github.com/JakeChampion/fetch/commit/b53958904649bfeb784083b9b7e0b89902c7d30e) -#### [v2.0.4](https://github.com/JakeChampion/fetch/compare/v2.0.3...v2.0.4) +## [v2.0.4](https://github.com/JakeChampion/fetch/compare/v2.0.3...v2.0.4) > 29 March 2018 @@ -242,7 +249,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Add test for undefined Response status [`0ecdd40`](https://github.com/JakeChampion/fetch/commit/0ecdd40c50d4bcdfd4d2a09448a6d01089dc182a) - Fix cookie test with newer versions of Node [`7831671`](https://github.com/JakeChampion/fetch/commit/7831671b172435c52064f588cf7145236fecf5f2) -#### [v2.0.3](https://github.com/JakeChampion/fetch/compare/v2.0.2...v2.0.3) +## [v2.0.3](https://github.com/JakeChampion/fetch/compare/v2.0.2...v2.0.3) > 2 March 2017 @@ -253,7 +260,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Remove extra punctuation [`eebaa2a`](https://github.com/JakeChampion/fetch/commit/eebaa2a1bc21eeba98ee00c9f94a0a4c2007cff1) - Fetch 2.0.3 [`d4ed806`](https://github.com/JakeChampion/fetch/commit/d4ed806fdcbdeaef707d27f6c88943f0336a647d) -#### [v2.0.2](https://github.com/JakeChampion/fetch/compare/v2.0.1...v2.0.2) +## [v2.0.2](https://github.com/JakeChampion/fetch/compare/v2.0.1...v2.0.2) > 19 January 2017 @@ -264,7 +271,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Remove secrets [`9240ef4`](https://github.com/JakeChampion/fetch/commit/9240ef453a1ebc3670b8377f9deb771d684e7f68) - fetch 2.0.2 [`b337f95`](https://github.com/JakeChampion/fetch/commit/b337f9578fa8e21fa5c9fe8d6eb74baaa43a1c02) -#### [v2.0.1](https://github.com/JakeChampion/fetch/compare/v2.0.0...v2.0.1) +## [v2.0.1](https://github.com/JakeChampion/fetch/compare/v2.0.0...v2.0.1) > 17 November 2016 @@ -281,7 +288,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Firefox now implements `Headers.forEach` natively [`468f877`](https://github.com/JakeChampion/fetch/commit/468f877e4447a2b267236f2f8fa4f1492c0dd20b) - fetch 2.0.0 [`c576d61`](https://github.com/JakeChampion/fetch/commit/c576d61fee39bb34699bbe870460b6120011150a) -#### [v1.1.1](https://github.com/JakeChampion/fetch/compare/v1.1.0...v1.1.1) +## [v1.1.1](https://github.com/JakeChampion/fetch/compare/v1.1.0...v1.1.1) > 17 November 2016 @@ -289,7 +296,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Only define `arrayBuffer()` if Blob is also supported [`c2556f3`](https://github.com/JakeChampion/fetch/commit/c2556f3ed41a238df4ee384fd8e4c404f3971e64) - fetch 1.1.1 [`f7a5148`](https://github.com/JakeChampion/fetch/commit/f7a514829820fc77c0f884c74cf2d36356a781c0) -#### [v1.1.0](https://github.com/JakeChampion/fetch/compare/v1.0.0...v1.1.0) +## [v1.1.0](https://github.com/JakeChampion/fetch/compare/v1.0.0...v1.1.0) > 14 November 2016 @@ -334,7 +341,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Support URLSearchParams POST body [`d77810a`](https://github.com/JakeChampion/fetch/commit/d77810a15c78bbbaf2defd4ea3af6db21c8d117f) - Fix formatting [`edb7c73`](https://github.com/JakeChampion/fetch/commit/edb7c7336f53b5c0e08ef0ccb37e43c8d9de778f) -#### [v0.11.1](https://github.com/JakeChampion/fetch/compare/v0.11.0...v0.11.1) +## [v0.11.1](https://github.com/JakeChampion/fetch/compare/v0.11.0...v0.11.1) > 5 May 2016 @@ -343,7 +350,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fetch 0.11.1 [`7d9a11d`](https://github.com/JakeChampion/fetch/commit/7d9a11deec5c0ea2d453390be647ba52695166f8) - Guard against `xhr.getAllResponseHeaders()` being `null` [`8deb829`](https://github.com/JakeChampion/fetch/commit/8deb8296681f6ad0990e0af47b99d71f2a1d1701) -#### [v0.11.0](https://github.com/JakeChampion/fetch/compare/v0.10.1...v0.11.0) +## [v0.11.0](https://github.com/JakeChampion/fetch/compare/v0.10.1...v0.11.0) > 19 January 2016 @@ -353,7 +360,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Cleanup in determining implicit content-type [`3b5dc9c`](https://github.com/JakeChampion/fetch/commit/3b5dc9c17f2be9ca1a2e7030dd8209f0b150bc70) - Render main test suite as root resource of test server [`b043384`](https://github.com/JakeChampion/fetch/commit/b043384e2d7b68b10172a64e5c5b00a593cd41c3) -#### [v0.10.1](https://github.com/JakeChampion/fetch/compare/v0.10.0...v0.10.1) +## [v0.10.1](https://github.com/JakeChampion/fetch/compare/v0.10.0...v0.10.1) > 2 November 2015 @@ -363,7 +370,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Download and start Sauce Connect manually [`b3885b4`](https://github.com/JakeChampion/fetch/commit/b3885b4eceb4a818e7f8d2d290f89f4d8eaeb0d3) - Switch to my credentials for npm publish from CI [`e0a4851`](https://github.com/JakeChampion/fetch/commit/e0a48518734aac116f49962c825522ab99da8338) -#### [v0.10.0](https://github.com/JakeChampion/fetch/compare/v0.9.0...v0.10.0) +## [v0.10.0](https://github.com/JakeChampion/fetch/compare/v0.9.0...v0.10.0) > 12 October 2015 @@ -385,7 +392,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix and simplify `Request.clone()` [`fd362dd`](https://github.com/JakeChampion/fetch/commit/fd362ddb1dcb6918cf8203c99f40d7fed019afc4) - Expand caveats with notes about cookies [`184b647`](https://github.com/JakeChampion/fetch/commit/184b64719f90ba0cc88c6eeb43c9a2a7ea5fb726) -#### [v0.9.0](https://github.com/JakeChampion/fetch/compare/v0.8.2...v0.9.0) +## [v0.9.0](https://github.com/JakeChampion/fetch/compare/v0.8.2...v0.9.0) > 29 May 2015 @@ -394,7 +401,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fix forEach parameters. [`0449483`](https://github.com/JakeChampion/fetch/commit/0449483b4ab1e9184e74302e1c6fb17e9cd44a75) - Accept a thisArg forEach parameter. [`bd2fe03`](https://github.com/JakeChampion/fetch/commit/bd2fe03140cfdaf4bd38ca5b4798c775a58b6fd5) -#### [v0.8.2](https://github.com/JakeChampion/fetch/compare/v0.8.1...v0.8.2) +## [v0.8.2](https://github.com/JakeChampion/fetch/compare/v0.8.1...v0.8.2) > 19 May 2015 @@ -402,14 +409,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Only support standard options. [`cc9f4b0`](https://github.com/JakeChampion/fetch/commit/cc9f4b0e3e2aaa8cf751dfc2098e58a94fc71e59) - Fetch 0.8.2 [`0b3e1d7`](https://github.com/JakeChampion/fetch/commit/0b3e1d7c41c75359a3e0b771741ebc2a8823da38) -#### [v0.8.1](https://github.com/JakeChampion/fetch/compare/v0.8.0...v0.8.1) +## [v0.8.1](https://github.com/JakeChampion/fetch/compare/v0.8.0...v0.8.1) > 4 May 2015 - Fetch 0.8.1 [`09c316d`](https://github.com/JakeChampion/fetch/commit/09c316d2450c08fde129336438b3a44de4e8177c) - Ignore script/ dir [`2e39db1`](https://github.com/JakeChampion/fetch/commit/2e39db1b02c5453ed9c3e156f5d68240f0e76907) -#### [v0.8.0](https://github.com/JakeChampion/fetch/compare/v0.7.0...v0.8.0) +## [v0.8.0](https://github.com/JakeChampion/fetch/compare/v0.7.0...v0.8.0) > 4 May 2015 @@ -427,7 +434,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Split app and server [`29cc5dc`](https://github.com/JakeChampion/fetch/commit/29cc5dc74441679c63e99145ba841f8abd29da17) - More scripty [`ba1214a`](https://github.com/JakeChampion/fetch/commit/ba1214acaf766eba9e0a268de495d8b9c9e295c1) -#### [v0.7.0](https://github.com/JakeChampion/fetch/compare/v0.6.1...v0.7.0) +## [v0.7.0](https://github.com/JakeChampion/fetch/compare/v0.6.1...v0.7.0) > 24 January 2015 @@ -441,7 +448,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Throw TypeError if body is given for GET or HEAD [`5ce5677`](https://github.com/JakeChampion/fetch/commit/5ce56771da78d341561887df2bb65f78425333c4) - A few more tests and typo fix. [`614b2aa`](https://github.com/JakeChampion/fetch/commit/614b2aab10525f8e2a55124fdb33b374b61a0c87) -#### [v0.6.1](https://github.com/JakeChampion/fetch/compare/v0.6.0...v0.6.1) +## [v0.6.1](https://github.com/JakeChampion/fetch/compare/v0.6.0...v0.6.1) > 15 January 2015 @@ -449,7 +456,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Add additional body init and consume test coverage [`9d58648`](https://github.com/JakeChampion/fetch/commit/9d586486e50a79551b1d12178b3408d1fd57cb35) - Fix X-Request-URL on CORS requests [`4525329`](https://github.com/JakeChampion/fetch/commit/4525329eb075da74fd7585d4ea8ddeabc97b17a4) -#### [v0.6.0](https://github.com/JakeChampion/fetch/compare/v0.5.0...v0.6.0) +## [v0.6.0](https://github.com/JakeChampion/fetch/compare/v0.5.0...v0.6.0) > 12 January 2015 @@ -458,7 +465,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Tidy up binary file reader [`7436589`](https://github.com/JakeChampion/fetch/commit/74365897619b533fe7b9080568ad43e852130974) - Use `xhr.responseType = 'blob'` to preserve binary data. [`080358d`](https://github.com/JakeChampion/fetch/commit/080358ddb26ff37cfd27caf730af9cd3c184bc42) -#### [v0.5.0](https://github.com/JakeChampion/fetch/compare/v0.4.0...v0.5.0) +## [v0.5.0](https://github.com/JakeChampion/fetch/compare/v0.4.0...v0.5.0) > 12 January 2015 @@ -474,7 +481,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Switch to mocha [`cbd6c66`](https://github.com/JakeChampion/fetch/commit/cbd6c66fe4bbda1b63cef54c299c2081c4b50955) - Skip tests in phantomjs [`8a4b620`](https://github.com/JakeChampion/fetch/commit/8a4b62027ea7c590861364e853eccb5f52a8991b) -#### [v0.4.0](https://github.com/JakeChampion/fetch/compare/v0.3.2...v0.4.0) +## [v0.4.0](https://github.com/JakeChampion/fetch/compare/v0.3.2...v0.4.0) > 29 December 2014 @@ -486,7 +493,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Avoid testing implementation specific error messages [`cc42153`](https://github.com/JakeChampion/fetch/commit/cc4215367d2298f779ee9a5ab3f8c9cb6207c8c5) - Set esnext option [`3ebc441`](https://github.com/JakeChampion/fetch/commit/3ebc44129997dbc2e331450b6e876b8f6e36437b) -#### [v0.3.2](https://github.com/JakeChampion/fetch/compare/v0.3.1...v0.3.2) +## [v0.3.2](https://github.com/JakeChampion/fetch/compare/v0.3.1...v0.3.2) > 24 November 2014 @@ -494,7 +501,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Test formData body consumption. [`4a7e655`](https://github.com/JakeChampion/fetch/commit/4a7e655b4f0361524d16adb16148c1fe0f2f1f0f) - Fetch 0.3.2 [`830231e`](https://github.com/JakeChampion/fetch/commit/830231e5682175fe04088b291192f72c59aed998) -#### [v0.3.1](https://github.com/JakeChampion/fetch/compare/v0.3.0...v0.3.1) +## [v0.3.1](https://github.com/JakeChampion/fetch/compare/v0.3.0...v0.3.1) > 21 November 2014 @@ -502,7 +509,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Reject example promise with an Error. [`#35`](https://github.com/JakeChampion/fetch/issues/35) - Fetch 0.3.1 [`eb3f9b2`](https://github.com/JakeChampion/fetch/commit/eb3f9b2b1fa7804883cbf853102944847d65e204) -#### [v0.3.0](https://github.com/JakeChampion/fetch/compare/v0.2.1...v0.3.0) +## [v0.3.0](https://github.com/JakeChampion/fetch/compare/v0.2.1...v0.3.0) > 13 November 2014 @@ -521,7 +528,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Uppercase the HTTP method name [`c71f1dd`](https://github.com/JakeChampion/fetch/commit/c71f1dd9bb0a84453ad2e14cb4a638cc735e1344) - Skip blob tests on phantom [`c02cad2`](https://github.com/JakeChampion/fetch/commit/c02cad221e0d239dd79e42f2d91c9bb48501776c) -#### [v0.2.1](https://github.com/JakeChampion/fetch/compare/v0.2.0...v0.2.1) +## [v0.2.1](https://github.com/JakeChampion/fetch/compare/v0.2.0...v0.2.1) > 15 October 2014 @@ -529,7 +536,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fixed uncaught error when a body was consumed more than once. [`e428559`](https://github.com/JakeChampion/fetch/commit/e428559a68f5c9d445bf2fb5a91fb3f7e35b2f5d) - Fetch 0.2.1 [`8160180`](https://github.com/JakeChampion/fetch/commit/81601803ec9fd1ffa29f4d527b12e586dd9840c1) -#### [v0.2.0](https://github.com/JakeChampion/fetch/compare/v0.1.0...v0.2.0) +## [v0.2.0](https://github.com/JakeChampion/fetch/compare/v0.1.0...v0.2.0) > 15 October 2014 @@ -540,7 +547,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Parse form encoded response body. [`60271ce`](https://github.com/JakeChampion/fetch/commit/60271cef8aa13641ba99c197f974fbb4a5f77c57) - Extract consumed function. [`a709976`](https://github.com/JakeChampion/fetch/commit/a7099768059b9befbb656c6b1e3944bad8a97327) -#### v0.1.0 +## v0.1.0 > 13 October 2014 diff --git a/package.json b/package.json index 49cf4d14..494c9cd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "whatwg-fetch", "description": "A window.fetch polyfill.", - "version": "3.6.18", + "version": "3.6.19", "main": "./dist/fetch.umd.js", "module": "./fetch.js", "repository": "github/fetch",