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

Commits on Oct 1, 2021

  1. Release/v0.22.0 (#4107)

    * 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 <[email protected]>
    
    * Updating CI to run on release branches
    
    * Fixed default transitional config for custom Axios instance; (#4052)
    
    Refactored `/core/mergeConfig`;
    
    Co-authored-by: Jay <[email protected]>
    
    * Prepping v0.22.0 for release
    
    * Updated date
    
    Co-authored-by: Dmitriy Mozgovoy <[email protected]>
    jasonsaayman and DigitalBrainJS authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    76f09af View commit details
    Browse the repository at this point in the history