Ecosyste.ms: OpenCollective

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

Node Fetch

A light-weight module that brings window.fetch to Node.js
Collective - Host: opensource - https://opencollective.com/node-fetch - Code: https://github.com/node-fetch/node-fetch

handle gzip encoding with 204 and 304 responses

github.com/node-fetch/node-fetch - 8b8309fe0f4deceaf73d846f838f8b0aa95a021c authored over 8 years ago by David Frank <[email protected]>
changelog update

github.com/node-fetch/node-fetch - b12b630798f47904913d44c2a3122a8d94199ffa authored over 8 years ago by David Frank <[email protected]>
let nodejs handle the connection pool when agent is passed

github.com/node-fetch/node-fetch - 7f68577de44c7d1efe7009b212f7c54a0b4a709b authored over 8 years ago by David Frank <[email protected]>
Merge pull request #104 from macbre/patch-1

request.js: remove unneeded input.agent

github.com/node-fetch/node-fetch - 02def98f5c8d73de06407c1e4cfed0c3d0ec29e0 authored over 8 years ago by David Frank <[email protected]>
request.js: remove unneeded input.agent

github.com/node-fetch/node-fetch - c8a895eb5e3e2f1af16cb120d9c8e64e356b241e authored over 8 years ago by Maciej Brencz <[email protected]>
fix changelog

github.com/node-fetch/node-fetch - 2c35103eae79eaae290128778237324d0eab5a19 authored over 8 years ago by David Frank <[email protected]>
fix manual redirect mode

github.com/node-fetch/node-fetch - 311a8d595110ef010b14dec5376af9e9cf24a6a5 authored over 8 years ago by David Frank <[email protected]>
Update doc to show redirect mode

github.com/node-fetch/node-fetch - 1cd0a5c57047213a902efcdb26055e0af603d5da authored over 8 years ago by David Frank <[email protected]>
Merge pull request #100 from bitinn/prepare-new-release

Prepare release v1.5.0

github.com/node-fetch/node-fetch - 7bdc41f64a627a4ab945290b04fc83a8d3d780dd authored over 8 years ago by David Frank <[email protected]>
changelog update

github.com/node-fetch/node-fetch - 396004c658b67190647f30108f3ca9c7e2028850 authored over 8 years ago by David Frank <[email protected]>
add basic support for redirect mode

github.com/node-fetch/node-fetch - 64d798dd8357dbf05c4e4f80baaff3add528e93a authored over 8 years ago by David Frank <[email protected]>
use a IETF reserved domain name for invalid dns test

github.com/node-fetch/node-fetch - 2ebaee639ff3798731a1482ff69846efb22f90cc authored over 8 years ago by David Frank <[email protected]>
check that FetchError is an instanceof Error

github.com/node-fetch/node-fetch - d28febd4976f48bf3836ace518b037a65b8ca970 authored over 8 years ago by David Frank <[email protected]>
socket timeout should really be custom request timeout, change name to reflect it

github.com/node-fetch/node-fetch - ea8d7ca15fa702ffa0abd35e270ed493e396c92c authored over 8 years ago by David Frank <[email protected]>
code formatting

github.com/node-fetch/node-fetch - 974666a3a84d6bd6e304cf666e0190c01641e0ac authored over 8 years ago by David Frank <[email protected]>
doc update

github.com/node-fetch/node-fetch - 364edcf04bdb76d219d23d0483b8c3a40271cc09 authored over 8 years ago by David Frank <[email protected]>
Support for program checkable error by introducing custom errors with error types/codes

This finally closes #7

github.com/node-fetch/node-fetch - b6f3913499b894ed6990b5b9024df301e679e3b1 authored over 8 years ago by Christian Pekeler <[email protected]>
changelog update

github.com/node-fetch/node-fetch - 016ab41a7254d94af10f0d4dc0e7114bffe592eb authored over 8 years ago by David Frank <[email protected]>
Merge pull request #92 from bitinn/support-formdata-in-wrapping

Fix formdata support when you are trying to wrap the request

github.com/node-fetch/node-fetch - 12996fd902e4167e6cb02aa14ce940acc657a4b1 authored over 8 years ago by David Frank <[email protected]>
demostrate restream more clearly in tests

github.com/node-fetch/node-fetch - 4d63427123a5c8d5824cd0187c375ada0a9de05d authored over 8 years ago by David Frank <[email protected]>
fix formdata support when you are trying to wrap the request

github.com/node-fetch/node-fetch - 89ce1b70b6a70b4c37ce795a6da66a57b86a51fd authored over 8 years ago by David Frank <[email protected]>
Req and Res ctor should be good enough

github.com/node-fetch/node-fetch - 5f610cbdc4af457b423acb9a94c9350e6dd617db authored over 8 years ago by David Frank <[email protected]>
Merge pull request #90 from bitinn/prepare-new-release

Prepare new release v1.4.0

github.com/node-fetch/node-fetch - 083c31f1269763c0cb6709494feee78509185bb8 authored over 8 years ago by David Frank <[email protected]>
changelog update

github.com/node-fetch/node-fetch - 14c20dd22a1193b4c80c7390303136c4515a96ab authored over 8 years ago by David Frank <[email protected]>
node v0.10 allow header support is weird, attempt to fix test

github.com/node-fetch/node-fetch - 4b589bc1476e60aa4ccbe5a0d597ff00b0b319bf authored over 8 years ago by David Frank <[email protected]>
fix missing require

github.com/node-fetch/node-fetch - 839354b76b80a92ebb9e042ad928853906395fea authored over 8 years ago by David Frank <[email protected]>
node 0.10 need the status code fallback

github.com/node-fetch/node-fetch - 42d822273f0eff6309607d94d16f32fa52481c02 authored over 8 years ago by David Frank <[email protected]>
fix tests for older node

github.com/node-fetch/node-fetch - 827ce8fa31658b334a04df020f94ed2f90dda34f authored over 8 years ago by David Frank <[email protected]>
test for options support

github.com/node-fetch/node-fetch - 9a90e7d0b964dcf93c941378d8dfb862bcbc1113 authored over 8 years ago by David Frank <[email protected]>
clone method support

github.com/node-fetch/node-fetch - 362aa087caf1bdcb6eecce3d7b8faf494c74b1f6 authored over 8 years ago by David Frank <[email protected]>
fix chunked encoding support for character encoding conversion, thx @dsuket PR #50

github.com/node-fetch/node-fetch - 00fa8679148b7cbc4279022dc47b6e4ea097baa5 authored over 8 years ago by David Frank <[email protected]>
explain the default export line

github.com/node-fetch/node-fetch - a743f5f6995a0d397d9188dbae20a83d38c26c60 authored over 8 years ago by David Frank <[email protected]>
test for form-data content-length hack

github.com/node-fetch/node-fetch - 85c18162ac716af165c24e702269e6ec0cba8821 authored over 8 years ago by David Frank <[email protected]>
no longer need to expose promise on reponse constructor now that body constructor exists

github.com/node-fetch/node-fetch - dec9c7bda669d1da320a45ca9106f19c7f1ffb0e authored over 8 years ago by David Frank <[email protected]>
fix code formating

github.com/node-fetch/node-fetch - 532adab676dc8fbb9d9616c6756a167bc097c0f1 authored over 8 years ago by David Frank <[email protected]>
no longer test for deprecated iojs

github.com/node-fetch/node-fetch - 054fbb4d8cf70e103228ab945656d1134427a969 authored over 8 years ago by David Frank <[email protected]>
more test cleanup

github.com/node-fetch/node-fetch - c3a4e96a61b935fd42487ca6bea3caf4fc82566a authored over 8 years ago by David Frank <[email protected]>
fix coverage and remove duplicate tests

github.com/node-fetch/node-fetch - 4624f41385c1f0d44b275d40a484ac82d17134df authored over 8 years ago by David Frank <[email protected]>
bump dependencies and fix incompatible tests

github.com/node-fetch/node-fetch - 79d2e2cc3704679e2d9a7864231317252a6c47ac authored over 8 years ago by David Frank <[email protected]>
Merge pull request #87 from KnisterPeter/master

Align with es6 modules

github.com/node-fetch/node-fetch - 258c036ca75fb35bb0080612f61db6a3945a23ae authored over 8 years ago by Kirill Konshin <[email protected]>
Align with es6 modules

This adds a default export so it could be used
with es6 modules default export as well without
b...

github.com/node-fetch/node-fetch - 3ef26a005250423c528863340b5f061f4fdd7848 authored over 8 years ago by Markus Wolf <[email protected]>
Merge pull request #58 from item4/master

Add content-length header with form-data

github.com/node-fetch/node-fetch - 6be7c964f86969b131b82b6a66d6293e457131cc authored over 8 years ago by David Frank <[email protected]>
Merge pull request #39 from kirill-konshin/master

Refactor Body, so both Request and Response finally has common Body methods like text/json

github.com/node-fetch/node-fetch - b21dd5a15b6b4d9df90a23284a8069017684fd9f authored over 8 years ago by David Frank <[email protected]>
Fix for #38 and #36

Support string/buffer bodies in Response constructor
Request should have Body methods like text()...

github.com/node-fetch/node-fetch - e658483ebefef4fff724746a0869a94c5465abb0 authored over 8 years ago by Kirill Konshin <[email protected]>
Add content-length header with form-data

Old source do not add content-length header automatically
with form-data. If body is instance of...

github.com/node-fetch/node-fetch - d60e9acbca37429a2479955fa504b9c0d8d176d3 authored almost 9 years ago by Kim Jin Su <[email protected]>
Merge pull request #54 from tricoder42/foreach

Add Headers.forEach method.

github.com/node-fetch/node-fetch - 38b1fc0450a195b6da2907090e2d01ef2377801e authored almost 9 years ago by David Frank <[email protected]>
Add Headers.forEach method.

github.com/node-fetch/node-fetch - 751cf6cd29f69cc3e0021da9424f9a897b525f42 authored almost 9 years ago by Tomáš Ehrlich <[email protected]>
Merge pull request #48 from bitinn/bugfix

Prepare for v1.3.3 release

github.com/node-fetch/node-fetch - 017ffc96073fc485637c2054f31a4d331475b06d authored about 9 years ago by David Frank <[email protected]>
make sure we test with transform stream

github.com/node-fetch/node-fetch - cf128ddfb87001fbf46916cfd4b50a0b7488d4ab authored about 9 years ago by David Frank <[email protected]>
update changelog

github.com/node-fetch/node-fetch - a7bb74b040ce09fafc038d9cb19a093ffa66c983 authored about 9 years ago by David Frank <[email protected]>
test case for Response ctor

github.com/node-fetch/node-fetch - 6072402eb6134beccec30420eb2fef966c293a2c authored about 9 years ago by David Frank <[email protected]>
per spec, follow redirect with GET request

github.com/node-fetch/node-fetch - b48757013a121a52a22288ef5e471914b0b38dff authored about 9 years ago by David Frank <[email protected]>
handle body stream error

github.com/node-fetch/node-fetch - 8f02a2b77ceff713c227b8ff382ba778cbe4f361 authored about 9 years ago by David Frank <[email protected]>
make sure we support latest node and legacy node

github.com/node-fetch/node-fetch - a3e14b503a2ed9c91e7af1cc0c9cebe08061012d authored about 9 years ago by David Frank <[email protected]>
make sure we don't overwrite existing content-length

github.com/node-fetch/node-fetch - cfe98cdd35d4cb24e852503446bbfe6f16250377 authored about 9 years ago by David Frank <[email protected]>
auto add content-length on for string body

github.com/node-fetch/node-fetch - c22bfa81892b6fcacc8e132c0fc5801d9c52c0d9 authored about 9 years ago by David Frank <[email protected]>
Explain limitation on Request and Response ctor

github.com/node-fetch/node-fetch - 906e764476022424e03f7f367049f0762d2df71c authored about 9 years ago by David Frank <[email protected]>
Merge pull request #37 from kirill-konshin/master

Fix for #33

github.com/node-fetch/node-fetch - 917c34f449a30f7446b6a0bb81c5d5373f6cf916 authored about 9 years ago by David Frank <[email protected]>
Fix for #33

Added parsing of Headers in Response & Request constructors

github.com/node-fetch/node-fetch - 765aef29f88898b6f9ca2926e66a55ab5d9e8f61 authored about 9 years ago by Kirill Konshin <[email protected]>
Merge pull request #32 from bitinn/new-release

additional tests for the new form-data integration

github.com/node-fetch/node-fetch - 7afa020f4e36ca66cacb7e2f803fd2e501228740 authored about 9 years ago by David Frank <[email protected]>
additional tests for the new form-data integration

github.com/node-fetch/node-fetch - 565ec4b35a5adaecb0ffd329cd25958058bfa205 authored about 9 years ago by David Frank <[email protected]>
Merge pull request #31 from DylanPiercey/master

Automatically pull headers from node-form-data.

github.com/node-fetch/node-fetch - 18b0f5090ab171d790a8f62f906eaf27de62a4c6 authored about 9 years ago by David Frank <[email protected]>
Automatically pull headers from node-form-data.

github.com/node-fetch/node-fetch - ffac4177b0ba969219a65c373eb955cb161c3376 authored about 9 years ago by Dylan Piercey <[email protected]>
Merge pull request #29 from bitinn/new-release

New release

github.com/node-fetch/node-fetch - 1c67d40567043411ea8ccfcf297644bd2f18cd73 authored over 9 years ago by David Frank <[email protected]>
mark release

github.com/node-fetch/node-fetch - ebaf735cc20c0a674ca94a20af2bc82f10194c80 authored over 9 years ago by David Frank <[email protected]>
update comment to explain hack, make use of inpsect route in test, and update changelog

github.com/node-fetch/node-fetch - b64073c64cb82b58ed3c93d1327eb033f022f033 authored over 9 years ago by David Frank <[email protected]>
Merge pull request #28 from matthew-andrews/custom-host

Allow a custom host to be set

github.com/node-fetch/node-fetch - 5d153728f915910d4b91e4d18a4764cc166420b1 authored over 9 years ago by David Frank <[email protected]>
Add hack to allow the host to be customized

github.com/node-fetch/node-fetch - 61fad6a76aabcb8dba015749f93b00fa265ce09b authored over 9 years ago by Matthew Andrews <[email protected]>
Add failing test for the ability to set a custom header

github.com/node-fetch/node-fetch - e98f22b3ba8350a37c6f3c8917df56655e5c4fc7 authored over 9 years ago by Matthew Andrews <[email protected]>
Merge pull request #26 from bitinn/refactor-request

Refactor request

github.com/node-fetch/node-fetch - 3b3a96d9e411d76756ea03cf62ac83c1e45ba64e authored over 9 years ago by David Frank <[email protected]>
allow request wrapping

github.com/node-fetch/node-fetch - feb4808a22aa86b01ff6ab621715cbad647c398a authored over 9 years ago by David Frank <[email protected]>
update doc

github.com/node-fetch/node-fetch - b52b56415fca0ec9130c1be119b3f40cbd060389 authored over 9 years ago by David Frank <[email protected]>
add basic test case for request

github.com/node-fetch/node-fetch - 9b5330dfe3be7f27d62830759149eab8bcf9c0fc authored over 9 years ago by David Frank <[email protected]>
basic refactor for request

github.com/node-fetch/node-fetch - 694b2300f978dcc84b42a151917663bcf7b85e1f authored over 9 years ago by David Frank <[email protected]>
update changelog

github.com/node-fetch/node-fetch - bd6d99e16baa3a8b74ff89e2a0bec856eab64db4 authored over 9 years ago by David Frank <[email protected]>
handle common mistake of passing number as header

github.com/node-fetch/node-fetch - a322795339062d79c5048f5482d38e71f3656331 authored over 9 years ago by David Frank <[email protected]>
update document

github.com/node-fetch/node-fetch - 55cde9e7def9e506c390959bccaef6c48fcdbe51 authored over 9 years ago by David Frank <[email protected]>
Merge pull request #18 from wheresrhys/response-headers

lgtm, thx!

github.com/node-fetch/node-fetch - c2cbd0be15759f1ea588e1389273e4d45a646b9c authored over 9 years ago by David Frank <[email protected]>
expose response and headers constructors

github.com/node-fetch/node-fetch - 5e4d9b1a6078319a666b6a4fdbccb1913024d677 authored over 9 years ago by Rhys Evans <[email protected]>
changelog update

github.com/node-fetch/node-fetch - 6fdde43a6164419e6c800f06d6e0a4a81905f930 authored over 9 years ago by David Frank <[email protected]>
better test for headers, only support string and array

github.com/node-fetch/node-fetch - 596232fd907fd9693af5edfb315fa344279eac35 authored over 9 years ago by David Frank <[email protected]>
add Headers support

github.com/node-fetch/node-fetch - 19dcea47f1a8bdc8b7ff5f0ec9915edfd4568545 authored over 9 years ago by David Frank <[email protected]>
update doc and changelog

github.com/node-fetch/node-fetch - 3f3d34d492ba84c69af17a47a336a94068d62245 authored over 9 years ago by David Frank <[email protected]>
timeout on body and clear timeout internally

github.com/node-fetch/node-fetch - e09dfae0a591475091ae89ac3f8175d8238e61f3 authored over 9 years ago by David Frank <[email protected]>
Merge pull request #12 from dmikis/clear-timeout

Clear request timeout after response

github.com/node-fetch/node-fetch - 803ed8a502132c1bc31334744f811c4962b18451 authored over 9 years ago by David Frank <[email protected]>
Test for clearing timeout

github.com/node-fetch/node-fetch - d868add4db8fa2ebf1d45cf3740015793ab89b95 authored over 9 years ago by Kirill Dmitrenko <[email protected]>