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: v3.1.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: v3.1.1
Choose a head ref
  • 16 commits
  • 19 files changed
  • 12 contributors

Commits on Nov 10, 2021

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

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    3f0e0c2 View commit details
    Browse the repository at this point in the history
  2. fix(http.request): Cast URL to string before sending it to NodeJS core (

    #1378)
    
    * Add some jsdoc
    
    * cast url to string before sending it to NodeJS core
    jimmywarting authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    0284826 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. fix: handle errors from the request body stream (#1392)

    * fix: handle errors from the request body stream
    
    * lint: fix linting
    
    Co-authored-by: Linus Unnebäck <[email protected]>
    mdmitry01 and LinusU authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    2d5399e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. fix(Redirect): Better handle wrong redirect header in a response (#1387)

    * Fixed crash when an invalid Location URL is returned from a redirect. Fixes #1386
    
    * CHANGELOG entry
    
    * changed catch(e) -> catch(error) to match rest of code, added comment
    
    Co-authored-by: Linus Unnebäck <[email protected]>
    
    * suppress error on invalid redirect URL when options.redirect == manual
    
    Co-authored-by: Tasos Bitsios <[email protected]>
    Co-authored-by: Linus Unnebäck <[email protected]>
    3 people authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    6e4c1e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

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

Commits on Dec 6, 2021

  1. update readme for TS @type/node-fetch (#1405)

    Co-authored-by: adamellsworth <[email protected]>
    adamellsworth and adamellsworth authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    7ba5bc9 View commit details
    Browse the repository at this point in the history
  2. Chore: Fix logical operator priority (regression) to disallow GET/HEA…

    …D with non-empty body (#1369)
    Maxim Shirshin authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    eb33090 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. core: Don't use global buffer (#1422)

    * remove unused file
    
    * two test is coveraged by the Uint8Array test
    
    * use arrayBuffer to test base64 instead
    
    * avoid testing buffer
    
    * avoid using Buffer
    
    * import buffer module
    
    * use one same textEncoder
    
    * import stream consumer that can test iterable objects
    
    * fix a test
    
    * fix test where type should be empty
    jimmywarting authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    1493d04 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    f674875 View commit details
    Browse the repository at this point in the history
  2. fix: use more node: protocol imports (#1428)

    * fix: use node: protocol
    
    * use node: protocol in readme
    dnalborczyk authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    41f53b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. core: Warn when using data (#1421)

    * Add a warning when using .data in RequestInit
    
    * Add a warning when using .data in Response
    
    * Switch custom solution for utils.deprecate
    
    * Remove unused line in request tests
    
    * moved error handler into the body class
    
    * lint fix
    
    Co-authored-by: Lubomir <[email protected]>
    jimmywarting and TheGLander authored Jan 8, 2022
    Configuration menu
    Copy the full SHA
    4ae3538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c3d56 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. fix(Headers): don't forward secure headers to 3th party (#1449)

    * fix(Headers): don't forward secure headers to 3th party
    * added more narrow test for isDomainOrSubdomain
    jimmywarting authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f5d3cf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Don't change relative location header on manual redirect (#1105)

    * Don't change relative location header on manual redirect
    
    * c8 ignores for node-version-specific code and fix c8 ignore in Headers constructor
    tekwiz authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    5304f3f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. 3.1.1 release (#1451)

    jimmywarting authored Jan 16, 2022
    2 Configuration menu
    Copy the full SHA
    36e47e8 View commit details
    Browse the repository at this point in the history
Loading