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

Fix null search being appended to path when legacy parsing URL (#515)

99e38358dbea378cd4bdff4f30d2ee224189ed78 authored over 6 years ago
Change `reqDelay` to 160

8fa2bf731e820baa8123bdb407c7009a0ae84d56 authored over 6 years ago
Various minor code tweaks (#517)

7345a6e387a08f8bab5a595a8089b9689ca2f34d authored over 6 years ago
Add tests for `url-to-options.js` (#513)

613fa9bb103b8f34c3f4d46abbe213c11aee6a0f authored over 6 years ago
Throw a nice error when `url` is passed as an option (#514)

28888fa151a75c5560da8950ad8018c42730e66c authored over 6 years ago
Fix the behavior of timeouts (#509)

3eac42a5fd07059a1e284a671e1062cc0b363da4 authored over 6 years ago
Update readme.md

112963e9cad2ce12c23a2cb012bd010fa6942e2e authored over 6 years ago
Add `request` and `response` events to the Promise API (#507)

e86aad7cf17edb596d9ed362d610960529d505c6 authored over 6 years ago
Simplify wrapping `got` (#503)

This renames `got.create()` to `got.extend()` and adds a more powerful `got.create()` method.

bc41a49f14f16374766bfe8f7f8ee59365794d9c authored over 6 years ago
Fix the timeout tests (#506)

75dc4c24d5af0f628144c0c2de26c283ef3154be authored over 6 years ago
Update readme.md

76f5847166a3c117b5264ec53d459ea5b8a1895b authored over 6 years ago
Improve `headers` test reliability (#505)

ae01825af03b6138c1b74254c76ac8397da0393f authored over 6 years ago
Enable AppVeyor

e599a8d4e4d4c6d72ba3f38806d9753b52447d12 authored over 6 years ago
Add @brandon93s as a maintainer 🦄

57ff8336db6ecc3a0c842002b24e55b7854a8ec3 authored over 6 years ago
Fix timeouts (#501)

Fixes #478
Fixes #344

be0f17f7f6427472ec8e4aceec13fc88b707f96e authored over 6 years ago
Improve `socket-destroyed` test reliability (#504)

464515f1f945242b3d2450758faadb51660334e4 authored over 6 years ago
Welcome @szmarczak to the project! ✨

d485d7e1a40f95a66992179d272d8f283866aa52 authored over 6 years ago
Meta tweaks

ab5e8e1509d95b01756d40546eea0868849a1d35 authored over 6 years ago
Split `index.js` into separate files (#500)

b54b68060c52a95621cae20132e90833dd999433 authored over 6 years ago
Fix the proxy example in the readme

Fixes #435

77bc901a642572aede5faebf51691b521b56556f authored over 6 years ago
Document setting multiple cookies

Fixes #408

0428961a2c2fbd91124ef23becacb65ba4560ad9 authored over 6 years ago
Fix merging defaults and options (#499)

Fixes commit 058452b

844c99397a80a0e7145df06e94f2cbbce5197c1e authored over 6 years ago
Hide the `electron` import from Webpack

Becuse Webpack is super annoying: https://github.com/webpack/webpack/issues/196

a4ce0a738b25a02c2b6b50a4a52e94e5974f2f8b authored over 6 years ago
Bundle the handling of converting URL to HTTP options

346bafc5f9be5630c49ce826c0516595f5c25ca1 authored over 6 years ago
Move source files into a `source` directory

b2dab3b4506bffb2eb41fcb6947e75c104268a5f authored over 6 years ago
Code style tweaks

09eee393d71e5810c93a5cf62150f95798a0e21c authored over 6 years ago
Use `new URL` as much as possible

38931e2395836c15a09940301060a50a488189ea authored over 6 years ago
Test with the latest AVA beta

8103bc57b9a6e3418bff5cc8808d43c7ea04e944 authored over 6 years ago
Drop support for `body` being an Array when `form: true`

`new URLSearchParams()` doesn't support this and it's a weird use-case. If you need support for ...

dfe5b1cfd762d4ccf4bf53ef2c1c0b31500baa30 authored over 6 years ago
Get rid of some dependencies

013e66860ca7ffd21283db277b37f903dd2798af authored over 6 years ago
Disable failing test temporarily

2ee81240849adb0dc1d5fd78588daaddad484afa authored over 6 years ago
Bump dependencies

b4f6698fc28b3b15df6fda19d6304d19f13bc6ac authored over 6 years ago
Improve the body error message when `{json: false}` and an object is passed (#493)

74bbee351b336f7ca6e51c5e209d0ecb7fb24d6a authored over 6 years ago
Make it possible to unset the default `user-agent` header (#496)

e473a26de25f8cc8fa34f5285f52aa01bb6065eb authored over 6 years ago
Catch more errors (#498)

f621184d401329c1397ff5a033dfcea155218440 authored over 6 years ago
Support discrete client configuration via `got.create([options])` (#495)

058452b011ae2285697ef1b408ab5e8a4a9be0ae authored over 6 years ago
fix Buffer.byteLength(req._header) throwing error (#490)

d7641e5bcc3c63e45842bc95726c63509c3d6b65 authored over 6 years ago
Fix a broken Node.js docs link in the README (#492)

54cead2d7f9cde1a946f6d46e770bd951b37baed authored over 6 years ago
Link to the `https.request` options and not `http.request`

Fixes #483

a03d21e697311825c275d086e9335947a5538059 authored almost 7 years ago
Replace `into-stream` with a smaller module

deabbec875a4bee76674e3afd4f2ee7167e7d516 authored almost 7 years ago
Set `content-length` automatically for `fs.createReadStream`

6e7a4557d7568fed0677d146bdbd655d60d4fd92 authored almost 7 years ago
Rename the `.canceled` property to `.isCanceled`

00fdeea9395225f1ca0f25230f5dfcc4010e3af0 authored almost 7 years ago
Require Node.js 8

#418

2b1453734a0b51e5b5663b29c258a831dfe926f8 authored almost 7 years ago
8.3.1

bd3315b6c61d20a68944831d8b3a05046d5554ad authored almost 7 years ago
Set `content-length` header when using `form-data`

Fixes #466

de9514d897ca58ec70bbf82acc52e43b44cca870 authored almost 7 years ago
Clear the progress interval if the socket has been destroyed (#469)

82763c8089596dcee5eaa7f57f5dbf8194842fe6 authored almost 7 years ago
GitHub now natively supports SVG

b465f214e52eb6b872f390a7b072841f2e211a91 authored almost 7 years ago
Do not override `Accept-Encoding` header if already provided (#472)

81f2537e6950643e986c09c182dbf29d5fcee8e2 authored almost 7 years ago
8.3.0

7d1aa01e69229ad50ce355589681ff1d1a765627 authored almost 7 years ago
Don't continue the request after cancellation (#464)

9a646a39e6761d0914694f9d97bf332b06fdb8f5 authored almost 7 years ago
Bump `p-cancelable`

871c3bd25442edd3cd89190c3d4788c0efd5c2db authored almost 7 years ago
Prevent uncaught exception in some cases (#459)

43b51ba661140b102b7e243748d683dd39620631 authored almost 7 years ago
Fix socket 'connect' memory leak (#465)

13d6b68ba02413374519f490d75741a427d705ad authored almost 7 years ago
Improve docs (#457)

dc068ea54877eece97eca95e8eb7fdfa18f2ce32 authored almost 7 years ago
Add documentation on how to test requests (#455)

b8c8c51bc600ef84d262aae6876b0557002a07c4 authored almost 7 years ago
8.2.0

3963b5a25fcd42114ca139e08b625f808d57efbe authored almost 7 years ago
Don't set `accept-encoding` if decompress is false (#456)

cf23244e4e92ef55a89fcda17c26bab24806d7d9 authored almost 7 years ago
Bump dev dependencies

282b41650fe137fea54a2d1e14c847d32a0ed665 authored almost 7 years ago
8.1.0

17011250185fb37dc435186e6d3fbd4bcdd0f7f6 authored almost 7 years ago
Allow calling of `got.stream` via options (#452)

Fixes #362

b26c51e50f1657b702cb738561239654f5a4cbd9 authored almost 7 years ago
Add `throwHttpErrors` option (#451)

5a8894363172f1d39761447b93e0496b363782f0 authored almost 7 years ago
8.0.3

3f427bb08f30e9a9b8581e77ebb259b52f19d7c5 authored about 7 years ago
Thanks to MOXY for sponsoring my open source work!

e71d3806fd68ee2ab9c4488d5ea39b1f67a2688d authored about 7 years ago
8.0.2

f607c7d2a9f6d5da3d3eb0b17a9151054d98e61c authored about 7 years ago
Check req.connection exists before attaching event listeners (#429)

30c39bc1c3042a80ed3f6752677e0ab42cb1ca98 authored about 7 years ago
Validate that `url` is UTF-8 encoded (#441)

4f5e6bfc8f4ed83b3e2c4c03fe20ea706543cfc9 authored about 7 years ago
Bump some dependencies

841ab63a549de3e5297ae0bc962808d541259555 authored about 7 years ago
Tweak related section in the readme

a49dcafd4268784cf6d1529a3c5a40cea9df0582 authored about 7 years ago
Add new related project to the readme (#440)

ad1ea9fcbef5de384f623b3f7df5443832402a0e authored about 7 years ago
Update Electron website URL

c28877f89b7b1f0916e17df251f27f4ddd0dd82a authored about 7 years ago
Document cache behaviour (#439)

4ab6bd3feb7132c1b355086d5079fd15536ec395 authored about 7 years ago
Extract errors into errors.js (#436)

08cc66e1c7250aa2d75520fa87f01f2dfc189f75 authored about 7 years ago
package.json indentation

e0fff06ce52961ec599889faff149cbf3b21c179 authored about 7 years ago
8.0.1

685c7f3701c38d01e918221e2995c657151505f6 authored about 7 years ago
Update p-timeout to version 2.0.1 (#431)

98d226cff2935ab4d3c59cc1259acfa819765c76 authored about 7 years ago
Add readme link to related GitLab got (gl-got) (#425)

dce4725449c02fca3403ad5bd668a639d564dbb3 authored about 7 years ago
Correctly forward stream errors (#424)

Related to #388

974473aadb2f43a7feacfd0e9246af8690ac016e authored about 7 years ago
Use `@sindresorhus/is` for type checking (#422)

9495256aa05fc24c2b0ca8ddf12137a8494d4be8 authored about 7 years ago
8.0.0

570ff68c4853beda669ed597cd97f5acc24b9f60 authored about 7 years ago
Force bump versions of all dependencies

To work around stupid bugs in npm 5.x where it resolves the incorrect version of dependencies.

a9da2daaa76910725b0c3a82ad3b00a57854057a authored about 7 years ago
Update to [email protected] (#416)

d39b681a1bbbfa0aeee6339dfc623c96c223e1fe authored about 7 years ago
Fix EventEmitter memory leak (#415)

98a714462c3e7b901454b3cb9975b1c4d974c4ca authored about 7 years ago
Rewrite stream tests to use async/await

No more `test.cb()` \o/

6e4eafa0fcd476274174d06c377eda07d164657b authored about 7 years ago
Readme and error message tweaks

a4facf311d886e29217527ea4ee1c0990af04af3 authored about 7 years ago
Do not throw when using a URL object with auth (#411)

Reverts a breaking change introduced in #329.

ff41353c2ea18cd2ac010e315e584e9d624c297b authored about 7 years ago
Ensure cancel tests wait for a connection before cancelling (#414)

e9aea980361644c33ed86d8fa3bac3b6cd631cba authored about 7 years ago
Improve error handling (#412)

883e40f55fed24490c705ff1086ae38c1ce74d2d authored about 7 years ago
Exclude passed headers with values `null` or `undefined` (#413)

c5e2f8d456c72dd5ce6acf73a12a80c700a26c83 authored about 7 years ago
Fix socket `connect` listener memory leak (#406)

0c5e44ce3cdb0e274fcb0e3d68cd9df297baf1ce authored over 7 years ago
Use HTTPS for protocol-less URLs (#405)

Previously it used HTTP. I think we should have safe defaults.

ae1a0fedf202ac2adcac8f2d3e0d2ef40fe52d37 authored over 7 years ago
Support an object in the `agent` option (#386)

b9bf2e6bfcb0ccdb8761a4ce1b04e80a422234de authored over 7 years ago
Use statusMessage returned by endpoint (#398)

01c26364d9e34c60cf0cf81e331271ee4fc11d1a authored over 7 years ago
Bump AVA

73b5614ef625889acbb2d1346762c721def0db37 authored over 7 years ago
Welcome @lukechilds to the project! 🎉

1b8c1d6cc2981dffd12babf48ae8a2431bfbf619 authored over 7 years ago
Readme tweaks

9cbb464351a01f0438ebbb50de16aa5d24dc66c7 authored over 7 years ago
Set AVA concurrency to 4 (#393)

478b8a749fd028ab7d9fd167fc017699b6c5dd38 authored over 7 years ago
Fix test from #384

2bc2b90f9e1517a5c79129f782607d68f57cc92f authored over 7 years ago
Bump dev dependencies

1e682aff3c8df79d4550d296aaea18cd0308004c authored over 7 years ago
Add test to ensure that HTTP request errors are catched (#384)

92ed73ad7f2a9ab3bb582a208f9f8eb7623092f5 authored over 7 years ago
Add `cache` option (#284)

3c7920507fae88a5f53d0640b5116fa34a5ed829 authored over 7 years ago