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

520 Commits

Author SHA1 Message Date
Vineet Hawal 0be4467e05 buildUrl -> buildURL 2015-11-22 00:28:19 +05:30
Vineet Hawal 729ff05112 Merge branch 'master' of github.com:mzabriskie/axios into xDomainRequestSupport
Conflicts:
	package.json
2015-11-22 00:17:24 +05:30
Matt Zabriskie 7fa69152e9 Restoring buildURL 2015-11-20 12:17:14 -07:00
Matt Zabriskie 54be280729 Fixing file system case issue 2015-11-20 12:16:45 -07:00
Matt Zabriskie 7da605cf3a Use locally installed grunt for running tests 2015-11-20 11:59:03 -07:00
Matt Zabriskie b404124b47 Merge branch 'master' of github.com:mzabriskie/axios 2015-11-20 11:37:48 -07:00
Matt Zabriskie d1940f52bc Restoring buildURL tests 2015-11-20 11:37:41 -07:00
Matt Zabriskie b1d9194622 Fixing file system case issue 2015-11-20 11:36:50 -07:00
Vineet Hawal 1eac0b1b21 buildUrl helper reference fix in xhr 2015-11-20 15:58:49 +05:30
Vineet Hawal b1f2df42a2 undo dist files changes 2015-11-20 15:36:49 +05:30
Vineet Hawal 0dbeea3b6e undo dist files changes 2015-11-20 15:34:29 +05:30
Vineet Hawal 4db0578fa2 undo dist files changes 2015-11-20 15:25:52 +05:30
Vineet Hawal 17c1cb92e2 Merge branch 'xDomainRequestSupport' of github.com:vineethawal/axios into xDomainRequestSupport 2015-11-20 15:21:42 +05:30
Vineet Hawal e5e14daab6 Merge branch 'master' of github.com:mzabriskie/axios into xDomainRequestSupport
Conflicts:
	lib/adapters/xhr.js
2015-11-20 15:21:04 +05:30
Matt Zabriskie 433dd0d037 Merge pull request #149 from Kosta-Github/Kosta/unzip
Adding transparent decompression if `content-encoding` is set
2015-11-19 15:37:58 -07:00
Matt Zabriskie ae3adcd28b Merge branch 'master' of github.com:mzabriskie/axios 2015-11-19 15:32:55 -07:00
Matt Zabriskie cd2567cd79 Merge branch 'moonion-master' 2015-11-19 15:32:22 -07:00
Matt Zabriskie 02a93330ed Resolving conflicts 2015-11-19 15:32:05 -07:00
Matt Zabriskie 2781ff650c Merge pull request #146 from skarbovskiy/master
follow redirects
2015-11-19 15:28:39 -07:00
Matt Zabriskie 3d65057d71 Making isURLSameOrigin/cookies safe to use in all envs 2015-11-19 15:18:47 -07:00
moonion 2e4c9285d7 add config.paramsSerializer to http adapter 2015-11-18 16:04:18 +02:00
Konstantin Baumann 32dfc1d9e0 add test case for transparent decompression for content-encoding being set in the response headers 2015-11-12 11:34:07 +01:00
Konstantin Baumann b3a4ff03e2 uncompress the response body transparently if required 2015-11-12 11:16:57 +01:00
george.skarbovskiy cf192f495e follow redirects 2015-11-06 12:56:21 +02:00
Vineet Hawal 677e63aa55 Update axios.js 2015-11-02 11:24:26 +05:30
Vineet Hawal a768ac07cd remove extra conditions 2015-10-29 15:40:45 +05:30
Vineet Hawal 44cccc450c add test case 2015-10-29 12:59:10 +05:30
Vineet Hawal a59bc8d2ae add xDomainRequest adapter 2015-10-29 12:51:37 +05:30
Matt Zabriskie affe3aaa9a Merge pull request #139 from ctimmerm/slice-arguments
Don't call slice on arguments
2015-10-28 14:52:50 -06:00
Matt Zabriskie ed4a39a5c1 Merge pull request #127 from ctimmerm/ie8-arguments-foreach
Don't use utils.forEach to loop over arguments
2015-10-28 13:39:05 -06:00
Matt Zabriskie a090b05220 Merge pull request #136 from nickuraltsev/update-docs
Update README.md: instantiation
2015-10-28 04:26:11 -06:00
Colin Timmermans d6bcd62e4b Don't call slice on arguments
Calling slice on arguments can prevent optimizations in some JS engines
(see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments).
2015-10-28 11:25:40 +01:00
Nick Uraltsev 7843bfdfda Update README.md: instantiation 2015-10-27 23:44:14 -07:00
Colin Timmermans 1e2cb9bdca Don't use utils.forEach to loop over arguments
This fixes IE8 support, where we cannot relialably detect an arguments
object.
2015-10-27 23:26:04 +01:00
Matt Zabriskie 11c12b2c65 Merge pull request #121 from azendoo/custom-encode-params-method
Add support third-party library to serialize url params
2015-10-27 14:48:02 -06:00
Matt Zabriskie 68b1b37fd7 Merge pull request #123 from nickuraltsev/master
Make axios instantiable
2015-10-27 14:43:21 -06:00
Matt Zabriskie 4d432cf113 Merge pull request #128 from Kosta-Github/allow_arraybuffer_response
fixing http adapter WRT `responseType === 'arraybuffer'`
2015-10-27 14:38:10 -06:00
Matt Zabriskie 4fc70c9108 Merge pull request #132 from jtangelder/patch-1
Don't include a process shim in the build
2015-10-27 14:37:22 -06:00
David Fournier 14ede9e18e Add support third-party library to serialize url params 2015-10-27 11:54:44 +01:00
Jorik Tangelder 025620a895 Don't include a process shim in the build 2015-10-26 10:39:33 +01:00
Nick Uraltsev 4ac0fbd1c1 Rename axios.createNew to axios.create 2015-10-23 08:40:46 -07:00
Nick Uraltsev 96afe324b3 Merge remote-tracking branch 'mzabriskie/master' 2015-10-22 19:12:07 -07:00
Konstantin Baumann 84a0ddecd4 http adapter: return a Buffer instead of a String in case of responseType === 'arraybuffer' 2015-10-15 17:28:38 +02:00
Matt Zabriskie 84027a31b4 Merge pull request #126 from louislarry/patch-1
Update axios.d.ts, add Response.statusText
2015-10-11 20:35:34 -06:00
Louis Larry 2e0a76511a Update axios.d.ts, add Response.statusText 2015-10-12 09:08:42 +07:00
mzabriskie fcd2121c8b Fixing test coverage reporting 2015-10-07 14:36:35 -06:00
Nick Uraltsev b10874fa67 Make axios instantiable 2015-10-03 09:38:16 -07:00
mzabriskie 4f732e8caa Add banner to all dist/ 2015-09-29 00:43:31 -06:00
mzabriskie e8136b1f74 Releasing 0.7.0 2015-09-29 00:38:15 -06:00
mzabriskie 87d8364675 Updating README 2015-09-29 00:15:28 -06:00