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

Choose two branches to see what’s #105

Merged
merged 1 commit into from
Oct 1, 2021

Conversation

GulajavaMinistudio
Copy link

  • fix/Avoid package.json import; (fix/Avoid package.json import; axios/axios#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;

  • Feat/export package version constant (Feat/export package version constant axios/axios#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;

  • Fixed cancelToken leakage; Added AbortController support; (Fixed cancelToken leakage; Added AbortController support; axios/axios#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

Refactored /core/mergeConfig;

Co-authored-by: Jay jasonsaayman@gmail.com

  • Prepping v0.22.0 for release

  • Updated date

Co-authored-by: Dmitriy Mozgovoy robotshara@gmail.com

Instructions

Please read and follow the instructions before creating and submitting a pull request:

  • Create an issue explaining the feature. It could save you some effort in case we don't consider it should be included in axios.
  • If you're fixing a bug, try to commit the failing test/s and the code fixing it in different commits.
  • Ensure you're following our contributing guide.

⚠️👆 Delete the instructions before submitting the pull request 👆⚠️

Describe your pull request here.

* 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`;

* 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;

* 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>

* Updating CI to run on release branches

* Fixed default transitional config for custom Axios instance; (#4052)

Refactored `/core/mergeConfig`;

Co-authored-by: Jay <jasonsaayman@gmail.com>

* Prepping v0.22.0 for release

* Updated date

Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
@GulajavaMinistudio GulajavaMinistudio merged commit 3de8ef1 into javascript-indonesias:master Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants