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
base: b5e2e41b2b50bf2997720d6125accaf0dd68c0ab
Choose a base ref
...
head repository: node-fetch/node-fetch
compare: f56b0c66d3dd2ef185436de1f2fd40f66bfea8f4
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 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 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