Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: node-fetch/node-fetch Loading
base: v2.6.0
Choose a base ref
...
head repository: node-fetch/node-fetch Loading
compare: v2.6.7
Choose a head ref
  • 19 commits
  • 11 files changed
  • 11 contributors

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    086be6f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. feat: Data URI support (#659)

    Adds support for Data URIs using native methods in Node 5.10.0+
    Richienb committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    eb3a572 View commit details
    Browse the repository at this point in the history
  2. docs: Add Discord badge

    Richienb committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    1d5778a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    5535c2e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. chore: Add funding link

    Richienb committed Oct 2, 2019
    2 Configuration menu
    Copy the full SHA
    7b13662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47a24a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    6a5d192 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    244e6f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. 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.
    uwu-ara authored and Richienb committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    1e99050 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    8c197f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Honor the size option after following a redirect and revert data ur…

    …i support
    
    Co-authored-by: Richie Bendall <[email protected]>
    xxczaki and Richienb committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    2358a6c View commit details
    Browse the repository at this point in the history
  2. update version number

    Antoni Kepinski committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    b5e2e41 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. 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
    jimmywarting committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    152214c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. fix: properly encode url with unicode characters (#1291)

    * fix: properly encode url with unicode characters
    * release: 2.6.3
    LinusU committed Sep 20, 2021
    3 Configuration menu
    Copy the full SHA
    ace7536 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    18193c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. 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
    LinusU committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    b5417ae View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. 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
    jimmywarting committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    f56b0c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. 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 <[email protected]>
    
    Co-authored-by: Linus Unnebäck <[email protected]>
    ciffelia and LinusU committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    8fe5c4e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. backport of #1449 (#1453)

    * backport of #1449
    
    * bump patch version
    jimmywarting committed Jan 16, 2022
    1 Configuration menu
    Copy the full SHA
    1ef4b56 View commit details
    Browse the repository at this point in the history
Loading