-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: node-fetch/node-fetch
base: 5367fe6a978e01745e4264384a91140dc99a4bf8
head repository: node-fetch/node-fetch
compare: 1ef4b560a17e644a02a3bfdea7631ffeee578b35
Commits on Nov 13, 2018
-
Clone URLSearchParams to avoid mutation (#547)
* And make sure Request/Response set Content-Type per Fetch Spec * And make sure users can read the body as string via text()
Configuration menu - View commit details
-
Copy full SHA for 2d0fc68 - Browse repository at this point
Copy the full SHA 2d0fc68View commit details
Commits on Nov 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 35a4abe - Browse repository at this point
Copy the full SHA 35a4abeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d32932 - Browse repository at this point
Copy the full SHA 7d32932View commit details
Commits on Dec 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1c2f07f - Browse repository at this point
Copy the full SHA 1c2f07fView commit details
Commits on Jan 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e996bda - Browse repository at this point
Copy the full SHA e996bdaView commit details
Commits on Apr 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bee2ad8 - Browse repository at this point
Copy the full SHA bee2ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad136d - Browse repository at this point
Copy the full SHA 0ad136dView commit details
Commits on Apr 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 432c9b0 - Browse repository at this point
Copy the full SHA 432c9b0View commit details
Commits on Apr 26, 2019
-
* dev package bump * test invalid header differently as node 12 no longer accepts invalid headers in response * add node v10 in travis test list as node 12 has been released
Configuration menu - View commit details
-
Copy full SHA for 05f5ac1 - Browse repository at this point
Copy the full SHA 05f5ac1View commit details -
* adding brotli support * support old node versions * better test
Configuration menu - View commit details
-
Copy full SHA for 2a2d438 - Browse repository at this point
Copy the full SHA 2a2d438View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc8e5b - Browse repository at this point
Copy the full SHA cfc8e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d7760 - Browse repository at this point
Copy the full SHA 49d7760View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9805a2 - Browse repository at this point
Copy the full SHA c9805a2View commit details
Commits on Apr 27, 2019
-
Fix Blob for older node versions and webpack. (#618)
`Readable` isn't a named export
Configuration menu - View commit details
-
Copy full SHA for 1a88481 - Browse repository at this point
Copy the full SHA 1a88481View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ecba5 - Browse repository at this point
Copy the full SHA b3ecba5View commit details
Commits on May 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a35dcd1 - Browse repository at this point
Copy the full SHA a35dcd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe1358 - Browse repository at this point
Copy the full SHA 1fe1358View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f5ba0 - Browse repository at this point
Copy the full SHA d8f5ba0View commit details -
Allow third party blob implementation (#629)
* Support making request with any blob that have stream() method * don't clone blob when cloning request * check for blob api that node-fetch uses
Configuration menu - View commit details
-
Copy full SHA for 0fc414c - Browse repository at this point
Copy the full SHA 0fc414cView commit details -
* redirected property * changelog update * readme update * 2.5.0
Configuration menu - View commit details
-
Copy full SHA for 0c2294e - Browse repository at this point
Copy the full SHA 0c2294eView commit details
Commits on May 5, 2019
-
Allow agent option to be a function (#632)
Enable users to return HTTP/HTTPS-specific agent based on request url
Configuration menu - View commit details
-
Copy full SHA for bf8b4e8 - Browse repository at this point
Copy the full SHA bf8b4e8View commit details
Commits on May 16, 2019
-
* Update readme and changelog for `options.agent` - Fix content-length issue introduced in v2.5.0 * More test coverage for `extractContentType` * Slightly improve test performance * `Response.url` should not return null * Document `Headers.raw()` usage better * 2.6.0
Configuration menu - View commit details
-
Copy full SHA for 95286f5 - Browse repository at this point
Copy the full SHA 95286f5View commit details
Commits on Aug 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 086be6f - Browse repository at this point
Copy the full SHA 086be6fView commit details
Commits on Sep 7, 2019
-
Adds support for Data URIs using native methods in Node 5.10.0+
Configuration menu - View commit details
-
Copy full SHA for eb3a572 - Browse repository at this point
Copy the full SHA eb3a572View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d5778a - Browse repository at this point
Copy the full SHA 1d5778aView commit details
Commits on Sep 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5535c2e - Browse repository at this point
Copy the full SHA 5535c2eView commit details
Commits on Oct 2, 2019
-
2
Configuration menu - View commit details
-
Copy full SHA for 7b13662 - Browse repository at this point
Copy the full SHA 7b13662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a24a0 - Browse repository at this point
Copy the full SHA 47a24a0View commit details
Commits on Oct 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6a5d192 - Browse repository at this point
Copy the full SHA 6a5d192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 244e6f6 - Browse repository at this point
Copy the full SHA 244e6f6View commit details
Commits on Oct 10, 2019
-
fix: Change error message thrown with redirect mode set to error (#653)
The original error message does not provide enough information about what went wrong. It simply states a configuration setting.
Configuration menu - View commit details
-
Copy full SHA for 1e99050 - Browse repository at this point
Copy the full SHA 1e99050View commit details
Commits on Oct 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8c197f8 - Browse repository at this point
Copy the full SHA 8c197f8View commit details
Commits on Sep 5, 2020
-
Honor the
size
option after following a redirect and revert data ur……i support Co-authored-by: Richie Bendall <richiebendall@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2358a6c - Browse repository at this point
Copy the full SHA 2358a6cView commit details -
Antoni Kepinski committed
Sep 5, 2020 Configuration menu - View commit details
-
Copy full SHA for b5e2e41 - Browse repository at this point
Copy the full SHA b5e2e41View commit details
Commits on Sep 6, 2021
-
Fix(package.json): Corrected main file path in package.json (#1274)
* fix main configuration in package.json * pinned a breaking change in codecov & teeny-request
Configuration menu - View commit details
-
Copy full SHA for 152214c - Browse repository at this point
Copy the full SHA 152214cView commit details
Commits on Sep 20, 2021
-
fix: properly encode url with unicode characters (#1291)
* fix: properly encode url with unicode characters * release: 2.6.3
3Configuration menu - View commit details
-
Copy full SHA for ace7536 - Browse repository at this point
Copy the full SHA ace7536View commit details
Commits on Sep 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 18193c5 - Browse repository at this point
Copy the full SHA 18193c5View commit details
Commits on Sep 22, 2021
-
fix: import whatwg-url in a way compatible with ESM Node (#1303)
* fix: import whatwg-url in a way compatible with ESM Node * release: 2.6.5
Configuration menu - View commit details
-
Copy full SHA for b5417ae - Browse repository at this point
Copy the full SHA b5417aeView commit details
Commits on Oct 31, 2021
-
fix(URL): prefer built in URL version when available and fallback to …
…whatwg (#1352) * fix(URL): prefer built in URL version when available and fallback to whatwg * bump minor
Configuration menu - View commit details
-
Copy full SHA for f56b0c6 - Browse repository at this point
Copy the full SHA f56b0c6View commit details
Commits on Nov 5, 2021
-
2.x: Specify encoding as an optional peer dependency in package.json (#…
…1310) * Specify `encoding` as an optional peer dependency * Update package.json Co-authored-by: Linus Unnebäck <linus@folkdatorn.se> Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
Configuration menu - View commit details
-
Copy full SHA for 8fe5c4e - Browse repository at this point
Copy the full SHA 8fe5c4eView commit details
Commits on Jan 16, 2022
-
* backport of #1449 * bump patch version
1Configuration menu - View commit details
-
Copy full SHA for 1ef4b56 - Browse repository at this point
Copy the full SHA 1ef4b56View commit details
There are no files selected for viewing
Large diffs are not rendered by default.