2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

Commit Graph

  • 4f98acc578 Add getUri method (#1712) Anthony Gauthier 2018-08-07 13:52:30 -04:00
  • 38de25257c Adding support for no_proxy env variable (#1693) Chance Dickson 2018-08-07 12:52:04 -05:00
  • b9f68bdf00 Add badge to display install size (#1538) Steven 2018-08-06 22:41:21 -07:00
  • 6b44e80ade Added toJSON to decorated Axios errors to faciliate serialization (#1625) Tim Johns 2018-08-06 22:33:55 -07:00
  • b4c5d35d28 Fixing accept header normalization (#1698) Jacob Wejendorp 2018-08-07 07:25:23 +02:00
  • 90add808a4 Update README.md (#1709) Nicolas Del Valle 2018-08-07 02:19:01 -03:00
  • 6a414cb9a3 Update ECOSYSTEM.md (#1690) Dave Stewart 2018-08-07 06:18:16 +01:00
  • 0b4e70d2ba adjust README to match IE support Benedikt Rötsch 2018-08-06 10:07:00 +02:00
  • 503418718f Remove XDomainRequest special status handling Rikki Gibson 2018-07-28 11:09:17 -07:00
  • 33747ee8fb Remove usages of isOldIE in tests Rikki Gibson 2018-07-28 11:04:23 -07:00
  • 7b6f541e9d Remove IE10 launcher from karma config Rikki Gibson 2018-07-28 10:56:37 -07:00
  • 962c38b2a6 Remove isOldIE check in tests Rikki Gibson 2018-07-28 10:54:51 -07:00
  • a9831131c3 Remove HTTP 1223 handling Rikki Gibson 2018-07-28 09:46:33 -07:00
  • 1c2881cbe6 Remove btoa polyfill tests Rikki Gibson 2018-07-21 10:29:11 -07:00
  • e9c481fa5e Delete btoa polyfill Rikki Gibson 2018-07-21 10:27:58 -07:00
  • 5c754e6e07 Remove ie8/9 special CORS treatment and btoa polyfill Rikki Gibson 2018-07-21 10:27:39 -07:00
  • 0bb9aaf726 Remove ie9 custom launcher Rikki Gibson 2018-07-21 10:27:12 -07:00
  • 98080381fa test: use mocha instead of nodeunit (#1655) Justin Beckwith 2018-07-05 22:41:13 -07:00
  • 0c4bf3cdbd Added axios-curlirize (#1653) Anthony Gauthier 2018-07-05 14:08:41 -04:00
  • ef2240a666 Update README.md (#1484) Jim Lynch 2018-07-05 11:02:41 -04:00
  • 7d9a29ee4c Fixing http adapter to allow HTTPS connections via HTTP (#959) Khaled Garbaya 2018-07-05 08:51:11 +02:00
  • 84388b0389 cleaner definitions with union types. (#1551) Sako Hartounian 2018-07-04 23:48:07 -07:00
  • 787c808c04 Fix: Removes usage of deprecated Buffer constructor. (#1555) (#1622) Mark van den Broek 2018-07-05 08:47:17 +02:00
  • d74238e151 Adding second then on axios call (#1623) Guillaume Briday 2018-07-02 05:10:04 +02:00
  • 405fe690f9 Fix:Closing curly braces arpit 2018-06-17 20:41:31 +05:30
  • 8cb7d667fb [NS]: Send false flag isStandardBrowserEnv for Nativescript arpit 2018-06-17 20:33:06 +05:30
  • 73cab975f0 typings: allow custom return types Stephan Schneider 2018-06-14 11:56:20 +02:00
  • 0b3db5d87a Fixing defaults to use httpAdapter if available (#1285) Tim Garthwaite 2018-04-11 11:23:38 -04:00
  • 961ecd129c Correctly catch exception in http test (#1475) Martti Laine 2018-04-11 17:23:01 +02:00
  • ec97c686ef Merge pull request #1395 from codeclown/instance-options Nick Uraltsev 2018-04-10 15:28:12 -07:00
  • 4e8039ef65 Remember socketPath in mergeConfig Martti Laine 2018-04-10 22:29:02 +02:00
  • dd16944ecf Adding better 'responseType' and 'method' type definitions by using a string literal union type of possible values (#1148) Shane Fitzpatrick 2018-04-08 00:19:46 -07:00
  • 8e3b50c564 docs: es6ify the docs a little (#1461) Justin Beckwith 2018-04-08 00:18:56 -07:00
  • 7b11cc7181 docs: specify maxContentLength is in bytes (#1463) Justin Beckwith 2018-04-08 00:18:30 -07:00
  • ae1c2c3006 chore: update to latest version of a few dev dependencies Justin Beckwith 2018-04-07 15:04:23 -07:00
  • 4d90e231f0 chore: update to latest version of sinon Justin Beckwith 2018-04-07 15:00:39 -07:00
  • f620a0d4af chore: update to latest version of typescript Justin Beckwith 2018-04-07 14:58:27 -07:00
  • aa61bc85eb chore: update a few dev dependencies Justin Beckwith 2018-04-07 14:56:20 -07:00
  • 78926c308e chore: update runtime dependencies Justin Beckwith 2018-04-07 14:45:59 -07:00
  • aaed16ca3c Revert "fix: update a bunch of dependencies" (#1464) Justin Beckwith 2018-04-07 14:29:15 -07:00
  • 143bbbe1b9 Spec for mergeConfig, finalize logic Martti Laine 2018-04-07 15:54:56 +02:00
  • ff61caacb7 Slight refactor/namings/comment on mergeConfig Martti Laine 2018-04-07 13:40:21 +02:00
  • 8c178233e1 Merge pull request #1460 from JustinBeckwith/linty Nick Uraltsev 2018-04-06 22:13:53 -07:00
  • 22c2baf205 chore: upgrade eslint and add fix command Justin Beckwith 2018-04-06 21:50:20 -07:00
  • 0d110da98c Merge pull request #1458 from JustinBeckwith/nopgklock Nick Uraltsev 2018-04-06 21:45:50 -07:00
  • b2ce0de29e Merge pull request #1457 from JustinBeckwith/updatey Nick Uraltsev 2018-04-06 21:44:03 -07:00
  • ecded5e58f chore: ignore package-lock.json Justin Beckwith 2018-04-06 21:21:45 -07:00
  • 152b063513 fix: update a bunch of dependencies Justin Beckwith 2018-04-06 21:19:49 -07:00
  • cb89fae28f docs: Added ES6 example in README (#1091) Lim Jing Rong 2018-04-07 11:52:06 +08:00
  • 524f5bf10a fix: Fix type error when socketPath option in AxiosRequestConfig Yutaro Miyazaki 2018-04-07 12:44:20 +09:00
  • cb63021830 fix: capture errors on request data streams Justin Beckwith 2018-04-06 12:38:04 -07:00
  • e990a91c34 docs: clarify config order of precedence Justin Beckwith 2018-04-06 12:37:38 -07:00
  • 88c24d85ee docs: clarify config order of precedence Justin Beckwith 2018-04-06 11:38:58 -07:00
  • b1c378606f Prevent undefined values in mergeConfig Martti Laine 2018-04-03 22:29:15 +02:00
  • 506d4e8941 Unit tests for deepMerge Martti Laine 2018-04-03 22:19:38 +02:00
  • 6083d639c5 Rename mergeConfig arguments Martti Laine 2018-04-03 21:53:45 +02:00
  • 82030ae054 Use deepMerge in deepMerge Martti Laine 2018-04-03 21:53:17 +02:00
  • 72c66dfdec Refactor and introduce deepMerge Martti Laine 2018-03-23 20:21:02 +01:00
  • c65065ac0f capture errors on request data streams Justin Beckwith 2018-03-15 22:12:42 -07:00
  • 9a6abd789f Merge pull request #869 from johntron/master Nick Uraltsev 2018-03-10 09:13:04 -08:00
  • d1154eae3f Merge branch 'instance-options' of github.com:codeclown/axios into instance-options Martti Laine 2018-03-09 13:58:35 +02:00
  • d78204712a Clean up PR Martti Laine 2018-03-09 13:58:08 +02:00
  • 4fbf084674 Merge pull request #1040 from pbarbiero/pbarbiero/improved-timeout-handling Nick Uraltsev 2018-03-08 09:35:58 -08:00
  • b14cdd8425 Merge pull request #1401 from ascott18/patch-1 Nick Uraltsev 2018-03-08 07:56:53 -08:00
  • f9373e96f2 Added tests for additional type parameters Andrew Scott 2018-03-07 22:17:44 -08:00
  • fbb29e07cc Fixing missing type parameters on delete/head Andrew Scott 2018-03-07 22:13:02 -08:00
  • 0499a970d7 Merge pull request #1399 from mattridley/master Nick Uraltsev 2018-03-07 11:50:16 -08:00
  • 980065dd28 Reverting committed dist changes mattridley 2018-03-05 16:26:44 +00:00
  • 762044e453 Fixing #537 Rejecting promise if request is cancelled by the browser mattridley 2018-03-05 16:11:55 +00:00
  • 0445d6c39e Merge branch 'master' into instance-options Martti Laine 2018-03-02 12:32:47 +02:00
  • 5bfd2ea9f6 Fixing #385 - Keep defaults local to instance Martti Laine 2018-03-01 23:53:38 +02:00
  • d4dc124f15 Merge pull request #1276 from dericcain/patch-1 Emily Morehouse 2018-02-22 20:03:46 -07:00
  • 3ca049924e Actually added the Async example Deric Cain 2018-02-21 08:46:48 -06:00
  • a105872c1e Merge pull request #1122 from Nilegfx/bugfix/allow-method-in-instance-config Emily Morehouse 2018-02-19 23:39:06 -07:00
  • b6920570c5 Merge branch 'master' into bugfix/allow-method-in-instance-config Emily Morehouse 2018-02-19 23:33:44 -07:00
  • d59c70fdfd Releasing v0.18.0 Emily Morehouse 2018-02-19 16:23:58 -07:00
  • 48a790222c Prepping for release: updating CHANGELOG. Emily Morehouse 2018-02-19 15:59:10 -07:00
  • 5b2ea2e54c Merge pull request #1364 from MiguelMadero/mmadero/documents-timeout Emily Morehouse 2018-02-17 09:28:47 -07:00
  • 23ba29602c Merge pull request #1342 from alpancs/instance-bug-fix Emily Morehouse 2018-02-16 19:58:48 -07:00
  • b6b0865352 Merge pull request #1363 from mdlavin/patch-1 Emily Morehouse 2018-02-16 18:42:33 -07:00
  • 821d5e245a Merge pull request #1366 from emilyemorehouse/fix/1070 Emily Morehouse 2018-02-16 18:35:48 -07:00
  • 4ea77b70b7 Follow up to #1070: - Adding information in README for socketPath when used with a proxy - Adding an HTTP test for socketPath option Emily Morehouse 2018-02-16 17:18:58 -07:00
  • ccc78899bb Merge pull request #1070 from Starfox64/master Emily Morehouse 2018-02-16 17:05:48 -07:00
  • f7310ca083 Documents the timeout default MiguelMadero 2018-02-14 17:49:39 -08:00
  • f1a0feb2cd Add reference to axios-fetch in ECOSYSTEM.md Matt Lavin 2018-02-14 12:03:37 -05:00
  • 40b829994c Merge pull request #1357 from emilyemorehouse/fix/1286 Emily Morehouse 2018-02-11 13:30:28 -06:00
  • 839b9ab3e7 Fixes #1286 - also updating follow-redirects version in package.json to ensure that maxBodyLength option is supported Emily Morehouse 2018-02-11 13:24:50 -06:00
  • f26e0c0e7a Merge pull request #1287 from mividtim/mividtim/follow-redirects-max-length Emily Morehouse 2018-02-11 13:25:55 -06:00
  • 14057dc0bd Merge pull request #1273 from jcrben/master Emily Morehouse 2018-02-07 20:23:28 -07:00
  • 7a355ff432 fix cannot send post method Alfan Nur Fauzan 2018-02-07 12:47:24 +07:00
  • 604e8dd860 Merge pull request #1314 from penance316/master Nick Uraltsev 2018-01-22 08:41:09 -08:00
  • a8de2cf485 update example according to feedback from PR Nero 2018-01-22 16:36:45 +00:00
  • b004db40d4 Merge pull request #1188 from 38elements/patch-1 Nick Uraltsev 2018-01-22 08:14:48 -08:00
  • c51054f24d add example of cancelling a POST request to readme Nero 2018-01-22 13:00:21 +00:00
  • 89bf42b946 Fix typo Tim Garthwaite 2018-01-11 12:54:29 -05:00
  • e452f761f7 Don't set maxBodyLength in follow-redirects if maxContentLength is -1 Tim Garthwaite 2018-01-11 10:44:40 -05:00
  • bbfa7bfacc Fixing maxBodyLength exceeded error form follow-redirects when axios's maxContentLength is not exceeded Tim Garthwaite 2018-01-10 19:01:56 -05:00
  • 138108ee56 Merge pull request #1279 from robaxelsen/docs-ecosystem-adding-library Nick Uraltsev 2018-01-10 21:09:16 -08:00
  • 66280b037e Adding redux-saga-requests to ecosystem in docs Robert Axelsen 2018-01-09 20:39:43 +01:00
  • 6e605016f0 Merge pull request #1272 from aaronang/github-templates Nick Uraltsev 2018-01-08 08:29:53 -08:00