Thomas Reggi
|
5a20edeb0c
|
added semicolon
|
2016-05-13 15:37:05 -04:00 |
|
Thomas Reggi
|
7548f2f79d
|
export Axios fixes #320
|
2016-05-13 15:28:58 -04:00 |
|
Nick Uraltsev
|
580ef523d5
|
Merge pull request #313 from icracked/master
Only set empty handlers for IE CORS support if using XDomainRequest
|
2016-05-03 22:40:39 -07:00 |
|
stevenp
|
f32b5a6ce4
|
Only set empty handlers for IE CORS support if using XDomainRequest
|
2016-05-04 00:24:18 -05:00 |
|
Nick Uraltsev
|
ea375220a2
|
Excluding .md files from npm package
|
2016-05-02 22:04:03 -07:00 |
|
Matt Zabriskie
|
371c31a463
|
Updating README
|
2016-04-28 11:58:53 -06:00 |
|
Nick Uraltsev
|
82d34ac743
|
Releasing 0.11.0
|
2016-04-26 21:13:02 -07:00 |
|
Nick Uraltsev
|
4b150f26df
|
0.11.0
|
2016-04-26 20:42:06 -07:00 |
|
Matt Zabriskie
|
aeac3e132e
|
Merge pull request #299 from nickuraltsev/array-buffer-fix
Fixing issue with ArrayBuffer
|
2016-04-26 14:25:19 -06:00 |
|
Nick Uraltsev
|
fa9444e0ba
|
Allow custom HTTP status code error ranges (#308)
Adding support for custom HTTP status code error ranges
|
2016-04-26 14:18:58 -06:00 |
|
Matt Zabriskie
|
093593cbca
|
Merge pull request #296 from nickuraltsev/stream
Adding support for Stream with HTTP adapter
|
2016-04-21 10:43:54 -06:00 |
|
Matt Zabriskie
|
2ebdd2de20
|
Merge pull request #280 from nickuraltsev/ecosystem
Adding ECOSYSTEM.md and Resources section
|
2016-04-20 23:05:44 -06:00 |
|
Matt Zabriskie
|
2797f10ea5
|
0.10.0
|
2016-04-20 22:51:55 -06:00 |
|
Matt Zabriskie
|
f569894ebc
|
Releasing 0.10.0
|
2016-04-20 22:51:24 -06:00 |
|
Matt Zabriskie
|
6554493bdd
|
Merge branch 'master' of github.com:mzabriskie/axios
|
2016-04-20 22:28:10 -06:00 |
|
Matt Zabriskie
|
7cf19f64c4
|
Reverting #234
|
2016-04-20 22:28:01 -06:00 |
|
Nick Uraltsev
|
8a60a4eb8b
|
Merge pull request #300 from jergason/patch-1
Fixing typo in readme
|
2016-04-18 13:09:05 -07:00 |
|
Jamison Dance
|
0ec09f7be9
|
Fix typo in readme
|
2016-04-18 14:04:03 -06:00 |
|
Nick Uraltsev
|
4d83ba91f5
|
Fix issue with ArrayBuffer
|
2016-04-18 11:22:11 -07:00 |
|
Nick Uraltsev
|
d88bc12e59
|
Update README.md
|
2016-04-14 21:04:22 -07:00 |
|
Nick Uraltsev
|
d23f9d5d47
|
Add support for Stream
|
2016-04-14 17:38:35 -07:00 |
|
Nick Uraltsev
|
5c58b831cc
|
Merge pull request #294 from jackytck/cookbook-patch
Fixing typo
|
2016-04-13 10:08:42 -07:00 |
|
Jacky Tang
|
9d22e9a9bb
|
Fixing typo
|
2016-04-14 00:13:16 +08:00 |
|
Nick Uraltsev
|
9e7b1b5993
|
Add isFunction and isStream helpers
|
2016-04-12 19:49:12 -07:00 |
|
Nick Uraltsev
|
4de17bca09
|
Fix request path for proxied requests
|
2016-04-08 16:41:51 -07:00 |
|
msangui
|
775ca3e732
|
Added proxy option to http.js
|
2016-04-08 16:17:03 -07:00 |
|
Matt Zabriskie
|
6bb376d9f1
|
Updating CONTRIBUTING
|
2016-04-07 14:24:32 -06:00 |
|
Matt Zabriskie
|
df29a221c2
|
Updating CONTRIBUTIN
|
2016-04-07 14:21:31 -06:00 |
|
Matt Zabriskie
|
f269a702fe
|
Automating release process
|
2016-04-07 14:13:03 -06:00 |
|
Nick Uraltsev
|
a913ea56c1
|
Merge pull request #200 from AurelioDeRosa/patch-1
Expose XHR instance
|
2016-03-31 20:08:58 -07:00 |
|
Nick Uraltsev
|
256f87e954
|
Add Resources section to README.md
|
2016-03-31 13:04:30 -07:00 |
|
Nick Uraltsev
|
7331c2b099
|
Add ECOSYSTEM.md
|
2016-03-31 12:51:35 -07:00 |
|
Matt Zabriskie
|
7c039e8994
|
Adding Gitter badge
|
2016-03-30 11:43:37 -06:00 |
|
Matt Zabriskie
|
34dbdff846
|
Merge pull request #279 from Deamon87/patch-1
Fixing xhr for webworker env
|
2016-03-28 22:09:50 -06:00 |
|
Deamon87
|
8972ea5208
|
Fixing xhr.js for WebWorker env
More fixes.
|
2016-03-29 03:09:15 +03:00 |
|
Deamon87
|
aaca1244eb
|
Fix xhr for webworker env
Fix xhr for webworker env
|
2016-03-29 02:43:51 +03:00 |
|
Matt Zabriskie
|
92e15fa0d1
|
Merge pull request #275 from bomsy/maxcontentlength
Adding a `maxContentLength` content option
|
2016-03-26 11:10:47 -06:00 |
|
Matt Zabriskie
|
8dab9d1e7e
|
Merge pull request #271 from nickuraltsev/peer-dep
Fixing issues with peer deps
|
2016-03-26 11:09:12 -06:00 |
|
bomsy
|
21cf932d0f
|
Merge branch 'maxcontentlength' of https://github.com/bomsy/axios into maxcontentlength
|
2016-03-25 23:53:32 +00:00 |
|
bomsy
|
fefa23a8dd
|
Adding config option to restrict based on the size of the response co…
|
2016-03-25 23:50:52 +00:00 |
|
Matt Zabriskie
|
104276ffa7
|
Merge pull request #274 from nickuraltsev/travis-fix
Fixing issue with Travis
|
2016-03-24 00:02:45 -06:00 |
|
Nick Uraltsev
|
c622b35f38
|
Updating configuration to use Firefox for testing PRs
|
2016-03-22 23:46:36 -07:00 |
|
bomsy
|
57a1ed46da
|
Adding config option to restrict based on the size of the response co…
|
2016-03-22 18:28:51 +00:00 |
|
Nick Uraltsev
|
4f61a78436
|
Fixing issue with Travis
|
2016-03-21 23:35:15 -07:00 |
|
Nick Uraltsev
|
d166954dc1
|
Fixing issues with peer deps
|
2016-03-21 17:48:46 -07:00 |
|
Matt Zabriskie
|
e22cbae494
|
Merge pull request #267 from rupertrutland/patch-1
Fix typo in readme
|
2016-03-15 13:01:00 -06:00 |
|
rupertrutland
|
ff5cd292e3
|
Fix typo in readme
|
2016-03-15 19:46:45 +01:00 |
|
Matt Zabriskie
|
2306657482
|
Adding Edge to supported browsers
|
2016-03-09 18:55:38 -07:00 |
|
Matt Zabriskie
|
4d2f9c21d4
|
Gettings tests passing for IE9
|
2016-03-09 16:17:10 -07:00 |
|
Matt Zabriskie
|
dcbb352262
|
Moving test helpers and auto-loading them
|
2016-03-07 13:21:27 -07:00 |
|