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: v1.5.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: v1.5.1
Choose a head ref
  • 8 commits
  • 26 files changed
  • 10 contributors

Commits on Aug 30, 2023

  1. fix(types): removed duplicated code

    Co-authored-by: Jay <jasonsaayman@gmail.com>
    fb-sean and jasonsaayman authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9e62056 View commit details
    Browse the repository at this point in the history
  2. docs: fix CommonJS usage note

    Co-authored-by: Jay <jasonsaayman@gmail.com>
    Cadienvan and jasonsaayman authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b5b7760 View commit details
    Browse the repository at this point in the history
  3. Change isNaN to Number.isNaN

    * Change isNaN to Number.isNaN
    
    * == to ===
    
    ---------
    
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    0o001 and jasonsaayman authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a989ccd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. docs(paramsSerializer config within request config): update documenta…

    …tion for paramsSerializer
    
    Co-authored-by: David Dallas <Davidcobb606@gmail.com>
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    3 people authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ae00391 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 24, 2023

  1. fix(formdata): fixed automatic addition of the Content-Type header …

    …for FormData in non-browser environments; (#5917)
    DigitalBrainJS authored Sep 24, 2023
    1 Configuration menu
    Copy the full SHA
    bc9af51 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    e410779 View commit details
    Browse the repository at this point in the history
  2. chore(release): v1.5.1 (#5920)

    Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
    github-actions[bot] and DigitalBrainJS authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    88fb52b View commit details
    Browse the repository at this point in the history
Loading