2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00
Commit Graph

617 Commits

Author SHA1 Message Date
Nick Uraltsev 202a890b93 Merge pull request #696 from simshanith/formdata-documentation
Updating transformRequest documentation to include FormData
2017-03-18 12:19:18 -07:00
Nick Uraltsev 3704d57ed4 Removing Promise from axios typings in favor of built-in type declarations 2017-03-14 19:23:05 -07:00
Nick Uraltsev fe810b1e3c Merge pull request #654 from k-italy/master
Fixing condition of suppressing DOMException caused by XHR Level 2 Incompatible Browsers
2017-03-01 22:55:07 -08:00
Nick Uraltsev b053f4b1b9 Fixing typo 2017-03-01 22:54:44 -08:00
Nick Uraltsev e411b98c29 Update README.md 2017-03-01 22:49:10 -08:00
Nick Uraltsev b1b986ddfe Merge pull request #671 from 38elements/adapter
Fixing docs for adapters
2017-03-01 22:46:02 -08:00
Nick Uraltsev 75a64389ba Adding link to adapters/README.md 2017-03-01 22:43:23 -08:00
Nick Uraltsev 6d7e6fa222 Merge pull request #670 from 38elements/test
Updating test for adapter
2017-03-01 22:38:26 -08:00
Nick Uraltsev 2f98d8fcdb Merge pull request #731 from Viktor6713/master
Proper detection of react-native in isStandardBrowserEnv function
2017-03-01 22:04:54 -08:00
Nick Uraltsev 5df39d8fa0 Check that navigator is defined 2017-03-01 21:52:42 -08:00
Nick Uraltsev 161c616211 Merge pull request #676 from sloansparger/node-qs-readme-typo
Fixing missing closing paren in node querystring example in README
2017-03-01 21:08:23 -08:00
Nick Uraltsev 4e6b28c40b Merge pull request #677 from Gerhut/patch-1
Adding axios-debug-log to ECOSYSTEM.md
2017-03-01 21:04:45 -08:00
Nick Uraltsev 4f07508871 Merge branch 'master' into patch-1 2017-03-01 21:03:55 -08:00
Nick Uraltsev 84b0684610 Merge pull request #685 from johnmhenson/fix-typo
Fixing typo
2017-03-01 21:02:07 -08:00
Nick Uraltsev b8f9335a97 Merge pull request #733 from jacobbuck/ecosystem-axios-method-override
Adding axios-method-override to ECOSYSTEM.md
2017-03-01 21:01:01 -08:00
Nick Uraltsev 609b24bf26 Merge pull request #702 from capaj/patch-1
Clarifying status of cancelable promises proposal
2017-03-01 20:58:16 -08:00
Nick Uraltsev 36d97e525d Fixing broken test 2017-03-01 20:40:55 -08:00
Jacob a8a4e0bdcd Add axios-method-override to ECOSYSTEM.md 2017-02-27 10:03:25 +13:00
Viktor 603bd2f66c added proper detection of react-native in isStandardBrowserEnv function 2017-02-25 12:14:43 +01:00
Jiri Spac 4d357d15a3 clarified proposal state 2017-02-14 08:38:25 +01:00
Shane Daniel d3f63807fe Updating transformRequest documentation to include FormData 2017-02-11 12:45:01 -08:00
John Henson 7529be298c Fix typo - forEachMethodNoData
forEachMehtodNoData => forEachMethodNoData
2017-02-05 21:22:40 -05:00
George Chung 4545b085c5 Add axios-debug-log to ECOSYSTEM.md 2017-02-02 14:31:04 +08:00
Christopher Sparger 5780e16e8a Fixing missing closing paren in node querystring string example in README 2017-02-01 21:52:23 -06:00
38elements cb2e356315 Fixing document for adapter 2017-01-30 15:35:41 +09:00
38elements f034c56466 Updating test for adapter 2017-01-30 13:49:50 +09:00
Itaru Kitagawa 142bce1fb0 See config.responseType instead of request.responseType when suprressing DOMException 2017-01-16 14:28:38 +09:00
Yo'av Moshe 68ec2abc4a Fixing example in README
It's missing an `)`
2017-01-11 00:22:51 +01:00
Akshat Garg 253131c31a Update the links of the browser logos in Readme (#616)
Change the links of the logos of different browsers according to the original repository.

Fixes #615
2017-01-08 14:55:01 +01:00
Matt Zabriskie 322be10730 Merge pull request #577 from IgorDePaula/master
Fix upload progress event example
2016-12-08 20:01:01 -07:00
Lochlan Bunn fe7d09bb08 Fixing combineURLs to support an empty relativeURL (#581)
* Fixing combineURLs to support an empty relativeURL

When combining the base and relative URLs, we should forego force
appending a slash to the base when the relative URL is empty.
This leads to a semantic url.

* Fixing combineURLs, allowing single slash relatives
2016-12-07 21:23:45 -08:00
Igor De Paula 13bc0e032f Fix upload progress event example 2016-12-05 14:28:24 -02:00
Nick Uraltsev cfe33d4fd3 Merge pull request #561 from dominykas/remove-protection-prefix
Removing PROTECTION_PREFIX support
2016-11-28 21:35:50 -08:00
Dominykas Blyžė eaba7875fc remove PROTECTION_PREFIX support 2016-11-28 11:16:55 +00:00
Nick Uraltsev 4976816808 Releasing 0.15.3 2016-11-27 13:52:12 -08:00
Nick Uraltsev 9ff461ab8a Updating changelog 2016-11-27 13:50:16 -08:00
Nick Uraltsev 6d0e19343a Fixing bug with custom intances and global defaults 2016-11-26 18:17:21 -08:00
Nick Uraltsev 5faebabcd8 Update README.md 2016-11-17 22:17:53 -08:00
Nick Uraltsev 858e64c9a4 Update README.md 2016-11-17 22:13:56 -08:00
Denis 63ee3573c2 Renaming axios.d.ts to index.d.ts 2016-11-09 22:21:56 -08:00
Nick Uraltsev 949d08df71 Merge pull request #521 from DjebbZ/patch-1
Adding a note that several requests can cancelled with the same token.
2016-11-05 10:01:26 -07:00
Khalid Jebbari e167b82a86 Add a note that several requests can cancelled with the same token.
I asked the question in #516, pretty sure it will help other people too.
2016-11-05 17:50:28 +01:00
Nick Uraltsev d963368960 Adding get, head, and delete to defaults.headers 2016-10-29 22:57:53 -07:00
Nick Uraltsev 46a9639ef2 Fixing sporadically failing tests 2016-10-29 21:58:06 -07:00
Nick Uraltsev 417913bf8b Fixing issue with btoa and IE 2016-10-28 21:19:27 -07:00
Nick Uraltsev f40de498e6 Adding Edge, Safari, and IE9 back to SauceLabs 2016-10-24 21:41:18 -07:00
Nick Uraltsev fd13bad53a Updating deps 2016-10-24 18:24:56 -07:00
Nick Uraltsev 3ddeae60e5 Getting rid of TypeScript output files 2016-10-24 18:24:36 -07:00
Marc Mignonsin df6d3ce6cf Support proxy auth (#483)
* Adding proxy auth
2016-10-19 11:02:42 +02:00
Matt Zabriskie b78f3fe792 Merge pull request #493 from mgmcdermott/master
Default to using "http:" protocol in http adapter
2016-10-18 12:09:51 -05:00