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: axios/axios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.0
Choose a base ref
...
head repository: axios/axios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.21.1
Choose a head ref
  • 18 commits
  • 26 files changed
  • 14 contributors

Commits on Sep 12, 2020

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

Commits on Sep 20, 2020

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

Commits on Oct 1, 2020

  1. Fixing node types (#3237)

    The `ProgressEvent` type comes from the `DOM` lib. This is typically unwanted
    when using axios in a NodeJS environment.
    
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    remcohaszing and jasonsaayman authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    b7e954e View commit details
    Browse the repository at this point in the history
  2. fix axios.delete ignores config.data (#3282)

    Co-authored-by: Jay <jasonsaayman@gmail.com>
    chinesedfan and jasonsaayman authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    fa36737 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Fix typos (#3309)

    Fix typos
    kkirsche authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    6d05b96 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

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

Commits on Oct 20, 2020

  1. Fixing an issue that type 'null' and 'undefined' is not assignable to…

    … validateStatus when typescript strict option is enabled (#3200)
    cprayer authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    3a8b87d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Lock travis to not use node v15 (#3361)

    I have made this change due to current builds failing. We should not be testing in node v15 as you can see on this graph https://nodejs.org/en/about/releases/ 10 till 14 should be fine till 2023 and v15 is not LTS so should be excluded for now.
    jasonsaayman authored Oct 23, 2020
    Configuration menu
    Copy the full SHA
    fbdc150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2130a0c View commit details
    Browse the repository at this point in the history
  3. Releasing 0.21.0

    emilyemorehouse committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    94ca24b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Updating axios in types to be lower case (#2797)

    Co-authored-by: Xianming Zhong <chinesedfan@qq.com>
    remcohaszing and chinesedfan authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    820fe6e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Remove the skipping of the socket http test (#3364)

    Co-authored-by: Pilot <timemachine@ctrl-c.club>
    timemachine3030 and Pilot authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    7688255 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Adding a type guard for AxiosError (#2949)

    Co-authored-by: Jason Kwok <JasonHK@users.noreply.github.com>
    JasonHK and JasonHK authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    f472e5d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Hotfix: Prevent SSRF (#3410)

    * Reproducing the Vulnerability
    
    * Prevent SSRF
    
    * Cleanup
    
    * Refactor to skip duplicate code
    
    * Tests for correct passed data.
    
    * Code review changes.
    timemachine3030 authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c7329fe View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Protocol not parsed when setting proxy config from env vars (#3070)

    * Fixing proxy protocol config when parsed from env vars
    
    * Adding instructions to specify proxy protocol when setting proxy config
    
    * Moved HTTPS proxy config instruction closer to example
    
    * Clear https_proxy env var so as to not impact other tests
    jonathanfoster authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    e426910 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Use different socket for Win32 test (#3375)

    * Remove the skipping of the `socket` http test
    
    * Use different socket path for Win32
    
     - See: https://github.com/nodejs/node-v0.x-archive/blob/master/test/simple/test-pipe-stream.js#L73
     - Also: https://github.com/nodejs/node-v0.x-archive/blob/master/test/common.js#L39
    
    * Updating axios in types to be lower case (#2797)
    
    Co-authored-by: Xianming Zhong <chinesedfan@qq.com>
    
    Co-authored-by: Pilot <timemachine@ctrl-c.club>
    Co-authored-by: Remco Haszing <remcohaszing@gmail.com>
    Co-authored-by: Xianming Zhong <chinesedfan@qq.com>
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    5 people authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    8b0f373 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    d57cd97 View commit details
    Browse the repository at this point in the history
  2. Releasing 0.21.1

    emilyemorehouse committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    a64050a View commit details
    Browse the repository at this point in the history
Loading