Justin Beckwith
aa61bc85eb
chore: update a few dev dependencies
2018-04-07 15:16:14 -07:00
Justin Beckwith
78926c308e
chore: update runtime dependencies
2018-04-07 15:16:14 -07:00
Justin Beckwith
aaed16ca3c
Revert "fix: update a bunch of dependencies" ( #1464 )
...
This change broke the saucelabs tests for IE9. Instead of updating all the things at once, I'm going to do one PR per dependency, making sure I don't break stuff along the way :) This reverts commit 152b063513 .
2018-04-07 14:29:15 -07:00
Nick Uraltsev
8c178233e1
Merge pull request #1460 from JustinBeckwith/linty
...
chore: upgrade eslint and add fix command
2018-04-06 22:13:53 -07:00
Justin Beckwith
22c2baf205
chore: upgrade eslint and add fix command
2018-04-06 21:50:26 -07:00
Nick Uraltsev
0d110da98c
Merge pull request #1458 from JustinBeckwith/nopgklock
...
chore: ignore package-lock.json
2018-04-06 21:45:50 -07:00
Nick Uraltsev
b2ce0de29e
Merge pull request #1457 from JustinBeckwith/updatey
...
fix: update a bunch of dependencies
2018-04-06 21:44:03 -07:00
Justin Beckwith
ecded5e58f
chore: ignore package-lock.json
2018-04-06 21:21:45 -07:00
Justin Beckwith
152b063513
fix: update a bunch of dependencies
2018-04-06 21:19:49 -07:00
Lim Jing Rong
cb89fae28f
docs: Added ES6 example in README ( #1091 )
...
The alternative way I added is more common and requested, as seen from issues
#362 , #350 . Should be helpful for the beginners ( I was personally stuck for a bit too )
2018-04-06 20:52:06 -07:00
Yutaro Miyazaki
524f5bf10a
fix: Fix type error when socketPath option in AxiosRequestConfig
2018-04-06 20:44:20 -07:00
Justin Beckwith
cb63021830
fix: capture errors on request data streams
2018-04-06 12:38:04 -07:00
Justin Beckwith
e990a91c34
docs: clarify config order of precedence
2018-04-06 12:37:38 -07:00
Justin Beckwith
88c24d85ee
docs: clarify config order of precedence
2018-04-06 11:38:58 -07:00
Justin Beckwith
c65065ac0f
capture errors on request data streams
2018-03-15 22:12:42 -07:00
Nick Uraltsev
9a6abd789f
Merge pull request #869 from johntron/master
...
Adds option to specify character set in responses (with http adapter)
2018-03-10 09:13:04 -08:00
Nick Uraltsev
4fbf084674
Merge pull request #1040 from pbarbiero/pbarbiero/improved-timeout-handling
...
Decorate resolve and reject to clear timeout in all cases
2018-03-08 09:35:58 -08:00
Nick Uraltsev
b14cdd8425
Merge pull request #1401 from ascott18/patch-1
...
[Typescript] Fix missing type parameters on delete/head methods
2018-03-08 07:56:53 -08:00
Andrew Scott
f9373e96f2
Added tests for additional type parameters
2018-03-07 22:17:44 -08:00
Andrew Scott
fbb29e07cc
Fixing missing type parameters on delete/head
2018-03-07 22:13:02 -08:00
Nick Uraltsev
0499a970d7
Merge pull request #1399 from mattridley/master
...
Fixing #537 Rejecting promise if request is cancelled by the browser
2018-03-07 11:50:16 -08:00
mattridley
980065dd28
Reverting committed dist changes
2018-03-05 16:26:44 +00:00
mattridley
762044e453
Fixing #537 Rejecting promise if request is cancelled by the browser
2018-03-05 16:11:55 +00:00
Emily Morehouse
d4dc124f15
Merge pull request #1276 from dericcain/patch-1
...
Added a simple async/await example
2018-02-22 20:03:46 -07:00
Deric Cain
3ca049924e
Actually added the Async example
...
Also, added notes about using Async/Await with caution
2018-02-21 08:46:48 -06:00
Emily Morehouse
a105872c1e
Merge pull request #1122 from Nilegfx/bugfix/allow-method-in-instance-config
...
Fixing default method for an instance always overwritten by get
2018-02-19 23:39:06 -07:00
Emily Morehouse
b6920570c5
Merge branch 'master' into bugfix/allow-method-in-instance-config
2018-02-19 23:33:44 -07:00
Emily Morehouse
d59c70fdfd
Releasing v0.18.0
2018-02-19 16:23:58 -07:00
Emily Morehouse
48a790222c
Prepping for release: updating CHANGELOG.
2018-02-19 16:22:30 -07:00
Emily Morehouse
5b2ea2e54c
Merge pull request #1364 from MiguelMadero/mmadero/documents-timeout
...
Documents default
2018-02-17 09:28:47 -07:00
Emily Morehouse
23ba29602c
Merge pull request #1342 from alpancs/instance-bug-fix
...
fix cannot send post method
2018-02-16 19:58:48 -07:00
Emily Morehouse
b6b0865352
Merge pull request #1363 from mdlavin/patch-1
...
Add reference to axios-fetch in ECOSYSTEM.md
2018-02-16 18:42:33 -07:00
Emily Morehouse
821d5e245a
Merge pull request #1366 from emilyemorehouse/fix/1070
...
Follow up to #1070 - adding documentation and tests
2018-02-16 18:35:48 -07:00
Emily Morehouse
4ea77b70b7
Follow up to #1070 :
...
- Adding information in README for socketPath when used with a proxy
- Adding an HTTP test for socketPath option
2018-02-16 17:18:58 -07:00
Emily Morehouse
ccc78899bb
Merge pull request #1070 from Starfox64/master
...
Adding support for UNIX Sockets
2018-02-16 17:05:48 -07:00
MiguelMadero
f7310ca083
Documents the timeout default
2018-02-14 17:49:39 -08:00
Matt Lavin
f1a0feb2cd
Add reference to axios-fetch in ECOSYSTEM.md
...
Add reference to a Fetch implementation based on an Axios client
2018-02-14 12:03:37 -05:00
Emily Morehouse
40b829994c
Merge pull request #1357 from emilyemorehouse/fix/1286
...
Companion for #1286 and #1287 - also updating follow-redirects version in package.json
2018-02-11 13:30:28 -06:00
Emily Morehouse
839b9ab3e7
Fixes #1286 - also updating follow-redirects version in package.json to ensure that maxBodyLength option is supported
2018-02-11 13:27:46 -06:00
Emily Morehouse
f26e0c0e7a
Merge pull request #1287 from mividtim/mividtim/follow-redirects-max-length
...
Set maxBodyLength on follow-redirects to match maxContentLength on AxiosOptions
2018-02-11 13:25:55 -06:00
Emily Morehouse
14057dc0bd
Merge pull request #1273 from jcrben/master
...
adding codetriage badge
2018-02-07 20:23:28 -07:00
Alfan Nur Fauzan
7a355ff432
fix cannot send post method
2018-02-07 12:47:24 +07:00
Nick Uraltsev
604e8dd860
Merge pull request #1314 from penance316/master
...
Adding example of cancelling a POST request to readme
2018-01-22 08:41:09 -08:00
Nero
a8de2cf485
update example according to feedback from PR
2018-01-22 16:36:45 +00:00
Nick Uraltsev
b004db40d4
Merge pull request #1188 from 38elements/patch-1
...
Removing unused dependencies
2018-01-22 08:14:48 -08:00
Nero
c51054f24d
add example of cancelling a POST request to readme
...
it seems when cancelling a post request we need to specify cancellation token as an axios parameter and not as a data item.
2018-01-22 13:00:21 +00:00
Tim Garthwaite
89bf42b946
Fix typo
2018-01-11 12:54:29 -05:00
Tim Garthwaite
e452f761f7
Don't set maxBodyLength in follow-redirects if maxContentLength is -1
2018-01-11 10:44:40 -05:00
Tim Garthwaite
bbfa7bfacc
Fixing maxBodyLength exceeded error form follow-redirects when axios's maxContentLength is not exceeded
2018-01-11 08:55:02 -05:00
Nick Uraltsev
138108ee56
Merge pull request #1279 from robaxelsen/docs-ecosystem-adding-library
...
Adding redux-saga-requests to ecosystem in docs
2018-01-10 21:09:16 -08:00