Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(types): fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; #5499

Merged
merged 16 commits into from
Jan 26, 2023

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    3f2f496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bfc41b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Merge branch 'v1.x' of https://github.com/axios/axios into v1.x

    � Conflicts:
    �	package-lock.json
    �	package.json
    DigitalBrainJS committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    acaf0f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a5de86 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

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

Commits on Dec 19, 2022

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

Commits on Dec 22, 2022

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

Commits on Dec 23, 2022

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

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    10216bf View commit details
    Browse the repository at this point in the history
  2. fix(types): fixed AxiosRequestConfig header interface by refactoring …

    …it to RawAxiosRequestConfig;
    DigitalBrainJS committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    e8fb2d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Merge branch 'v1.x' of https://github.com/axios/axios into fix/types

    � Conflicts:
    �	index.d.ts
    DigitalBrainJS committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    523a04f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. fix(types): fixed AxiosHeaders iterator declaration

    fix(types): fixed `AxiosRequestHeaders` type;
    DigitalBrainJS committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e0f936d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

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

Commits on Jan 22, 2023

  1. fix(types): renamed AxiosRequestConfig to `InternalAxiosRequestConf…

    …ig`;
    
    renamed `RawAxiosRequestConfig` back to `AxiosRequestConfig`;
    add `RawAxiosRequestConfig` as an alias of `AxiosRequestConfig`;
    DigitalBrainJS committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    4921ee3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. fix(types): added hotfix for RawAxiosHeaders to handle a spread opera…

    …tion on AxiosHeaders instance;
    DigitalBrainJS committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c585a9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d922a37 View commit details
    Browse the repository at this point in the history