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.6.1
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.7
Choose a head ref
  • 7 commits
  • 7 files changed
  • 3 contributors

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 authored 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 authored 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 authored 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 authored 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 authored 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 authored Jan 16, 2022
    1 Configuration menu
    Copy the full SHA
    1ef4b56 View commit details
    Browse the repository at this point in the history
Loading