Commit Graph

591 Commits

Author SHA1 Message Date
Jacob
a8a4e0bdcd Add axios-method-override to ECOSYSTEM.md 2017-02-27 10:03:25 +13: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
Michael McDermott
7c89704262 Default to using "http:" protocol in http adapter
Fixes #490
2016-10-18 10:59:38 -04:00
Matt Zabriskie
b21a280df0 Merge pull request #491 from Jarlotee/patch-1
Fix proxy bugs
2016-10-18 08:59:19 -05:00
Nick Uraltsev
3af756049f Releasing 0.15.2 2016-10-17 18:29:32 -07:00
Nick Uraltsev
25a5e779b6 Updating changelog 2016-10-17 18:27:55 -07:00
Nick Uraltsev
3fcf54ff36 Fixing issue with calling cancel after response has been received 2016-10-17 18:20:13 -07:00
Jared Lotti
ce1ecdae7a forgot to add optional port 2016-10-17 15:24:17 -04:00
Jared Lotti
5c4ca4ccc4 fix proxy bugs 2016-10-17 15:18:18 -04:00
Nick Uraltsev
3f8b128da4 Releasing 0.15.1 2016-10-14 23:35:21 -07:00
Nick Uraltsev
ffd72e646a Updating changelog 2016-10-14 23:33:31 -07:00
Nick Uraltsev
81e566b905 Fixing UMD build 2016-10-14 23:24:59 -07:00
Nick Uraltsev
e8c5c49ea2 Releasing 0.15.0 2016-10-10 21:39:50 -07:00
Nick Uraltsev
94a3359428 Updating changelog 2016-10-10 21:38:33 -07:00
Nick Uraltsev
12341d88c0 Temporarily removing Edge from Sauce Labs 2016-10-10 18:11:00 -07:00
Nick Uraltsev
2f7be51ae8 Updating README.md 2016-10-10 18:04:17 -07:00
Matt Zabriskie
4882ce5359 Merge pull request #452 from nickuraltsev/cancel
Adding support for request cancellation
2016-10-10 10:31:44 -06:00
Nick Uraltsev
d982cf9932 Update COOKBOOK.md
Fixes #457
2016-09-26 17:50:38 -07:00
Nick Uraltsev
8f30490386 Attempting to fix Travis build 2016-09-23 16:26:42 -07:00
Nick Uraltsev
e9fbe959d2 Updating dispatchRequest to use isCancel instead of instanceof 2016-09-23 15:58:25 -07:00
Nick Uraltsev
032916e116 Merging master 2016-09-23 15:54:47 -07:00
Matt Zabriskie
b718ebfb21 Merge pull request #437 from rubennorte/adapters-in-global-defaults
Moving default adapter to global defaults
2016-09-21 23:09:51 -06:00
Nick Uraltsev
216e2a6787 Adding axios.isCancel method 2016-09-21 18:47:37 -07:00
Nick Uraltsev
920769d0d7 Improve docs 2016-09-20 19:54:24 -07:00
Nick Uraltsev
5efca1ebbc Updating docs 2016-09-18 14:16:27 -07:00
Nick Uraltsev
2033ef3ad0 Adding TypeScript definitions for cancel tokens 2016-09-17 12:49:14 -07:00
Nick Uraltsev
72dd897bb5 Adding cancellation support 2016-09-17 11:52:56 -07:00
Nick Uraltsev
df50698d5a Merge branch 'master' into cancel 2016-09-15 21:09:29 -07:00