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

Axios ES2017 #4787

Merged
merged 22 commits into from Jun 18, 2022
Merged

Axios ES2017 #4787

merged 22 commits into from Jun 18, 2022

Commits on May 28, 2022

  1. Copy the full SHA
    208e5aa View commit details
    Browse the repository at this point in the history
  2. Fixed README.md href;

    DigitalBrainJS committed May 28, 2022
    Copy the full SHA
    e150f92 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/axios/axios into feat/Axi…

    …osHeaders
    
    � Conflicts:
    �	lib/core/dispatchRequest.js
    DigitalBrainJS committed May 28, 2022
    Copy the full SHA
    90f1f8e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b38860b View commit details
    Browse the repository at this point in the history
  5. Fixed a potential bug with headers normalization;

    Refactored accessor building routine;
    Refactored default transforms;
    Removed `normalizeHeaderName` helper;
    DigitalBrainJS committed May 28, 2022
    Copy the full SHA
    deab71c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cacb449 View commit details
    Browse the repository at this point in the history
  7. Added Content-Length accessor;

    Added missed `has` accessor to TS types;
    DigitalBrainJS committed May 28, 2022
    Copy the full SHA
    1619364 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Added AxiosTransformStream class;

    Added progress capturing ability for node.js environment;
    Added `maxRate` option to limit the data rate in node.js environment;
    Refactored event handled by `onUploadProgress` && `onDownloadProgress` listeners in browser environment;
    Added progress & data rate tests for the http adapter;
    Added response stream aborting test;
    Added a manual progress capture test for the browser;
    Updated TS types;
    Added TS tests;
    Refactored request abort logic for the http adapter;
    Added ability to abort the response stream;
    DigitalBrainJS committed Jun 4, 2022
    Copy the full SHA
    825d9ec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v1.x' of https://github.com/axios/axios into next/progress

    � Conflicts:
    �	lib/core/transformData.js
    �	lib/defaults/index.js
    �	lib/helpers/parseHeaders.js
    �	lib/utils.js
    DigitalBrainJS committed Jun 4, 2022
    Copy the full SHA
    df579eb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    81abd31 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    74969be View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Fixed AxiosTransformStream dead-lock in legacy node versions;

    Fixed CancelError emitting in streams;
    DigitalBrainJS committed Jun 6, 2022
    Copy the full SHA
    661747a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Reworked AxiosTransformStream internal logic to optimize memory consu…

    …mption;
    
    Added throwing an error if the request stream was silently destroying (without error) Refers to axios#3966;
    DigitalBrainJS committed Jun 12, 2022
    Copy the full SHA
    511356e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Copy the full SHA
    77012c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Copy the full SHA
    2eacefc View commit details
    Browse the repository at this point in the history
  2. Initial refactoring;

    DigitalBrainJS committed Jun 14, 2022
    Copy the full SHA
    7553004 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    be2ad1d View commit details
    Browse the repository at this point in the history
  4. Refactored Karma tests to use rollup preprocessor & ESM;

    Replaced grunt with gulp;
    Improved dev scripts;
    Added Babel for rollup build;
    DigitalBrainJS committed Jun 14, 2022
    Copy the full SHA
    b114f1f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Copy the full SHA
    52879ea View commit details
    Browse the repository at this point in the history
  2. Added default commonjs package export for Node build;

    Added automatic contributors list generator for package.json;
    DigitalBrainJS committed Jun 16, 2022
    Copy the full SHA
    60977d6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6abfa96 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Copy the full SHA
    81b75d4 View commit details
    Browse the repository at this point in the history