1. 05 9月, 2021 9 次提交
  2. 04 9月, 2021 2 次提交
  3. 02 9月, 2021 1 次提交
  4. 30 8月, 2021 1 次提交
  5. 13 8月, 2021 7 次提交
  6. 27 5月, 2021 1 次提交
  7. 21 5月, 2021 1 次提交
  8. 18 5月, 2021 1 次提交
  9. 14 5月, 2021 1 次提交
  10. 13 5月, 2021 1 次提交
  11. 06 5月, 2021 1 次提交
  12. 05 5月, 2021 2 次提交
  13. 30 4月, 2021 2 次提交
  14. 20 4月, 2021 2 次提交
    • D
      Feat/json improvements (#3763) · 7821ed20
      Dmitriy Mozgovoy 提交于
      * Draft
      
      * Added support for primitive types to be converted to JSON if the request Content-Type is 'application/json';
      Added throwing SyntaxError if JSON parsing failed and responseType is json;
      Added transitional option object;
      Added options validator to assert transitional options;
      Added transitional option `silentJSONParsing= true` for backward compatibility;
      Updated README.md;
      Updated typings;
      
      * Fixed isOlderVersion helper;
      Fixed typo;
      Added validator.spec.js;
      
      * Added forcedJSONParsing transitional option #2791
      
      * `transformData` is now called in the default configuration context if the function context is not specified (for tests compatibility);
      
      * Added `transitional.clarifyTimeoutError` to throw ETIMEDOUT error instead of generic ECONNABORTED on request timeouts;
      Added support of onloadend handler if available instead of onreadystatechange;
      Added xhr timeout test;
      Fixed potential bug of xhr adapter with proper handling timeouts&errors (FakeXMLHTTPRequest failed to handle timeouts);
      
      * Removed unnecessary assertion;
      7821ed20
    • D
      JSON improvements: throw if JSON parsing failed; number, boolean can be passed... · 5ad6994d
      Dmitriy Mozgovoy 提交于
      JSON improvements: throw if JSON parsing failed; number, boolean can be passed directly as payload for encoding to JSON #2613, #61, #907 (#3688)
      
      * Draft
      
      * Added support for primitive types to be converted to JSON if the request Content-Type is 'application/json';
      Added throwing SyntaxError if JSON parsing failed and responseType is json;
      Added transitional option object;
      Added options validator to assert transitional options;
      Added transitional option `silentJSONParsing= true` for backward compatibility;
      Updated README.md;
      Updated typings;
      
      * Fixed isOlderVersion helper;
      Fixed typo;
      Added validator.spec.js;
      
      * Added forcedJSONParsing transitional option #2791
      
      * `transformData` is now called in the default configuration context if the function context is not specified (for tests compatibility);
      
      * Added `transitional.clarifyTimeoutError` to throw ETIMEDOUT error instead of generic ECONNABORTED on request timeouts;
      Added support of onloadend handler if available instead of onreadystatechange;
      Added xhr timeout test;
      Fixed potential bug of xhr adapter with proper handling timeouts&errors (FakeXMLHTTPRequest failed to handle timeouts);
      5ad6994d
  15. 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
  16. 30 3月, 2021 1 次提交
  17. 29 3月, 2021 2 次提交
  18. 24 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 3月, 2021 1 次提交