goyalr
29f5b9b66d
Fixed axios promise rejection for cors api calls in IE9
2016-02-29 15:41:34 -05: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
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
1000ch
ca12c05882
fix typo
2016-02-02 21:09:25 +09:00
Matt Zabriskie
235f34312c
Merge pull request #216 from kvzivn/patch-1
...
Update README.md
2016-01-29 03:15:21 -07:00
Kevin Ivan
8cce065414
Update README.md
...
Everyone can not clone from there.
2016-01-29 09:32:50 +01:00
Matt Zabriskie
e26055a63b
Merge pull request #212 from marcelometal/patch-1
...
Fixed typo in README.md
2016-01-25 10:06:21 -07:00
Marcelo Jorge Vieira
02a1f2d9a0
Fixed typo in README.md
...
Replaced 'instace' with 'instance'
2016-01-25 14:58:11 -02:00
Matt Zabriskie
70ef49eeb9
Bit of code cleanup
2016-01-24 15:27:30 -07:00
Matt Zabriskie
5176623d6c
Releasing 0.9.1
2016-01-24 15:18:24 -07:00
Matt Zabriskie
3edcfa25b7
Updating README
2016-01-24 15:03:11 -07:00
Matt Zabriskie
7a16f72895
Improving logic for handling timeout in node
...
closes #124
2016-01-22 16:27:54 -07:00
Matt Zabriskie
d31ebc4c50
Normalize response status for HTTP 204 in MSIE
2016-01-22 14:40:44 -07:00
Matt Zabriskie
c73389e69d
Merge pull request #202 from savantaparna/master
...
Fixing #201 by treating status code 1223 as a success code.
2016-01-22 14:00:09 -07:00
Matt Zabriskie
bee0b28fde
Merge pull request #205 from latentflip/fix-204
...
Fixing reject not being called on xhr network errors.
2016-01-22 09:57:46 -07:00
Philip Roberts
252876c2c0
Fixing reject not being called on xhr network errors.
...
Fixes #204
2016-01-22 16:39:41 +00:00
savantaparna
1f2d79038c
Fixing #201 by treating status code 1223 as a success code.
2016-01-21 17:46:13 -08:00
Matt Zabriskie
a473744e05
Merge pull request #198 from gschambers/redirect-hostname
...
Fixes redirect behavior to correctly set host
/port
2016-01-19 08:32:08 -07:00
Gary Chambers
f44d9ce677
Fixing redirect behaviour
2016-01-19 14:51:14 +00:00
Matt Zabriskie
7ec97dd26b
Releasing 0.9.0
2016-01-18 11:18:39 -07:00
Matt Zabriskie
6f13a7591b
Only strip Content-Type header if data is undefined
2016-01-18 11:04:10 -07:00
Matt Zabriskie
dea613ae4b
Merge pull request #195 from vandosant/master
...
Fixing #184 Content type removed if data is false
2016-01-17 22:07:56 -07:00
vandosant
71aadd604d
Fixing #184 Content type removed if data is false
2016-01-17 21:25:21 -07:00
Matt Zabriskie
20e724af80
Adding failing test for #184
2016-01-17 17:10:57 -07:00
Matt Zabriskie
5ac6e8de48
Updating dev dependencies
2016-01-17 16:02:49 -07:00
Matt Zabriskie
b9bb6ae7aa
Adding support for custom adapters
2016-01-17 15:29:10 -07:00
Matt Zabriskie
be241d55df
Merge pull request #185 from jtangelder/improve-ie
...
Improve XDomainRequest implementation
2016-01-17 14:35:46 -07:00
Jorik Tangelder
ef6bfe8cb2
fix linting errors
2016-01-03 12:17:43 +01:00
Jorik Tangelder
85a3f7ba82
Add manual tests
...
This would help testing browser support.
2016-01-03 12:08:51 +01:00
Jorik Tangelder
986647be59
improve IE support
...
removes ActiveXObject support, and improves detection of XDomainRequest.
2016-01-03 12:08:09 +01:00
Jorik Tangelder
8425fbe556
Merge remote-tracking branch 'refs/remotes/mzabriskie/master'
2016-01-03 11:09:31 +01:00
Matt Zabriskie
6265b54409
Merge pull request #183 from mzabriskie/refactor-config
...
Fixing config weirdness
2015-12-24 12:39:50 -07:00
Matt Zabriskie
82847f737e
Fixing config weirdness
2015-12-24 11:44:46 -07:00
Matt Zabriskie
cdedbf0bb1
Merge pull request #182 from anthwinter/master
...
Only use XDomainRequest <= IE 9
2015-12-24 09:46:26 -07:00
Anth Winter
0545573798
Added condition to check for IE version before using XDomainRequest
2015-12-24 12:05:55 +00:00
Anth Winter
ff4b5edcbf
Added IE version check helper function
2015-12-24 12:03:51 +00:00
Matt Zabriskie
9a5dec2dc5
Releasing 0.8.1
2015-12-14 20:43:32 -07:00
Matt Zabriskie
f28a4a8248
Using more strict eslint rules
2015-12-14 20:06:57 -07:00
Matt Zabriskie
2b147fb0b7
Moving bind into it's own file
2015-12-14 20:06:16 -07:00
Matt Zabriskie
d127adfe00
Merge pull request #174 from aukevanleeuwen/fix-for-issue-171
...
Fixing #171 , don't fail on error responses with json payloads
2015-12-14 14:55:30 -07:00
Auke van Leeuwen
0e4b3399c1
Fixing #171 , don't fail on error responses with json payloads
2015-12-14 22:14:22 +01:00
Matt Zabriskie
714023082f
Removing TODO
2015-12-14 13:00:45 -07:00
Matt Zabriskie
c1810838c8
Merge pull request #173 from ryoia/master
...
got rid of the colon after Basic, test passed
2015-12-14 12:59:30 -07:00
Julia Gao
fd2339cf5c
got rid of the colon after Basic, test passed
2015-12-14 12:37:19 -07:00
Matt Zabriskie
4d408837c1
Adding failing test for #169
2015-12-14 12:19:25 -07:00
Matt Zabriskie
9ede644b98
Better tests for btoa
2015-12-14 12:16:57 -07:00
Matt Zabriskie
77b8966b47
Making btoa polyfill more standard
2015-12-14 12:16:11 -07:00