8000 Comparing v0.21.4...v0.22.0 · axios/axios · GitHub
[go: up one dir, main page]

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: v0.21.4
Choose a base ref
...
head repository: axios/axios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.0
Choose a head ref
  • 9 commits
  • 28 files changed
  • 4 contributors

Commits on Sep 6, 2021

  1. Release/0.21.4 (#4025)

    * fix json transform when data is pre-stringified (#4020)
    
    * [Updating] incorrect JSON syntax in README.md
    
    * [Releasing] v0.21.4
    
    Co-authored-by: Guillaume FORTAINE <guillaume+github@fortaine.com>
    jasonsaayman and gfortaine authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    4091b07 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Caseless header comparing in HTTP adapter. (#2880)

    * Caseless header comparing in HTTP adapter.
    
    It was adding User-Agent and removing Authorization, but only when
    existing headers had the exact right casing. Node uses caseless logic
    when managing headers.
    
    This was causing some requests to have `User-Agent` appended to the
    headers object and overriding provided agent strings.
    
    Also included is an update to not override the `Content-Length` if it
    was already defined in the options. It can be desirable to manually
    specify a content length that does not match the data on hand.
    Especially for testing.
    
    * Fix eslint error
    
    * fixup: update state UA logic
    
    Play nice with #3703
    
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    mastermatt and jasonsaayman authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    f3ca637 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. fix/Avoid package.json import; (#4041)

    * Added auto-generated config module `env/data.js` for importing package environment vars without importing the whole `package.json`;
    Refactored `http.js` to use `env/data.js` instead of package.json;
    
    * Added `env/data.js`;
    Added `env/README.md`;
    DigitalBrainJS authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    66d188d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Feat/export package version constant (#4065)

    * Added auto-generated config module `env/data.js` for importing package environment vars without importing the whole `package.json`;
    Refactored `http.js` to use `env/data.js` instead of package.json;
    
    * Added `env/data.js`;
    Added `env/README.md`;
    
    * Export package version constant;
    DigitalBrainJS authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    fffa02c View commit details
    Browse the repository at this point in the history
  2. Fixed cancelToken leakage; Added AbortController support; (#3305)

    * Fixed cancelToken leakage;
    Added AbortController support;
    
    * Fixed typings;
    
    * Documented `signal` option;
    
    * Added processing of early cancellation using AbortController without sending a request;
    
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    DigitalBrainJS and jasonsaayman authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    9bcff10 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    ac10a25 View commit details
    Browse the repository at this point in the history
  2. Fixed default transitional config for custom Axios instance; (#4052)

    Refactored `/core/mergeConfig`;
    
    Co-authored-by: Jay <jasonsaayman@gmail.com>
    DigitalBrainJS and jasonsaayman authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    6100f69 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

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

Commits on Oct 1, 2021

  1. Updated date

    jasonsaayman committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    72f14ce View commit details
    Browse the repository at this point in the history
Loading
0