Nick Uraltsev
|
7843bfdfda
|
Update README.md: instantiation
|
2015-10-27 23:44:14 -07: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 |
|
mzabriskie
|
219a1c29ab
|
Supporting a fetch like API
|
2015-09-29 00:04:00 -06:00 |
|
mzabriskie
|
b92fa96026
|
Updating ignores
|
2015-09-28 23:51:20 -06:00 |
|
mzabriskie
|
256c5a6555
|
Updating ignores
|
2015-09-28 23:49:50 -06:00 |
|
mzabriskie
|
b689bde4dd
|
Updating README
|
2015-09-28 23:46:12 -06:00 |
|
mzabriskie
|
76ab0ae1a7
|
Updating README
|
2015-09-28 23:31:43 -06:00 |
|
mzabriskie
|
915bef962d
|
Updating devDependencies
|
2015-09-28 23:31:14 -06:00 |
|
mzabriskie
|
95f0f00c77
|
Fixing axios to treat single string argument as URL
closes #116
|
2015-09-28 18:40:20 -06:00 |
|
mzabriskie
|
eca2ac88eb
|
Merge branch 'master' of github.com:mzabriskie/axios
|
2015-09-28 18:34:10 -06:00 |
|
mzabriskie
|
6aa766e5e9
|
Adding support for web workers, and react-native
closes #70, closes #98
|
2015-09-28 18:33:46 -06:00 |
|
Matt Zabriskie
|
a9d2f84a62
|
Merge pull request #114 from llambda/master
Add grunt-cli and phantomjs dev deps
|
2015-09-27 10:00:09 -06:00 |
|
Grant Miner
|
d9835663bf
|
Add grunt-cli and phantomjs, allows for "npm install" and then "npm run test" on a fresh clone.
|
2015-09-27 10:55:07 -05:00 |
|
Matt Zabriskie
|
67a0fc3978
|
Merge pull request #112 from bananaoomarang/timeout-fix
Added defaults.timeout to default config.
|
2015-09-24 13:28:13 -06:00 |
|
Milo Mordaunt
|
1ccd4161c7
|
Added defaults.timeout to default config.
|
2015-09-24 15:53:41 -03:00 |
|
Matt Zabriskie
|
39c75a47e1
|
Merge pull request #105 from thomasguillory/fix/ts-definition
FIX typescript definition to correctly type promise callbacks
|
2015-09-23 12:00:07 -06:00 |
|
mzabriskie
|
c221d039a9
|
Updating README
|
2015-09-23 11:59:21 -06:00 |
|
Matt Zabriskie
|
68867fba55
|
Merge pull request #106 from theverything/return-from-spread
return result from callback
|
2015-09-21 16:45:17 -06:00 |
|
Matt Zabriskie
|
2a6d7c2a38
|
Merge pull request #102 from nlf/master
allow passing an agent through to node http requests, closes #68
|
2015-09-21 16:44:06 -06:00 |
|
mzabriskie
|
c573a12b74
|
Fixing issue with minified bundle in IE8
closes #87
|
2015-09-21 16:25:00 -06:00 |
|
mzabriskie
|
f18f12250d
|
Updating example for how to run examples
|
2015-09-21 16:21:27 -06:00 |
|
mzabriskie
|
9bf29e1c73
|
Adding UPGRADE_GUIDE
|
2015-09-21 16:17:51 -06:00 |
|
mzabriskie
|
5eac34f1cd
|
Fixing AMD example
|
2015-09-21 16:17:34 -06:00 |
|
mzabriskie
|
cd0cd18054
|
Releasing 0.6.0
|
2015-09-21 14:20:35 -06:00 |
|
mzabriskie
|
2936cdce14
|
Reverting default X-Requested-With header for xhr
for more details see https://remysharp.com/2011/04/21/getting-cors-working
|
2015-09-21 13:58:35 -06:00 |
|
mzabriskie
|
23abc2a5e4
|
Updating dependencies
|
2015-09-21 13:44:51 -06:00 |
|
Jeffrey Horn
|
a130e787c3
|
return result from callback
returning the result of the callback allows you to chain the promise
like you would expect
|
2015-09-02 10:43:27 -07:00 |
|
Thomas Guillory
|
381ae95a1b
|
FIX typescript definition to correctly type promise callbacks
|
2015-09-02 14:42:56 +02:00 |
|
mzabriskie
|
4e58dd660e
|
Merge branch '0.6.0' of github.com:mzabriskie/axios into 0.6.0
|
2015-08-10 19:03:59 -06:00 |
|
mzabriskie
|
9296176113
|
Updating dependencies
|
2015-08-10 19:03:25 -06:00 |
|
mzabriskie
|
b7b0b5d6f5
|
Updating README
|
2015-08-10 19:00:28 -06:00 |
|
mzabriskie
|
1d3dbd66bc
|
Updating README
|
2015-08-10 19:00:28 -06:00 |
|
mzabriskie
|
2abe8eb04e
|
Converting to UMD
|
2015-08-10 19:00:27 -06:00 |
|
mzabriskie
|
e49237ce01
|
Removing es6-promise dependency
|
2015-08-10 19:00:27 -06:00 |
|
mzabriskie
|
ffc0237a17
|
Adding support for timeout config
closes #56
|
2015-08-10 19:00:27 -06:00 |
|