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

392 Commits

Author SHA1 Message Date
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
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
Matt Zabriskie 7462c49a13 Updating README 2016-03-04 10:41:42 -07:00
Matt Zabriskie ab2fba805e Updating README 2016-03-04 10:39:11 -07:00
Matt Zabriskie 371b82a2a0 Cleaning up tests a bit 2016-03-04 10:35:05 -07:00
Matt Zabriskie c181d8ade9 Removing IOS and Android from Saucelabs 2016-03-04 01:23:51 -07:00
Matt Zabriskie 529d89f4fc Trying to fix capture timeout by increasing time limit 2016-03-04 01:10:20 -07:00
Matt Zabriskie 425d93502b Adding IOS and Android to Saucelabs 2016-03-04 00:56:29 -07:00
Matt Zabriskie 34222f27e4 Adding IE and Edge to Saucelabs 2016-03-04 00:33:08 -07:00
Matt Zabriskie 425aefec9f Adding Saucelabs browser matrix to README 2016-03-04 00:31:58 -07:00
Matt Zabriskie 68a6eb8522 Adding Safari to saucelabs 2016-03-04 00:27:33 -07:00
Matt Zabriskie ea673057aa Trying to get a green run on saucelabs 2016-03-04 00:20:58 -07:00
Matt Zabriskie 03f291177d Merge branch 'master' of github.com:mzabriskie/axios 2016-03-03 23:35:43 -07:00
Matt Zabriskie b17e109eea Hooking things up to saucelabs
closes #180
2016-03-03 23:35:33 -07:00
Matt Zabriskie 6f32ca772b Increasing timeout so test doesn't fail in Safari 2016-03-03 23:34:38 -07:00
Matt Zabriskie 62ad1f2b0b Making validation of invalid character error less strict 2016-03-03 23:16:42 -07:00
Matt Zabriskie e7aa98f9f5 Improving tests in anticipation for saucelabs support 2016-03-03 22:44:16 -07:00
Matt Zabriskie e2fbc68960 Removing console.log 2016-03-03 22:43:38 -07:00
Matt Zabriskie 7041775943 Changing btoa ponyfill to improve testing 2016-03-03 22:43:16 -07:00
Matt Zabriskie 32080df31b Merge pull request #227 from rogeriochaves/master
Handle timeout on XHR requests
2016-03-02 18:17:51 -07:00
Matt Zabriskie 6d3d266616 Adding code of conduct and collaborator guide 2016-03-02 13:41:14 -07:00
Matt Zabriskie 8d51b68bc4 Merge pull request #252 from ajcrites/basic-auth-245
Fixing 245: Basic auth for node http adapter
2016-03-02 12:31:09 -07:00
Matt Zabriskie a383bd5cf4 Merge pull request #250 from staticinstance/staticinstance-patch-248
patch for issue 248 (send null instead of undefined)
2016-03-02 12:28:06 -07:00
Matt Zabriskie e23f765cdc Merge pull request #254 from ericmdantas/tsc-import
doc(readme): uses latest syntax for Typescript import
2016-03-02 11:54:11 -07:00
Rogério Chaves ed4a4dc9a9 Uses the same timeout error message on XHR adapter than HTTP adapter 2016-03-02 15:16:01 -03:00
Eric Mendes Dantas 53ddefe8ad doc(readme): uses latest syntax for Typescript import 2016-03-01 07:54:11 -03:00
goyalr 1696d1ca55 IE9 fix for cors api calls are timing out prematurely 2016-02-29 15:48:12 -05:00
goyalr 29f5b9b66d Fixed axios promise rejection for cors api calls in IE9 2016-02-29 15:41:34 -05:00
Andrew Crites 116f5fca88 Fixing 245:
Formatting and adding tests
2016-02-28 22:51:20 -05:00
Andrew Crites 76cb7eeba9 Fixing 245:
Parse basic auth from URL and submit with http adapter
2016-02-28 22:42:02 -05:00
Michael Bradley 1c32e2ab8d remove trailing spaces 2016-02-26 13:34:20 -08:00
Michael Bradley 68a45b5e3e use multi line ternary operator
https://github.com/felixge/node-style-guide#use-multi-line-ternary-operator
2016-02-26 08:59:40 -08:00
Michael Bradley a63e7cd8ca Fix for https://github.com/mzabriskie/axios/issues/248
undefined is not valid JSON, make the value null instead.

JSON.parse(undefined) will throw an exception while JSON.parse(null) is acceptable.

http://stackoverflow.com/a/14946821/5012948
2016-02-26 08:55:54 -08:00
Matt Zabriskie dbd2c11454 Merge pull request #234 from samueleaton/master
switches check order of xhr/http for electron
2016-02-25 09:12:55 -07:00
Colin Timmermans ca0617061e Fixing IE8 support by bringing back onreadystatechange
Fixes #241
2016-02-25 13:33:58 +01:00
Matt Zabriskie 1d782c7baf Merge pull request #221 from 1000ch/fix-typo
Fix typo
2016-02-24 14:43:59 -07:00
Matt Zabriskie a763c3d28a Merge pull request #235 from incrediblesound/patch-1
Small grammar fix in UPGRADE_GUIDE.md
2016-02-19 09:22:10 -07:00
James H Edwards 5602a32586 Update UPGRADE_GUIDE.md
removed superfluous 'the'

original line "...the polyfill has been removed, and you will need to supply the it yourself if your environment needs it."
new line      "...the polyfill has been removed, and you will need to supply it yourself if your environment needs it."

Nothin else has been changed.
2016-02-16 09:16:45 -08:00
samueleaton ddc965831c switches check order of xhr/http for electron 2016-02-15 22:38:56 -07:00