2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-27 14:47:43 +03:00
Commit Graph

429 Commits

Author SHA1 Message Date
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 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
Matt Zabriskie 0da38da921 A bit of code cleanup 2016-03-07 10:50:46 -07:00
Aurelio De Rosa ab361ac169 Expose XHR instance
Fixes gh-64
2016-03-06 12:25:33 +00:00
Matt Zabriskie 701d66d9d0 Merge branch 'barbedt-master' 2016-03-05 23:56:39 -07:00
Matt Zabriskie 5fc59a65aa Resolving merge conflicts 2016-03-05 23:56:02 -07:00
Matt Zabriskie 84755d1325 Merge pull request #251 from ruchigoyal2005/master
IE9 fix for cross domain calls
2016-03-05 23:40:13 -07:00
Matt Zabriskie 3c2594292a Merge pull request #249 from ctimmerm/ie8-onreadystatechange
Fixing IE8 support by bringing back onreadystatechange
2016-03-05 23:35:10 -07:00
Matt Zabriskie 955d5a02e4 Run ALL the tests 😸 2016-03-05 23:29:29 -07:00
Matt Zabriskie 11ca70cfb6 Updating dependencies 2016-03-05 23:25:13 -07:00
Matt Zabriskie dc07ef2559 Fixing tests for IE 2016-03-05 23:17:39 -07:00
Matt Zabriskie 6d84717cba Updating dependencies 2016-03-05 23:16:16 -07:00