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.13.3
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.13.4
Choose a head ref
  • 13 commits
  • 35 files changed
  • 8 contributors

Commits on May 28, 2022

  1. Configuration menu
    Copy the full SHA
    da5671f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7f24f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dedd77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8647bda View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Add resource section (#4767)

    The description mentions libraries and resources to be referenced on this page. I added a section for resources referencing blog posts with recipes to achieve different outcomes with Axios.
    fboeller authored Jun 18, 2022
    Configuration menu
    Copy the full SHA
    665db73 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

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

Commits on Sep 28, 2022

  1. Fix TypeScript exports (#4884)

    TypeScript 4.7 introduced the `node16` module option. This requires
    CommonJS libraries like axios to be properly typed as CommonJS.
    
    The proper type for `module.export =` in JavaScript, is to use
    `exports =` in TypeScript. In order to export additional types, a
    namespace can be used. However, no values can be exported like this.
    Values are exported using the `AxiosStatic` interface.
    
    This change should be non-breaking. If TypeScript users previously
    relied on the faux default export, they now need to enable
    `esModuleInterop`, as they should have been doing in the first place.
    
    Co-authored-by: Jay <[email protected]>
    remcohaszing and jasonsaayman authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9588fcd View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. chore(docs): update CODE_OF_CONDUCT.md (#6012)

    chore(docs): update CODE_OF_CONDUCT.md (#6012)
    letohx authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    d481a8a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2026

  1. refactor: ci and build (#7340)

    * chore: add mise
    
    * chore: re-position ci
    
    * chore: move sponsors script
    
    * chore: fix yml
    
    * chore: yml
    
    * fix: yml
    
    * fix: yml
    
    * chore: tweak sponsor yml
    
    * chore: implement security suggestion
    
    * chore: update templates for issues and PRs and update all workflows
    
    * fix: copilot feedback
    
    * feat: always run CI
    
    * fix: linked resources
    
    * chore: cancel run if new run starts
    
    * feat: generate release notes with copilot
    jasonsaayman authored Jan 25, 2026
    Configuration menu
    Copy the full SHA
    8ff6c19 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. fix: all merge configs

    jasonsaayman committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    253e3ad View commit details
    Browse the repository at this point in the history
  2. fix: release branch yml

    jasonsaayman committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    af4f6d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Configuration menu
    Copy the full SHA
    ee90dfc View commit details
    Browse the repository at this point in the history
  2. chore(release): prepare release 1.13.4 (#7353)

    * 1.13.4
    
    * chore: codegen and some updates to workflows
    
    * chore: add github token
    
    Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: jasonsaayman <[email protected]>
    Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
    4 people authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    9336cf9 View commit details
    Browse the repository at this point in the history
Loading