Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/axios/axios

Promise based HTTP client for the browser and node.js
https://github.com/axios/axios

Adding support for http_proxy and https_proxy environment variables

93ae90ae6e1d99cdbae383875bc54977ba6c2769 authored over 8 years ago by Hubert Boma Manilla <[email protected]>
Replacing progress with onUploadProgress and onDownloadProgress in TypeScript definitions

96d7ac2a0c01b625202aad36ff758e69cf717a07 authored over 8 years ago by Nick Uraltsev <[email protected]>
Splitting progress event handlers into upload and download handlers

63f41b53aa45f1295c5ad9035b7a7734422e6d7a authored over 8 years ago by Dylan Lundy <[email protected]>
Merge pull request #419 from nickuraltsev/ts

Updating TypeScript definitions

59080e68d983782445eded3a39f426161611e749 authored over 8 years ago by Nick Uraltsev <[email protected]>
Merging master

0dfd53f1518e4b3b9dc16acbf3924d09c3a66d58 authored over 8 years ago by Nick Uraltsev <[email protected]>
Modifying Gruntfile to install typings before running TypeScript tests

1bd9b195a55d7c6604aab295ad835e1f35c93fb6 authored over 8 years ago by Nick Uraltsev <[email protected]>
Updating TypeScript definition tests

232521623917a9da30cc117d86fba92208bba697 authored over 8 years ago by Nick Uraltsev <[email protected]>
Updating TypeScript definitions for axios.all and axios.spread

48549c8de72ad802d265c041ff5aa8f9c6a971dc authored over 8 years ago by Nick Uraltsev <[email protected]>
Added note about breaking changes in v0.13.0

Additionally, I moved the breaking changes to the top of the list so that they
were more obvious.

7241be2160bad7da55f9b06d266c0699ee4b76f6 authored over 8 years ago by Brandon Wood <[email protected]>
Adding TypeScript definitions for adapters

9a5e77bf6ebef500f3c1cf190bdedcbac62491fd authored over 8 years ago by Nick Uraltsev <[email protected]>
Adding TypeScript definitions for interceptors

0664d9895a7d595599c2834b18d4e572f2686e26 authored over 8 years ago by Nick Uraltsev <[email protected]>
Merge pull request #407 from axelboc/patch-2

Fixing doc on accessing response with then/catch

fa5ce95fdcee5c3a6c0ffac0164f148351ae3081 authored over 8 years ago by Matt Zabriskie <[email protected]>
Merge pull request #406 from pracucci/master

Fixing xsrf header on missing xsrfCookieName

6132d9630d641d253f268c8aa2e128aef94ed44f authored over 8 years ago by Nick Uraltsev <[email protected]>
Added test to ensure that XHR adapter does not read cookies if xsrfCookieName is null

e861a6cf756d25598c32ee8531a4d8c7e54fbb8d authored over 8 years ago by Marco Pracucci <[email protected]>
Fixing failing test

8f0973c6b92068571ad137d426a288abb962c429 authored over 8 years ago by Nick Uraltsev <[email protected]>
Converting TypeScript definitions to ES2015 module syntax

5176dfdec52033d73333613b8884aa74a7f0b005 authored over 8 years ago by Nick Uraltsev <[email protected]>
Fixing doc on accessing response with then/catch

Docs were suggesting that accessing the response with `catch` was the same as accessing it with ...

1525e8771b9d2461cdbdd2e7181a11bb881e3cca authored over 8 years ago by Axel Bocciarelli <[email protected]>
Fixing xsrf header on missing xsrfCookieName

85b90158907ba7fa21a02edb4bb26bfa08bafa61 authored over 8 years ago by Marco Pracucci <[email protected]>
Merge pull request #397 from madebyherzblut/fix-auth-header

Fixing issue with auth config option and Authorization header

8abe0d4007dd6b3fae5a1c4e019587b7a7f50930 authored over 8 years ago by Nick Uraltsev <[email protected]>
Fixing Authorization header with basic auth

The http adapater did not remove a custom Authorization header when auth is set.

1ffcbb0369cd241077f610600cc6e61e092afba1 authored over 8 years ago by Christian Schuhmann <[email protected]>
Merge pull request #387 from rubennorte/feature/allow-http-and-https-agents

Replace 'agent' option with 'httpAgent' and 'httpsAgent'

8332392bfdf55602d4e0cd120f00d58b381063a4 authored over 8 years ago by Nick Uraltsev <[email protected]>
Adding documentation for httpAgent and httpsAgent in README

f504dbaba8aba2843f05a13be7d218f4d7469cbc authored over 8 years ago by Rubén Norte <[email protected]>
Replacing 'agent' option with 'httpAgent' and 'httpsAgent'

4c790d5a7a7df7a11e094a431a00e64bff65a19f authored over 8 years ago by Rubén Norte <[email protected]>
Moar tests

0578445929019efe370dae56cd6f39647e8a73c1 authored over 8 years ago by Matt Zabriskie <[email protected]>
Releasing 0.13.1

377efb89aed819ed1cd416b69f057632ad5664a5 authored over 8 years ago by Matt Zabriskie <[email protected]>
Releasing 0.13.1

af07c3145b85423b7ecb20234c43f1255c0667b8 authored over 8 years ago by Matt Zabriskie <[email protected]>
Transform response data on error

closes #378

98d489558e6ac0829d9eb8e6ca3a4d6800fd7a7a authored over 8 years ago by Matt Zabriskie <[email protected]>
0.13.0

ff919487e13430098d3da37a37cc04c3f24b59c4 authored over 8 years ago by Matt Zabriskie <[email protected]>
Releasing 0.13.0

76186e0a75904c5cdfb0978587943b4ad1a627f8 authored over 8 years ago by Matt Zabriskie <[email protected]>
Merge pull request #372 from rubennorte/promise-adapters

Changing adapter signature to receive config and return promises

f51bb27ce8a4cdc6804fcb6eda44d7d73e4de3ff authored over 8 years ago by Matt Zabriskie <[email protected]>
Changing adapter signature to receive config and return promises

157efd5615890301824e3121cc6c9d2f9b21f94a authored over 8 years ago by Rubén Norte <[email protected]>
Merge pull request #368 from rubennorte/feature/improve-error-handling

Enhance adapter errors

8f3a4301ab1abb0f6224401dc9bf1810471e1227 authored over 8 years ago by Nick Uraltsev <[email protected]>
Implementing adapter error enhacement

235c19c876c2d3933bf776b396859053b012a7a5 authored over 8 years ago by Rubén Norte <[email protected]>
Adding failing test for adapter errors

75f9b8c5fd3680e6f2bb704b3062544ccae16817 authored over 8 years ago by Rubén Norte <[email protected]>
Updating SauceLabs matrix

54f3a5dd93b2c83a4c04675b1b59a5189a9646f7 authored over 8 years ago by Matt Zabriskie <[email protected]>
Attempting to fix SauceLabs timeouts

181f4e78b95522d07917c7a46869d502f451d159 authored over 8 years ago by Matt Zabriskie <[email protected]>
Update ECOSYSTEM.md

2b45762a9b8f780b16f9202c63a843685dea6248 authored over 8 years ago by Nick Uraltsev <[email protected]>
Merge pull request #359 from nettofarah/patch-1

Add axios-vcr

3b0ba3d9359a15f621a74f5d4f9caa27774a78b5 authored over 8 years ago by Nick Uraltsev <[email protected]>
Add axios-vcr

cdec7d4c6f2d0afe074b8c975b0604e5499f2cfb authored over 8 years ago by Netto Farah <[email protected]>
Fixing broken test

1725e0808dea179cf820408a45609714c5156850 authored over 8 years ago by Matt Zabriskie <[email protected]>
Instances created from axios.create have same API as default axios

closes #217

61617543268b024e42996e20ff0435b94a893c5d authored over 8 years ago by Matt Zabriskie <[email protected]>
Fixing custom instance defaults

closes #341

46eee269da70c33420ff3f8490836674f2a44ceb authored over 8 years ago by Matt Zabriskie <[email protected]>
Move transform response logic from adapters to dispatcher

10eb23865101f9347570552c04e9d6211376e25e authored over 8 years ago by Matt Zabriskie <[email protected]>
Invoke request transformers after request interceptors

closes #352

e833a2f7e4a5ec32516e3f17763374c0377a4323 authored over 8 years ago by Matt Zabriskie <[email protected]>
Removing restriction on withCredentials being overridden

closes #343

f21784ccb8b2a579df58128581d19905a7bb0d95 authored over 8 years ago by Matt Zabriskie <[email protected]>
Only use if it's a function

7a12f3660270c16e239e1862b7b65a5140f3ea0f authored over 8 years ago by Matt Zabriskie <[email protected]>
Temporarily removing Safari and Edge from Saucelabs

e97123dc52f6f7fb59a08036c34bf0e3d397196b authored over 8 years ago by Nick Uraltsev <[email protected]>
Adding sauce_connect.log to .gitignore and .npmignore

29a1e108719ce1f510149f83bbadd9b0578a5323 authored over 8 years ago by Nick Uraltsev <[email protected]>
Updating dev dependencies

a59fee5346852e821725af89c0e54693fd3c8172 authored over 8 years ago by Nick Uraltsev <[email protected]>
Increasing Karma timeouts

adc23cb355d8c4b1472b827c570643946d1ded8d authored over 8 years ago by Nick Uraltsev <[email protected]>
Update README.md

a7e4e69f6fb0694a089a358aa2191aa1ed8c6fc0 authored over 8 years ago by Nick Uraltsev <[email protected]>
Merge pull request #345 from nickuraltsev/errors2

Improve error handling

f2c554e4b56719d5fe78c6a6be94a7735971421a authored over 8 years ago by Matt Zabriskie <[email protected]>
Modify createError and enhanceError functions to accept response as parameter

6f2186d863be5c886e6e78d4c96cba8c9f232541 authored over 8 years ago by Nick Uraltsev <[email protected]>
Improve error handling

91dae3c4ad4f75c16bb077fec0a3914d63730659 authored over 8 years ago by Nick Uraltsev <[email protected]>
Updating README

120e8f5557975668ba2bbc2ac78b0dee3998e4e9 authored over 8 years ago by Matt Zabriskie <[email protected]>
Moving Axios class into core/

0e2f4f14171ccd161e85478c7b1aba61c3b431a2 authored over 8 years ago by Matt Zabriskie <[email protected]>
Moving settle & transformData from helpers/ -> core/

203cbc2da0ef0f68d517ba2a6176df1d48efc2fb authored over 8 years ago by Matt Zabriskie <[email protected]>
Adding README to modules

eea790b8de15956c04f5c9968e6a7053f8bd6426 authored over 8 years ago by Matt Zabriskie <[email protected]>
Releasing 0.12.0

4d1269cb4a9773db128f459046b6c4c2a0926859 authored over 8 years ago by Nick Uraltsev <[email protected]>
0.12.0

4873e8187ae59539e9e01b40921fcdfd2c9b8537 authored over 8 years ago by Nick Uraltsev <[email protected]>
Updating README.md

ad260b575ca032bd72f35ebf978ae6d6abdf7f03 authored over 8 years ago by Nick Uraltsev <[email protected]>
Adding test for maxRedirects option

5c5a94007c3c1807e0fd3c99457e1603b0d02511 authored over 8 years ago by Nick Uraltsev <[email protected]>
Resolving conflicts and modifying http adapter to not change status code error range

4e7ca3dea349e6076e7f1e70a5fcb7206a4f0cc0 authored over 8 years ago by Nick Uraltsev <[email protected]>
Merge branch 'master' of github.com:mzabriskie/axios

da62e873a5f6a07c857aeec4cae3024077a017c9 authored over 8 years ago by Matt Zabriskie <[email protected]>
Updating ECOSYSTEM

9c6076b87beb974006edb35b5452ee3ee4efd08a authored over 8 years ago by Matt Zabriskie <[email protected]>
Merge pull request #317 from nickuraltsev/urlsearchparams

Adding support for URLSearchParams

112f98dc18affc7e1ddcf5f82177c10f094a8f11 authored over 8 years ago by Matt Zabriskie <[email protected]>
Merge pull request #327 from mzabriskie/pr/303

Fixing handling of compression errors

c311466a2c1ad9afa1bced687db44d8aa3bd4ffd authored over 8 years ago by Nick Uraltsev <[email protected]>
Adding test for compression error handling

600653e293e94bcc039f0fb29cde55826407d755 authored over 8 years ago by Nick Uraltsev <[email protected]>
Resolving merge conflicts

94a2128549ed2e2bd5d36378d8b9a203e6552cc3 authored over 8 years ago by Nick Uraltsev <[email protected]>
Modifying isURLSearchParams function to use instanceof instead of duck typing

2b8d89a65e0d3de0bcc643af35bae593a98eaf13 authored over 8 years ago by Nick Uraltsev <[email protected]>
Merge pull request #326 from josh-egan/patch-1

Update README with request method on static api

05a522fc123f8e9f5b1424c35f42bbfa9ec95307 authored over 8 years ago by Matt Zabriskie <[email protected]>
Update README with request method on static api

9a18c393cb70c338d34f782c3f595e778e2f22d8 authored over 8 years ago by Joshua Egan <[email protected]>
Adding request function to exported singleton

#316

0d9996b1a0cd4396c774fa052ff73cc9116054ec authored over 8 years ago by Joshua Egan <[email protected]>
0.11.1

2e949495f0177bd4f4faab8ce031aa32bef50f47 authored over 8 years ago by Matt Zabriskie <[email protected]>
Releasing 0.11.1

f5a990a1f1887009698b09b68d1e7300ad3a86a5 authored over 8 years ago by Matt Zabriskie <[email protected]>
Merge pull request #321 from reggi/patch-1

export Axios fixes #320

a8a55876bf39c41aa3f2fa02396e741f20913b28 authored over 8 years ago by Matt Zabriskie <[email protected]>
Merge pull request #325 from kimrgrey/issue#323

Used instanceof to determine FormData in utils.isFormData. Fix #323.

f1d6b3cf346e6abf249f00f787b75b9df7df139c authored over 8 years ago by Matt Zabriskie <[email protected]>
Used instanceof to determine FormData in utils.isFormData. Fix #323.

b1e6e753fff37c56b0241307a0a76191469f5c2c authored over 8 years ago by Sergey Tsvetkov <[email protected]>
added semicolon

5a20edeb0c6d175c22b3baf77d86bcda032cf3cf authored over 8 years ago by Thomas Reggi <[email protected]>
export Axios fixes #320

7548f2f79d20031cd89ea7c2c83f6b3a9c2b1da4 authored over 8 years ago by Thomas Reggi <[email protected]>
Adding support for URLSearchParams

f20490eb6b7d37478bd9906649ce085e0a269c6c authored over 8 years ago by Nick Uraltsev <[email protected]>
Merge pull request #313 from icracked/master

Only set empty handlers for IE CORS support if using XDomainRequest

580ef523d5ac20e4b6357183593a83bd3f4f7dc6 authored over 8 years ago by Nick Uraltsev <[email protected]>
Only set empty handlers for IE CORS support if using XDomainRequest

f32b5a6ce4778aa94fd270f409eee0482e44c4c9 authored over 8 years ago by stevenp <[email protected]>
Excluding .md files from npm package

ea375220a26fc8b0ec837e7526e678cd737eabda authored over 8 years ago by Nick Uraltsev <[email protected]>
Updating README

371c31a463c5de16167abb7df6aea52432325d12 authored over 8 years ago by Matt Zabriskie <[email protected]>
Releasing 0.11.0

82d34ac743022aaf0c4e68650b39d2f7edab73a4 authored over 8 years ago by Nick Uraltsev <[email protected]>
0.11.0

4b150f26dffaec6e663662ae8038aef16792171e authored over 8 years ago by Nick Uraltsev <[email protected]>
Merge pull request #299 from nickuraltsev/array-buffer-fix

Fixing issue with ArrayBuffer

aeac3e132ee3de1eca15af9bd964face570e729c authored over 8 years ago by Matt Zabriskie <[email protected]>
Allow custom HTTP status code error ranges (#308)

Adding support for custom HTTP status code error ranges

fa9444e0babdbf87cc6e04eb72da420c0f2ffbc5 authored over 8 years ago by Nick Uraltsev <[email protected]>
Choose between follow-redirects or core

a04077a17db282c476c348e67994a95db2d015f6 authored over 8 years ago by dublx <[email protected]>
Merge pull request #296 from nickuraltsev/stream

Adding support for Stream with HTTP adapter

093593cbcafa0d829e3d84e363bc76c0c961996e authored over 8 years ago by Matt Zabriskie <[email protected]>
Merge pull request #280 from nickuraltsev/ecosystem

Adding ECOSYSTEM.md and Resources section

2ebdd2de205e53f96511874da9b693c87f9d841c authored over 8 years ago by Matt Zabriskie <[email protected]>
0.10.0

2797f10ea5d2cd963a8e5c80da319848bad9f499 authored over 8 years ago by Matt Zabriskie <[email protected]>
Releasing 0.10.0

f569894ebc84171704b388047b8a3ce2f8c0cbfd authored over 8 years ago by Matt Zabriskie <[email protected]>
Merge branch 'master' of github.com:mzabriskie/axios

6554493bdd3225ff87a26aa548dc562978f6d596 authored over 8 years ago by Matt Zabriskie <[email protected]>
Reverting #234

7cf19f64c4143603bf1482d08905048f95eb7849 authored over 8 years ago by Matt Zabriskie <[email protected]>
Fixing handling of compression errors

716e487038fca364648f61c6c432063f1d2c41c0 authored over 8 years ago by Josh <[email protected]>
Merge pull request #300 from jergason/patch-1

Fixing typo in readme

8a60a4eb8b0e12993875a944e3db6f75c1318975 authored over 8 years ago by Nick Uraltsev <[email protected]>
Fix typo in readme

0ec09f7be9bc0797e62d5e11664caf09c9228b5a authored over 8 years ago by Jamison Dance <[email protected]>
Fix issue with ArrayBuffer

4d83ba91f5d4f2bf10a60961c0c6ad6d7202c567 authored over 8 years ago by Nick Uraltsev <[email protected]>