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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: node-fetch/node-fetch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.1
Choose a head ref
  • 14 commits
  • 11 files changed
  • 10 contributors

Commits on May 5, 2019

  1. Allow agent option to be a function (#632)

    Enable users to return HTTP/HTTPS-specific agent based on request url
    edgraaff authored and bitinn committed May 5, 2019
    Configuration menu
    Copy the full SHA
    bf8b4e8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. v2.6.0 (#638)

    * 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
    bitinn authored May 16, 2019
    Configuration menu
    Copy the full SHA
    95286f5 View commit details
    Browse the repository at this point in the history

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 authored 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 authored 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 authored 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 <richiebendall@gmail.com>
    xxczaki and Richienb authored 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
Loading