Ecosyste.ms: OpenCollective

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

github.com/sindresorhus/got

🌐 Human-friendly and powerful HTTP request library for Node.js
https://github.com/sindresorhus/got

Clarify `prefixUrl` behavior (#943)

Co-authored-by: Sindre Sorhus <[email protected]>

f008bc942056fa64460a33bc498b6ca93ca9398f authored about 5 years ago
Upgrade dependencies

d968e4904b92c8b24816cc9f35262214b0e7f103 authored about 5 years ago
Add `methodRewriting` option (#942)

b82358fe4a054951128801e5226fd4daea76eccc authored about 5 years ago
10.0.0-beta.2

966e7ff37f7bd22c49847b83689b5181a306f528 authored about 5 years ago
Make TypeScript types conforms to strict mode (#928)

Co-authored-by: Sindre Sorhus <[email protected]>

c537deefa470af5d31e8d4be43a6448a23a4f521 authored about 5 years ago
Clarify `retry` behavior (#944)

d9a32731e5a6110c1e5aa2362ea677f9d25a0fd8 authored about 5 years ago
Use `responseType` instead of `options.encoding` to get a Buffer (#940)

Co-authored-by: Sindre Sorhus <[email protected]>

6cc3d9f3027f28ce4dcbe8605d104e65f7e66787 authored about 5 years ago
Update a comment

3acdb6982bf05de1ba501b079c883468aee04835 authored about 5 years ago
Mention that `progress.total` can be `undefined`

d0f2dfdd1e3fbec3dba910c4948574253c584305 authored about 5 years ago
Preserve stacktrace when wrapping errors (#935)

8874a45ca71173485722f79b1b6c4c5e934ec31f authored about 5 years ago
Fix `.json()` usage in `readme.md`

b7a356a5210c786fa9dc5fbcdf29915e54cac8b6 authored about 5 years ago
Follow-up to cd11a5092972c16e5295f4d13dee20c228dcb19c

2c5d0c00349c6aa4e52e49e7d633765aacf3945e authored about 5 years ago
Wrap upload body into a Transform stream

Fixes #937

cd11a5092972c16e5295f4d13dee20c228dcb19c authored about 5 years ago
Add package.json funding property (#922)

52b7fc58ea0007e55d95f38fb480d7a951a4895e authored about 5 years ago
10.0.0-beta.1

5c3d06bbf02011a55d964737f099e849816c344a authored about 5 years ago
Update dependencies

dc1b2c16f1f5da4700ae7c11b93eae8ff534045a authored about 5 years ago
Major refactoring (#921)

518f0f5906e1fcd38691555b17fb91db643f3d47 authored about 5 years ago
Update funding.yml

13c0990c1a139d517c9d50869bec3ef33dec9aed authored about 5 years ago
Use new TypeScript 3.7 features

9f4fe33585bf89de37f61ff5614435105be28f64 authored over 5 years ago
Update dependencies

505f639dce90de5705c07d6768b792560d62f621 authored over 5 years ago
Fix `NormalizedOptions` types, expose `options.dnsCache`, use `Set` only internally

36d7b83822fba451f50a8ad6a2dec0c8058649cc authored over 5 years ago
Upgrade `@szmarczak/http-timer` dependency

Fixes #874

3548f30a21c6709950458e0a8fbeb328ced6a22a authored over 5 years ago
Allow method rewriting on redirects (#913)

b7ead5ff140c36293b0eb42428d41969b8d8d4a3 authored over 5 years ago
Throw when passing an object with no protocol (#917)

e09dfcd3f5a1ec9abe3adc600cd8e5091f4f0dca authored over 5 years ago
test pipeline (#912)

a6a7e8c4d70565f70b80514b158b90521bc220c7 authored over 5 years ago
Update gh-got.js

d3608752c69c7847256afb9cca5273c5a51eea73 authored over 5 years ago
Update `Advanced creation` guide

b0c019fdffcff71911e4d979e2860c1bc88a15b2 authored over 5 years ago
Update `Let's make a plugin!` guide

a7acdb7fa566a18c8cabe973a4f42cc71036d3e0 authored over 5 years ago
Update Migration Guides

ff14102c9395ca725116983b32cad041448f814a authored over 5 years ago
Clarify `retry` behavior

5e6782a9e70c0f616bb671d4701d2b713d1ff755 authored over 5 years ago
Mention how to abort the request using hooks

96ea75f2d3ed32d19462a6969e353667c6d53dd9 authored over 5 years ago
Expose `options.timeout` in hooks

d520a3af3c9a757d091a4f7b1d7cd0c2740e0455 authored over 5 years ago
Remove unnecessary .toString()

10d30c66bcf8b4bd59e4141f373d27ebc0e539e4 authored over 5 years ago
Use socket instead of connection (#915)

* Use socket instead of connection

The request.connection and response.connection properties ar...

b0dfc958cbe9878645582c3b98f225f11ad22908 authored over 5 years ago
Do not import package.json (#911)

* Do not import package.json

* fixes

95bed1e3555c056b6ce7292391f4bed83a814b7f authored over 5 years ago
Rename a test

b403a68fd8cee5a90f473e4df31e4f650c8dc0e7 authored over 5 years ago
Add `maxRedirects` option (#914)

0c505b0341256c99f4e997c7056527ad463eb7d5 authored over 5 years ago
Remove not needed timeouts in `test/retry.ts`

efcdb2566e4859d62af0c14338bf135c6cbb65ad authored over 5 years ago
Don't merge `context`, `body`, `json`, `form` & fix types (#910)

* Don't merge `context`, `body`, `json`, `form` & fix types

* fix error msg

* typo

* more tests

63cb1b2345745fd47fb4c7b21f05a205aa3b1562 authored over 5 years ago
10.0.0-alpha.3

72390c2dfb79f7ee0012d6ba264faff638248e47 authored over 5 years ago
Fix `Stream.pipeline(...)` usage and properly detect aborted requests (#908)

abd95a3be4d93c8aa332de8ccf0b506939993c93 authored over 5 years ago
Add `ky` to comparison table (#895)

7dc42e619020735fe95d82b100fe9c3eea60073e authored over 5 years ago
Require Node.js 10

Node.js 8 is out of LTS in December.

633651fb711dac21dfd573fbbd25d77968679aa3 authored over 5 years ago
Update dependencies

e98f2a1e3fa6b84afb141f086ceea8052bf272d7 authored over 5 years ago
Add failing test for #897

cb042ac8f75e3cbac562400e39cf86a80adb0852 authored over 5 years ago
Fix `options.headers` typo in `beforeRequest` hook example (#906)

fc384a48505781f45dab3c30cf4e4fb6bc6f3587 authored over 5 years ago
Fix TypeScript definition for projects not using the DOM types (#893)

3a0e4f4699f132ca0362a7bf7276c34f62abb22c authored over 5 years ago
Update usage stats in readme (#898)

56dc2e58716f4e7491f617db44b0519c2215468e authored over 5 years ago
Add remote IP address to the response (#827)

Co-authored-by: Sindre Sorhus <[email protected]>

74301bb2c84a0d30306a049bffea653ca96f4d59 authored over 5 years ago
Fix the build script (#890)

Co-authored-by: Sindre Sorhus <[email protected]>

904fcbe8dcb2c244549fb2ffe79c95dead2ae959 authored over 5 years ago
Revert "Add another supporter to the readme"

This reverts commit 5c412c98e12929c55f045e69d159c64c3b619e09.

76ab7e0a38b0068081c9fbb867ec6be285ca7aef authored over 5 years ago
Upgrade dependencies

640c30bbe37fa399a6f9c96357d897f45e54f52f authored over 5 years ago
10.0.0-alpha.2

14fe93054122861c25e8742ace27f6ce156e48db authored over 5 years ago
Export useful types for end-users (#889)

afe308128bf38815a72df812a9c7ed65b5d3faf3 authored over 5 years ago
Fix types: Allow custom retry options (#884)

ce8e15be1cca69291e7056427f089bbe096d4bac authored over 5 years ago
Add new related project (#879)

62366fd96aa218b4a10f5209cd8d87a89c841299 authored over 5 years ago
Fix types: Allow promises in `afterResponse` hook (#883)

d0c2f0595b070a53b146952eaa4e6c7de59a0749 authored over 5 years ago
Readme tweaks

f59a5638b93c450dc722848b58b09a44f730a66f authored over 5 years ago
10.0.0-alpha.1

4fcab893eb87e14cce4a9a94c715df7b3c14b139 authored over 5 years ago
Improve the TypeScript types

See #849

Co-authored-by: Sindre Sorhus <[email protected]>

5002e5445ca23a17439280739fd30d63cccd43d5 authored over 5 years ago
Upgrade depenencies

6b17873ec704cddd474d9a10afbb3a9e9be00d74 authored over 5 years ago
Use `lolex` because Travis is too slow (#872)

08a01e514adf2b4d589391f7001fef852c039422 authored over 5 years ago
Show `superagent` coverage

3ff567524072b0d2417802002602df7fd8e21cc6 authored over 5 years ago
Show the corrent amount of `axios` bugs

f97bbe9d1e0dde5ccdeb3738d09b9c26ef3d1295 authored over 5 years ago
Fix JSON mode docs

d40dc9e4e15e395742d9bf80d8b2b253fd1d45bd authored over 5 years ago
Clear the handlers array on `Unhandler.unhandleAll()`

d68e42e189bdb55579f394b7c9d3a34b325c889e authored over 5 years ago
Don't throw on early lookups

Fixes #857

4faf5c79e7cd5b81ec3c5f6840b9e5918e4d02ef authored over 5 years ago
Fix readme typo (#868)

6f188c909652174ac4dce0bbc0862f610f2b5d14 authored over 5 years ago
Document that `retry` option doesn't work with streams

90888661ef5ed262d19b2c082a54355c3d7e6599 authored over 5 years ago
Support installing Got with Git

Fixes #749

c59342868ad5e17b500da13ef667f20b06e29c29 authored over 5 years ago
Don't break the default behavior when using custom retry function (#830)

b15ce1dc16d04133dab74c6953d86fa1015ef673 authored over 5 years ago
Simpler instance creation (#707)

Co-authored-by: Sindre Sorhus <[email protected]>

8eaef94e1b2348d04f965f404f31792515db8d50 authored over 5 years ago
Replace `baseUrl` option with `prefixUrl` (#829)

Co-authored-by: Sindre Sorhus <[email protected]>

0d534ed90f442c0955058155855ba46f311965f2 authored over 5 years ago
Add another supporter to the readme

5c412c98e12929c55f045e69d159c64c3b619e09 authored over 5 years ago
Remove moot `@types/form-data` dependency (#863)

b312e622a4844e1c656be33a5bdeb2642433f79f authored over 5 years ago
Fix tough-cookie usage example (#836)

Co-authored-by: Szymon Marczak <[email protected]>
Co-authored-by: Si...

985a3b2d384072bd7ddc9f2f89474cd3a41592a7 authored over 5 years ago
Fix `secureConnect timeout` test

dc9030af47b1922f2ac729ab9b54fc79397a250d authored over 5 years ago
Increase test timeouts because Travis is becoming slower and slower

45a004726a2cbce7763181adbfb017117dea38b0 authored over 5 years ago
Encourage using `Stream.pipeline()`

06afb272bc1ddba89b827cfcea17f82d40784c27 authored over 5 years ago
Add a tip on how to catch errors while piping

Fixes #803

3ba7d4ab61a154773ae773eba10eac58283e2358 authored over 5 years ago
Add option to ignore invalid cookies (#826)

Co-authored-by: Sindre Sorhus <[email protected]>

e9c01e03b07acb80ef5501dab97e9dd1a2e61af8 authored over 5 years ago
Add `context` option (#777)

Co-Authored-By: Sindre Sorhus <[email protected]>

3bb5aa7b8393a38d9c77934ce28a77f3894547b0 authored over 5 years ago
Pass the response as the second argument to the `beforeRedirect` hook (#812)

3557896409751e3ced608456e23f5dcfc2419b37 authored over 5 years ago
Fix the retry functionality and increase coverage (#787)

0501e00bff5430fd4cddcb6f59180744394aff9f authored over 5 years ago
Add instructions for `global-agent` (#822)

ca8c5602c38dc1f92151a0ea4c9623df633e8a49 authored over 5 years ago
Fix default `retry` option value when specifying a number (#809)

Co-authored-by: Szymon Marczak <[email protected]>

9c04a7cf28e679b5eb627738e18182554b8ea057 authored over 5 years ago
Minor tweaks

3fdabce390fb02c730f79bb2f0fcbfcb9637fe12 authored over 5 years ago
Improve TypeScript types for the `url` argument (#798)

2ea817cdd8aef5476e86e37a3eae6dd1064eab07 authored over 5 years ago
Update the tsconfig

We now have to use `require()` for non-ESM stuff. This prevents several issues with TS and is re...

4f2c3e8379f1a63fe1ab53c6023fe9be342ed851 authored over 5 years ago
Update dependencies

aeb8baf7e4abaae2b2ccc9962ff00bbee8ef705d authored over 5 years ago
Make the TypeScript types stricter (#797)

Co-authored-by: Sindre Sorhus <[email protected]>
Co-authored-by: Szymon Marczak <36894700...

4f6d287bf3a1fe62b5fed7b6a29b7ad8b797d792 authored over 5 years ago
Fix broken links in the readme (#820)

d320a49a1a03f86912eeb6420882eef6a005be96 authored over 5 years ago
Tidelift tasks

a5226ac04d76d80f79084554f2901ad5262211aa authored over 5 years ago
Enable the repo sponsor button

f77db9929096d0b56cde7981e3f8b1ca635eb628 authored over 5 years ago
Update dependencies

ffe40a681f8603f057222f4abded03cef5bfee82 authored over 5 years ago
Improve readme type notation

dfb46ad0bf2427f387968f67ac943476597f0a3b authored almost 6 years ago
Remove unused dependencies

c8b96aa4ff37873abcb5a76dcbf8bd5cc5afc249 authored almost 6 years ago
Handle Promise and Stream specific errors in `beforeError` hook

Fixes #781

134c9b7122e90601eada32ad932fc7fd3805854f authored almost 6 years ago
Move top-level error properties into an `.options` and `.response` property (#773)

6eaa81ba8db87340bbdbd79ef91594803f37b854 authored almost 6 years ago
Fix tests on Node.js 12

bf1aa5492ae2bc78cbbec6b7d764906fb156e6c2 authored almost 6 years ago