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

Back to 100%

github.com/node-fetch/node-fetch - 0f7e6c15d3ec340b4e769ab48b421fa2b3393e2d authored almost 8 years ago by Timothy Gu <[email protected]>
Update changelog

See #209.

github.com/node-fetch/node-fetch - 4a153ff0042c0e4dcdb7df9398c965ba5695337c authored almost 8 years ago by Timothy Gu <[email protected]>
Set content-length for buffer bodies

github.com/node-fetch/node-fetch - 90d3bc443669b8a1cfe57e0972992a110c7413de authored almost 8 years ago by Timothy Gu <[email protected]>
More exact content-type and content-length

Set content-type of requests with body being objects to text/plain

github.com/node-fetch/node-fetch - a604069860d4629ff54cfaebce697e9ea968f34c authored almost 8 years ago by Timothy Gu <[email protected]>
To 100% branches coverage

github.com/node-fetch/node-fetch - 385ca6b2b010f3bcca6557de64536f2718d97030 authored almost 8 years ago by Timothy Gu <[email protected]>
Bring coverage up to 100%

github.com/node-fetch/node-fetch - 552c1a601de6ed62175165d08b65a7d8c8b08438 authored almost 8 years ago by Timothy Gu <[email protected]>
Fix tests added in the last commit

github.com/node-fetch/node-fetch - 4d944365dfeff3ab0cb8b978c1e6fa9e3b640e2e authored almost 8 years ago by Timothy Gu <[email protected]>
Add support for blobs

github.com/node-fetch/node-fetch - e7a13a5314e8bd3000e5fed8e42eebcab2d15512 authored almost 8 years ago by Timothy Gu <[email protected]>
Make body default to null in Request

Fixes #208.

github.com/node-fetch/node-fetch - cc4ace1778a9235de38c3d5666668b79f25d69a9 authored almost 8 years ago by Timothy Gu <[email protected]>
Throw when a GET/HEAD Request is created with body

As mandated by the spec

github.com/node-fetch/node-fetch - 3d676235a8045b406ce6e8af9d2bb600b627ed5b authored almost 8 years ago by Timothy Gu <[email protected]>
Split Content-Type extraction to Request and Body

It is done in this way in the spec.

github.com/node-fetch/node-fetch - 0285828fb8ca41a04ff7eb613d49fbaafd74f781 authored almost 8 years ago by Timothy Gu <[email protected]>
Split http.request options generation

github.com/node-fetch/node-fetch - 70f61e0c7dfb2d7fcfdc741a7d02403e9ddcf86e authored almost 8 years ago by Timothy Gu <[email protected]>
Revert "Return empty .json() object on 204. Fix #165. (#166)" (#201)

This reverts commit 95b58936b8673f7fdc21050c3bfeb460e9b00bf1.

Fixes #165.

github.com/node-fetch/node-fetch - d3071fa46a27abc744b803db890d9323636eabec authored almost 8 years ago by Timothy Gu <[email protected]>
Add a polyfill for Node.js v0.12's broken %IteratorPrototype%

github.com/node-fetch/node-fetch - 7f0e50260ea0f9a7662a33ea1bd209f6cb4c5407 authored almost 8 years ago by Timothy Gu <[email protected]>
Improve Headers' iteration support

Class strings, spec-compliant forEach, etc.

github.com/node-fetch/node-fetch - 25ff99677dbf61ece16a7b8f39776cd2f30c6ff5 authored almost 8 years ago by Timothy Gu <[email protected]>
Fix class names for prototypes

Per Web IDL specification.

github.com/node-fetch/node-fetch - 4ae42ea5eec9260c9372b30f47e052dee9569914 authored almost 8 years ago by Timothy Gu <[email protected]>
Officially drop support for 0.10

Current LTS releases are added.

github.com/node-fetch/node-fetch - 25d139a4d0a4ea1d703abbacec8fb31589a9086e authored almost 8 years ago by Timothy Gu <[email protected]>
Revert to cross-env 2.0.1

The Object.assign used in that module is not polyfilled.

github.com/node-fetch/node-fetch - 049585be113af88c2315db186717929903954205 authored almost 8 years ago by Timothy Gu <[email protected]>
Work around istanbul's bug

See istanbuljs/istanbul-lib-instrument#30.

github.com/node-fetch/node-fetch - 908bcaac4cacf5b027e3a82e883cabe09f22a0ed authored almost 8 years ago by Timothy Gu <[email protected]>
Update packages

github.com/node-fetch/node-fetch - a355664e642cade7d92db56a1fcc28639a11229a authored almost 8 years ago by Timothy Gu <[email protected]>
Start using Rollup

Smaller distributed tarball.

github.com/node-fetch/node-fetch - 31bc2835dd45927af2697073ca4b294ec7244742 authored almost 8 years ago by Timothy Gu <[email protected]>
Remove dependency on babel-polyfill

This way the tests can better emulate the real Node.js environment.

github.com/node-fetch/node-fetch - 5fe80dba06fbf384cc712a299c698b884a857cfc authored almost 8 years ago by Timothy Gu <[email protected]>
Start test server when executed directly

github.com/node-fetch/node-fetch - 72d34af6e257503d79e77cdd3b520999f2d0fd94 authored almost 8 years ago by Timothy Gu <[email protected]>
Remove dependency on Node.js' util module

Closes #194.

github.com/node-fetch/node-fetch - 4a9a3246f633c3ddb358d3e79a38b39bb2a61bb1 authored almost 8 years ago by Timothy Gu <[email protected]>
Support WHATWG URL objects

Fixes #175.

github.com/node-fetch/node-fetch - 76cb57cace246fa6d5764d761247fdbe8e08519a authored about 8 years ago by Timothy Gu <[email protected]>
Add test for constructing Request with parsed URL object

github.com/node-fetch/node-fetch - b092a8ed12f07ec2838d3b05572a3d3920c1b350 authored about 8 years ago by Timothy Gu <[email protected]>
Use Object.create(null) for Headers' internal map

Suggested by @jimmywarting.

github.com/node-fetch/node-fetch - 53e1055845459d77dedf29451bc2b1b784ad96f1 authored about 8 years ago by Timothy Gu <[email protected]>
Remove logic to skip if not HTML in textConverted

As this function is now separated from the general purpose text(), we
should be more specific in...

github.com/node-fetch/node-fetch - 1b951701ece70345976925cc0b0dfffdd27b19b8 authored about 8 years ago by Timothy Gu <[email protected]>
Add a new res.textConverted() and always use UTF-8 for res.text()

Also uses iconv-lite directly instead of using the "encoding" package.

Fixes #184.

github.com/node-fetch/node-fetch - d3b4161d7c26210aa115047844d2504ca58a87a8 authored about 8 years ago by Timothy Gu <[email protected]>
Merge branch 'master' into v2

Conflicts:
.gitignore
package.json

github.com/node-fetch/node-fetch - c7a912cf5b05af8e68cf0082c6deefa7a5e6c7dd authored about 8 years ago by Timothy Gu <[email protected]>
Cache node_modules in Travis

[ci skip]

github.com/node-fetch/node-fetch - d708acfb9ca8e58f71c575da6934cd6d84352e7a authored about 8 years ago by Timothy Gu <[email protected]>
Switch to Codecov

Fixes #186.

github.com/node-fetch/node-fetch - 8f3e886c7fe377e95f2338cecb939a1de3bf3488 authored about 8 years ago by Timothy Gu <[email protected]>
Add FOLLOW_SPEC mode

github.com/node-fetch/node-fetch - 2a7ef63bc410fea58776bce1f9a11729f435c351 authored about 8 years ago by Timothy Gu <[email protected]>
Make sure to coerce header values to string

github.com/node-fetch/node-fetch - fba873d3feea4d1422885ac1c8a1d2d9e83882a3 authored about 8 years ago by Timothy Gu <[email protected]>
Construct Headers object in a spec-compliant fashion

github.com/node-fetch/node-fetch - ba226399d4b201230397ddb25b3f42725e7484b9 authored about 8 years ago by Timothy Gu <[email protected]>
Validate headers

github.com/node-fetch/node-fetch - 2cafdcb5e449f02980ea54b74342ab41d77a1f76 authored about 8 years ago by Timothy Gu <[email protected]>
Use babel-runtime's Iterator implementation

github.com/node-fetch/node-fetch - f829b71ddb1ec433e463585fdcb69e232bd6fffb authored about 8 years ago by Timothy Gu <[email protected]>
Allow constructing Headers with an Array

github.com/node-fetch/node-fetch - 82c1e781847789d14ea67ad989c167c6eaa52b9d authored about 8 years ago by Timothy Gu <[email protected]>
Remove all information related to Coveralls

github.com/node-fetch/node-fetch - a914cca57713914d3d76357883d2bd0f957e473e authored about 8 years ago by Timothy Gu <[email protected]>
Cache node_modules in Travis

[ci skip]

github.com/node-fetch/node-fetch - ba8c392965d718e16fffb3f7a2777b64e352f2d1 authored about 8 years ago by Timothy Gu <[email protected]>
Add Codecov badges and settings

github.com/node-fetch/node-fetch - b9b0341db7375f07114fb93283676d94647c0932 authored about 8 years ago by Timothy Gu <[email protected]>
Switch to Codecov

Fixes #186.

github.com/node-fetch/node-fetch - ea111626e9ae3ea112bf7bc8fec4b28a905ddf37 authored about 8 years ago by Timothy Gu <[email protected]>
Condense class toString tests

github.com/node-fetch/node-fetch - 67326e3873ba1ee3dff79871f256fdf77dff0ab2 authored about 8 years ago by Timothy Gu <[email protected]>
Use loose mode when compiling Babel

github.com/node-fetch/node-fetch - c2c6550e549e34ea0ce65a9fac9b7d1c80a61498 authored about 8 years ago by Timothy Gu <[email protected]>
Improve Body spec compliance when body is null

github.com/node-fetch/node-fetch - 64e239b09258c9433ecd57b755967f6cccafa5e2 authored about 8 years ago by Timothy Gu <[email protected]>
Simplify Request constructor

Also make Request more standard compliant:

> The `url` attribute's getter must return request's...

github.com/node-fetch/node-fetch - a0be6aa34aa4c98325011987e48074db0b933879 authored about 8 years ago by Timothy Gu <[email protected]>
Test @@toStringTag getter of all classes

github.com/node-fetch/node-fetch - 4d81cb4877cb047c46abd2fdbd3086d9ea16b8f9 authored about 8 years ago by Timothy Gu <[email protected]>
Split Headers iterable test into four

github.com/node-fetch/node-fetch - 0f65af3fd86a9015360bafec2cb7a928e0bf19c0 authored about 8 years ago by Timothy Gu <[email protected]>
Add support for Body#arrayBuffer

github.com/node-fetch/node-fetch - c3a121a36030a6c23732cb4f9897248b0f318172 authored about 8 years ago by Timothy Gu <[email protected]>
Body: store fewer things in the class

Incorporates some changes from #140, by Gabriel Wicke
<[email protected]>.

github.com/node-fetch/node-fetch - 9d3cc52601d170aaedc86d9ad7a5c2b7f5bcbd97 authored about 8 years ago by Timothy Gu <[email protected]>
Convert all files to ES2015 (#182)

Elements of this commit come from #140 by @gwicke.

github.com/node-fetch/node-fetch - 838071247d986a3f706392640ea299ec37f67073 authored about 8 years ago by Timothy Gu <[email protected]>
Convert Headers to ES2015 and implement Iterable interface (#180)

Closes #127, #174.

github.com/node-fetch/node-fetch - 993d4cdea1b63db4ec41a994873e6044f26cde85 authored about 8 years ago by Timothy Gu <[email protected]>
Fix run-on sentence about Options (#168)

[ci skip]

github.com/node-fetch/node-fetch - e67b3a8579e00b90f036c3e81f3083fac58ce1e2 authored about 8 years ago by Dan Dascalescu <[email protected]>
Add 'post JSON' example to readme (#173)

github.com/node-fetch/node-fetch - f30cce86c47432e3e8505ae127927e1926733eef authored about 8 years ago by Chris Veness <[email protected]>
Use [email protected] to support Node.js < v4

github.com/node-fetch/node-fetch - 2874af4218c059e9990de47596d0d9da1872cdf9 authored about 8 years ago by Timothy Gu <[email protected]>
Add Babel infrastructure

No actual code has been changed yet.

github.com/node-fetch/node-fetch - 7c26fa94796687957a11f562802f2f24a838b57d authored about 8 years ago by Timothy Gu <[email protected]>
be more open in form-data dependency

github.com/node-fetch/node-fetch - 2af4c00a6782d9905fb38e4632d2f0a315702ede authored about 8 years ago by David Frank <[email protected]>
Merge pull request #170 from bitinn/form-data-2

* testing both form-data 1.x and 2.x support
* a document for error handling
* changelog update

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

github.com/node-fetch/node-fetch - 2b9eadd989c34faccbd8e2ba2a7cdfa4af0f6fb1 authored about 8 years ago by David Frank <[email protected]>
a document for error handling

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

github.com/node-fetch/node-fetch - d4a225018faa28ab79536a98bd6e5c355b0e8c83 authored about 8 years ago by David Frank <[email protected]>
testing both form-data 1.x and 2.x support

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

github.com/node-fetch/node-fetch - 813cb479a6f98f1cfb020d17e929ad5a6848c68a authored about 8 years ago by David Frank <[email protected]>
add catch example to readme

github.com/node-fetch/node-fetch - 43e06ca4229d6ccb46261d3ec0673523b1432f9d authored about 8 years ago by David Frank <[email protected]>
minor format fix and comments

github.com/node-fetch/node-fetch - e926483448c675b7443d2c085c49cee9d4619120 authored about 8 years ago by David Frank <[email protected]>
Return empty .json() object on 204. Fix #165. (#166)

Handle an edge case where 204 No Content response body is empty, but node-fetch trying to parse ...

github.com/node-fetch/node-fetch - 95b58936b8673f7fdc21050c3bfeb460e9b00bf1 authored about 8 years ago by Dan Dascalescu <[email protected]>
fix test: buffer.alloc is not available for older node.js release

github.com/node-fetch/node-fetch - ffddec0ad2dbfa8dcc4a9c9f0489fd16220f544d authored about 8 years ago by David Frank <[email protected]>
make sure we default to 200 on new response

github.com/node-fetch/node-fetch - 788c4627a720b55dfed7abaeba3e3c3fa01f46ba authored about 8 years ago by David Frank <[email protected]>
update limit document

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

github.com/node-fetch/node-fetch - bdd80e45fde152c8b3de58b61d68e6d174ed19ae authored about 8 years ago by David Frank <[email protected]>
call tostring on plain object body

github.com/node-fetch/node-fetch - f17aa9af1f0a2fa8b46a5c95eecaa0eba23fe9ff authored about 8 years ago by David Frank <[email protected]>
making sure headers will drop buffer value

github.com/node-fetch/node-fetch - e4a7da8326706f065e7dc867af4eda76064179a4 authored about 8 years ago by David Frank <[email protected]>
update limit document on cookie headers

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

github.com/node-fetch/node-fetch - 067ea8190a8a144f6b1d5ec481a53a4526668513 authored about 8 years ago by David Frank <[email protected]>
fix bug related to request wrapping, where counter adopts follow value incorrectly

github.com/node-fetch/node-fetch - 6bac50f1dae59cd159e556bb84791632a812b15f authored about 8 years ago by David Frank <[email protected]>
make sure example is working

github.com/node-fetch/node-fetch - e574b497d59a26c1b5d7f0fdefdfc2fe373a9b70 authored about 8 years ago by David Frank <[email protected]>
Merge pull request #148 from jimmywarting/patch-2

update readme with binary file/buffer examples

github.com/node-fetch/node-fetch - 8fc30a8d8c3c3d4faeecbc919bfc38660e3bf674 authored about 8 years ago by David Frank <[email protected]>
added 2 binary exemple

Got to many "how do i handle binary/images" issues

github.com/node-fetch/node-fetch - d8c696973633a870f0aae0f7dc288cca967091db authored about 8 years ago by Jimmy Karl Roland Wärting <[email protected]>
Merge pull request #141 from bitinn/august-bugfix

August bugfix, see commit for details

github.com/node-fetch/node-fetch - ed9a72d84eab5f091353c1e652a992eab065f7be authored about 8 years ago by David Frank <[email protected]>
changelog and documentation update

github.com/node-fetch/node-fetch - 8cce714b487d74fc10cb0efaa3d08020bbd0f0c6 authored about 8 years ago by David Frank <[email protected]>
handle raw deflate response from old servers

github.com/node-fetch/node-fetch - d24ec6f7c4e3b15d9a7a1c2115595a8b1aebee67 authored about 8 years ago by David Frank <[email protected]>
mark non-spec api

github.com/node-fetch/node-fetch - c82e4dad13927667e89d95d6cc5e4dbe97b2ed74 authored about 8 years ago by David Frank <[email protected]>
skip content encoding detection for non-html/xml/plain text response

github.com/node-fetch/node-fetch - 028b8f0e4bb2f2f799c959d9b9b67c10903b81b6 authored about 8 years ago by David Frank <[email protected]>
add a much-requested buffer() method for convenience

github.com/node-fetch/node-fetch - 49363411f8d4955185c39c3569df9067a6eb79a2 authored about 8 years ago by David Frank <[email protected]>
support buffer for request body

github.com/node-fetch/node-fetch - 140ae57f77c809d5c18fa9226353efdd549d341e authored about 8 years ago by David Frank <[email protected]>
HEAD request does not need to process body with decompression

github.com/node-fetch/node-fetch - 3c054426997b1b0661366e3f389edd936edb0093 authored about 8 years ago by David Frank <[email protected]>
Merge pull request #132 from wheresrhys/patch-1

default to 200 response status

github.com/node-fetch/node-fetch - 952aa2a13546532ff612bfa98ec8216dda8a3871 authored over 8 years ago by David Frank <[email protected]>
default to 200 response status

github.com/node-fetch/node-fetch - c3e05ff1f75577b9eb19a7cd3171ea163b4d9f8f authored over 8 years ago by Rhys Evans <[email protected]>
Merge pull request #121 from bitinn/bugfix

closes #115 #105 #102 #101 #43

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

github.com/node-fetch/node-fetch - 21e1d81ff0066545813fab123cd0215c6115cd8f authored over 8 years ago by David Frank <[email protected]>
request no longer throw errors

github.com/node-fetch/node-fetch - 30b95dc6b85298a07bdb9f35d4a15c9f2ad37a82 authored over 8 years ago by David Frank <[email protected]>
allow any url for new request, but still reject non-http url in fetch

github.com/node-fetch/node-fetch - 2a6e656c1dafc0ccbbacf2e9836f312e093c6b7c authored over 8 years ago by David Frank <[email protected]>
send delete body with content-length

github.com/node-fetch/node-fetch - a2607719ce0ca427462251f812982992a94b1119 authored over 8 years ago by David Frank <[email protected]>
avoid calling formdata getLengthSync when it has stream as fields

github.com/node-fetch/node-fetch - 8a6213198b286cf7dcaf09bb49f183ea490374e4 authored over 8 years ago by David Frank <[email protected]>
user should be able to resolve cloned body before original body

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