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
base: 63dfce85ab8d598a934e7e32b68f94cb73a2eb4e
Choose a base ref
...
head repository: axios/axios
compare: c9aca7525703ab600eacd9e95fd7f6ecc9942616
Choose a head ref
  • 13 commits
  • 15 files changed
  • 6 contributors

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    5c5cbdf View commit details
    Browse the repository at this point in the history
  2. Fixed The timeoutErrorMessage property in config not work with Node.js (

    fixes #3580) (#3581)
    
    * The timeoutErrorMessage property in config not work with Node.js (#3580)
    
    * Adding "should respect the timeoutErrorMessage property" test case
    
    Co-authored-by: Will Loo <duibu05@126.com>
    
    * The timeoutErrorMessage property in config not work with Node.js (#3580)
    
    * Fixing The timeoutErrorMessage property in config not work with Node.js (#3580)
    
    * Updating http adapter
    
    * Adding reject config.timeoutErrorMessage when setup
    
    Co-authored-by: Will Loo <duibu05@126.com>
    
    * Fixing The timeoutErrorMessage property in config not work with Node.js (#3580)
    
    * Fixing The timeoutErrorMessage property in config not work with Node.js (#3580)
    
    * Update http adapter
    
    * Make changes as suggested after code review
    
    Co-authored-by: Will Loo <duibu05@126.com>
    
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    duibu05 and jasonsaayman committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4461761 View commit details
    Browse the repository at this point in the history
  3. Added errors to be displayed when the query parsing process itself fa…

    …ils. (#3961)
    
    * Adding errors when the query parsing process fails
    
    * Updated error
    
    * Removed unused variables
    
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    djs113 and jasonsaayman committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    1163588 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Fix/remove url required (#4426)

    * Removed error when url is null as this breaks current use cases for alot of projects
    
    * Removed associated tests that check for the for url to not be empty
    jasonsaayman committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    cc86c6c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Fixed isFormData predicate; (#4413)

    Added support for automatic object serialization to FormData if `Content-Type` is `multipart/form-data`;
    Added support for FormData to be overloaded using `config.env.FormData` option;
    Added support for FormData in node.js environment through `form-data` package;
    DigitalBrainJS committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    73e3bdb View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Update follow-redirects dependency due to Vurnerbility

    Previous version of follow-redirects dependency is reported
    by Snyk to have a vurnerbility.
    https://app.snyk.io/test/npm/follow-redirects/1.14.7
    cookieMr committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    c5bdbd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Bump karma from 6.3.11 to 6.3.14 (#4461)

    Bumps [karma](https://github.com/karma-runner/karma) from 6.3.11 to 6.3.14.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v6.3.11...v6.3.14)
    
    ---
    updated-dependencies:
    - dependency-name: karma
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    447a24d View commit details
    Browse the repository at this point in the history
  2. Revert "Fixed isFormData predicate; (#4413)" (#4472)

    This reverts commit 73e3bdb.
    jasonsaayman committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    d660e29 View commit details
    Browse the repository at this point in the history
  3. Bump follow-redirects from 1.14.7 to 1.14.8 (#4473)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    dependabot[bot] and jasonsaayman committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    b3aa79e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95295f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f1e818 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f842e0 View commit details
    Browse the repository at this point in the history
  7. Releasing v0.26.0

    jasonsaayman committed Feb 13, 2022
    6 Configuration menu
    Copy the full SHA
    c9aca75 View commit details
    Browse the repository at this point in the history