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

[typescript-axios] Update to Axios 0.23.0 #10626

Merged

Commits on Oct 18, 2021

  1. [typescript-axios] Update Axios to 0.23.0

    BREAKING CHANGE: Axios 0.23.0 has a breaking TypeScript defintion change
    which is incompatible with older versions of Axios.
    vesse committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    cff5817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee5175 View commit details
    Browse the repository at this point in the history
  3. [typescript-axios] Use default binding for config to support older ve…

    …rsions
    
    With 2 generics arguments and leaving the AxiosRequestConfig arguments to it's
    default the generated code can work both with 0.23.0 and older versions
    vesse committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    0c60497 View commit details
    Browse the repository at this point in the history