1. 05 4月, 2022 2 次提交
  2. 02 4月, 2022 1 次提交
  3. 19 3月, 2022 1 次提交
  4. 15 3月, 2022 1 次提交
    • D
      Improved FormData support; (#4448) · 6b9b05b9
      Dmitriy Mozgovoy 提交于
      * Fixed isFormData predicate;
      Added support for automatic object serialization to FormData if `Content-Type` is `multipart/form-data`;
      Added support for FormData to be overloaded using `config.env.FormData` option;
      Added support for FormData in node.js environment through `form-data` package;
      
      * Added the `form-data` package as a dependency for the server build;
      Added tests for FormData payload;
      
      * Added FormData automatic serialization section;
      Refactored cancellation section;
      
      * Reworked toFormData helper;
      Expose toFormData helper as a static method;
      Refactored transform request;
      Added kindOf, kindOfTest, endsWith, isTypedArray util;
      Refactored utils.js to use kindOf for tests;
      
      * Fixed isFormData predicate; (#4413)
      
      Added support for automatic object serialization to FormData if `Content-Type` is `multipart/form-data`;
      Added support for FormData to be overloaded using `config.env.FormData` option;
      Added support for FormData in node.js environment using `form-data` package;
      
      (cherry picked from commit 73e3bdb8)
      
      * Added shortcut methods `postForm`, `putForm`, `patchForm` to submit a Form;
      Added ability to submit FileList object as a FormData;
      Updated README.md;
      
      * Updated README.md;
      6b9b05b9
  5. 13 2月, 2022 1 次提交
  6. 11 2月, 2022 1 次提交
  7. 18 1月, 2022 1 次提交
  8. 13 1月, 2022 1 次提交
  9. 26 10月, 2021 1 次提交
  10. 12 10月, 2021 2 次提交
    • J
      Release v0.23.0 · 1025d123
      Jay 提交于
      1025d123
    • R
      Test types (#4140) · 94a93447
      Remco Haszing 提交于
      * Distinguish request and response data types
      
      * Fix Axios headers type
      
      `axios.headers` is not of the same type as `request.headers`, so a new type
      `AxiosDefaults` was introduced
      
      * Replace grunt-ts with dtslint
      
      This asserts that the type definitions are valid in the specified TypeScript
      version and above. This is the same tool that is used by DefinitelyTyped.
      
      * Remove grunt-ts
      
      * Restore typescript dependency
      
      * Fix missing semicolons
      Co-authored-by: NClaas Augner <github@caugner.de>
      Co-authored-by: NJay <jasonsaayman@gmail.com>
      94a93447
  11. 01 10月, 2021 1 次提交
    • J
      Release/v0.22.0 (#4107) · 76f09afc
      Jay 提交于
      * 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: NJay <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: NJay <jasonsaayman@gmail.com>
      
      * Prepping v0.22.0 for release
      
      * Updated date
      Co-authored-by: NDmitriy Mozgovoy <robotshara@gmail.com>
      76f09afc
  12. 06 9月, 2021 1 次提交
  13. 05 9月, 2021 2 次提交
  14. 04 9月, 2021 1 次提交
  15. 27 5月, 2021 1 次提交
  16. 30 4月, 2021 1 次提交
  17. 01 4月, 2021 1 次提交
    • J
      Fix/karma sauce errors (#3717) · d99d5faa
      Jay 提交于
      * [Updated] karma sauce launcher which should fix suace tests that are no longer showing as passed and rather completed
      
      * [Updated] karma config to follow es-lint rules of axios
      
      * [Updated] karma version to latest
      
      * [Added] propper browsers when testing local
      d99d5faa
  18. 30 3月, 2021 1 次提交
  19. 23 3月, 2021 1 次提交
    • J
      [Updated] follow-redirects version (#3694) · 364867ed
      Jay 提交于
      I have updated the version of follow redirects to see if this will fix a potential memory leak that has been noted by a couple users. This is also being updated to see if it will pass building.
      364867ed
  20. 15 3月, 2021 1 次提交
  21. 01 2月, 2021 1 次提交
  22. 29 1月, 2021 1 次提交
  23. 16 12月, 2020 1 次提交
    • D
      Update dev dependencies (#3401) · 59ab5593
      Daniel Lopretto 提交于
      - Everything still works as expected.
        - Remove bundlesize
          - It still uses libtorb which is deprecated and broken on Win and
            requires a full suite of build tools on Mac. Keeping it in the
            package makes it difficult for anyone filing issues to run tests.
          - See: #3396
        - Update grunt and it's plugins
        - Update karma to v4...so much faster!
          - Changed the karma config. Better changes: #3394
        - Update Webpack
          - Uses terser over uglify
        - Update eslint
          - Caused an error in util.js from the `global` directive so the
            directive is removed (it was not needed).
        - Update typescript
          - The old version of tsc didn't know about new features in
            @types/node (like `asserts value`).
      Co-authored-by: NJay <jasonsaayman@gmail.com>
      59ab5593
  24. 24 10月, 2020 1 次提交
  25. 21 8月, 2020 1 次提交
  26. 16 7月, 2020 1 次提交
  27. 15 2月, 2020 1 次提交
  28. 01 2月, 2020 1 次提交
  29. 22 1月, 2020 1 次提交
  30. 08 1月, 2020 1 次提交
  31. 27 11月, 2019 1 次提交
  32. 18 11月, 2019 1 次提交
  33. 25 10月, 2019 1 次提交
  34. 22 10月, 2019 1 次提交
  35. 31 5月, 2019 1 次提交
  36. 09 2月, 2019 1 次提交
  37. 10 8月, 2018 1 次提交