Nick Uraltsev
ad1195f070
Releasing 0.17.1
2017-11-11 15:24:16 -08:00
Eduardo San Martin Morote
1e58b69df1
security: upgrade follow-redirects
...
This would prevent tools like nsp to complain about a security issue from axios. It's something that got fixed in the package debug, and in order to benefit from that fix, it's necessary to upgrade to at least follow-redirects@1.2.5
2017-11-07 18:00:42 +01:00
Nick Uraltsev
2c0e318321
Releasing 0.17.0
2017-10-21 11:00:45 -07:00
Nick Uraltsev
26b06391f8
Update links
2017-09-28 21:09:47 -07:00
Siddharth Kshetrapal
4c54a9265a
Add bundlesize to test
2017-07-01 19:03:17 +05:30
Nick Uraltsev
46e275c407
Releasing 0.16.2
2017-06-03 12:28:26 -07:00
Felix Gnass
c82753ce54
Use is-buffer instead of Buffer.isBuffer
...
The is-buffer module checks if an object is a Buffer without causing
Webpack or Browserify to include the whole Buffer module in the bundle.
2017-05-04 23:41:52 +02:00
Nick Uraltsev
5c8095e483
Releasing 0.16.1
2017-04-08 11:51:20 -07:00
Wyatt Cready
df6b46c076
Add caret
2017-04-08 14:15:07 -04:00
Wyatt Cready
04982a2ef9
Update follow-redirects dependency
...
Using the follow-redirects 1.0.0 causes this reported write after end issue: https://github.com/olalonde/follow-redirects/issues/50 . It looks like the problem with follow-redirects was fixed in 1.1.0 https://github.com/olalonde/follow-redirects/commit/9eec6f0fb8d1c51dbd9be732ce1e2c794a01b652 but if axios is going to update the dependency it might as well update to the latest version now.
2017-04-08 11:30:02 -04:00
Nick Uraltsev
19b7948480
Releasing 0.16.0
2017-03-31 19:29:37 -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
4976816808
Releasing 0.15.3
2016-11-27 13:52:12 -08:00
Denis
63ee3573c2
Renaming axios.d.ts to index.d.ts
2016-11-09 22:21:56 -08:00
Nick Uraltsev
fd13bad53a
Updating deps
2016-10-24 18:24:56 -07:00
Nick Uraltsev
3af756049f
Releasing 0.15.2
2016-10-17 18:29:32 -07:00
Nick Uraltsev
3f8b128da4
Releasing 0.15.1
2016-10-14 23:35:21 -07:00
Nick Uraltsev
e8c5c49ea2
Releasing 0.15.0
2016-10-10 21:39:50 -07:00
Nick Uraltsev
c96348660d
Releasing 0.14.0
2016-08-27 11:29:52 -07:00
Nick Uraltsev
1bd9b195a5
Modifying Gruntfile to install typings before running TypeScript tests
2016-08-18 20:14:13 -07:00
Nick Uraltsev
5176dfdec5
Converting TypeScript definitions to ES2015 module syntax
2016-08-09 23:17:11 -07:00
Matt Zabriskie
377efb89ae
Releasing 0.13.1
2016-07-16 11:13:15 -06:00
Matt Zabriskie
ff919487e1
0.13.0
2016-07-13 13:42:23 -06:00
Nick Uraltsev
a59fee5346
Updating dev dependencies
2016-06-22 23:25:25 -07:00
Nick Uraltsev
4d1269cb4a
Releasing 0.12.0
2016-05-31 22:22:00 -07:00
Matt Zabriskie
112f98dc18
Merge pull request #317 from nickuraltsev/urlsearchparams
...
Adding support for URLSearchParams
2016-05-24 20:40:25 -06:00
Matt Zabriskie
2e949495f0
0.11.1
2016-05-17 09:59:06 -06:00
Nick Uraltsev
f20490eb6b
Adding support for URLSearchParams
2016-05-07 12:26:28 -07:00
Nick Uraltsev
82d34ac743
Releasing 0.11.0
2016-04-26 21:13:02 -07:00
Matt Zabriskie
2797f10ea5
0.10.0
2016-04-20 22:51:55 -06:00
Matt Zabriskie
f269a702fe
Automating release process
2016-04-07 14:13:03 -06:00
Nick Uraltsev
d166954dc1
Fixing issues with peer deps
2016-03-21 17:48:46 -07:00
Matt Zabriskie
4d2f9c21d4
Gettings tests passing for IE9
2016-03-09 16:17:10 -07:00
Matt Zabriskie
11ca70cfb6
Updating dependencies
2016-03-05 23:25:13 -07:00
Matt Zabriskie
6d84717cba
Updating dependencies
2016-03-05 23:16:16 -07:00
Matt Zabriskie
b17e109eea
Hooking things up to saucelabs
...
closes #180
2016-03-03 23:35:33 -07:00
Matt Zabriskie
5176623d6c
Releasing 0.9.1
2016-01-24 15:18:24 -07:00
Matt Zabriskie
7ec97dd26b
Releasing 0.9.0
2016-01-18 11:18:39 -07:00
Matt Zabriskie
5ac6e8de48
Updating dev dependencies
2016-01-17 16:02:49 -07:00
Matt Zabriskie
9a5dec2dc5
Releasing 0.8.1
2015-12-14 20:43:32 -07:00
Matt Zabriskie
bce07e53aa
Releasing 0.8.0
2015-12-11 12:05:56 -07:00
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
7da605cf3a
Use locally installed grunt for running tests
2015-11-20 11:59:03 -07:00
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
george.skarbovskiy
cf192f495e
follow redirects
2015-11-06 12:56:21 +02:00
Vineet Hawal
a59bc8d2ae
add xDomainRequest adapter
2015-10-29 12:51:37 +05:30
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
David Fournier
14ede9e18e
Add support third-party library to serialize url params
2015-10-27 11:54:44 +01:00
mzabriskie
fcd2121c8b
Fixing test coverage reporting
2015-10-07 14:36:35 -06:00
mzabriskie
e8136b1f74
Releasing 0.7.0
2015-09-29 00:38:15 -06:00