Ecosyste.ms: OpenCollective

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

github.com/koajs/koa

Expressive middleware for node.js using ES2017 async functions
https://github.com/koajs/koa

delegate: remove this.append()

4a6b49cd3059cd9f72d65b4a1b69af2430bbcd57 authored over 10 years ago by Jonathan Ong <[email protected]>
docs: discuss custom properties

related to #292. might be placed better somewhere else

4065bf7e79ea1f196853a27f2f953be42be3d665 authored over 10 years ago by Jonathan Ong <[email protected]>
Merge pull request #292 from koajs/context-delegate

context: delegate etag/last-modified

dc59a604e5fa0b67f5b7c8b707af1708d7bfb71e authored over 10 years ago by Jonathan Ong <[email protected]>
Merge pull request #291 from koajs/vary

remove response.append(), use vary module

63a4297084fa55f8a78d7c05ab0b9211420e78b0 authored over 10 years ago by TJ Holowaychuk <[email protected]>
0.6.3

c547b1fd72100bd57b8d5dce59dac8edaea138db authored over 10 years ago by Jonathan Ong <[email protected]>
update finished

76c65422c05c8f1bcddabea6ca51f2d7f6ae5e2e authored over 10 years ago by Jonathan Ong <[email protected]>
fix res.type= for unknown types

because we changed from mime to mime-types. ideally, we should just not
set the content-type, bu...

1a32ecac31d6d051d729b4c9befa0d9ee51a01ec authored over 10 years ago by Jonathan Ong <[email protected]>
remove if (!err) from app.onerror

we assert instanceof Error right below

90c528c5e89693db87579e1eea6828490a6915db authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #288 from dead-horse/issue287

asset non-error obj in app.onerror, fixed #287

f68716d8b4cdc9664eef7c23a2bc446c80563a14 authored over 10 years ago by TJ Holowaychuk <[email protected]>
context: delegate etag/last-modified

01dd6a33c512acd55bdef1dcb8417edbf2e8d676 authored over 10 years ago by Jonathan Ong <[email protected]>
remove response.append(), use vary module

fdbd16acc3e3b6951313afa14845af59af37cced authored over 10 years ago by Jonathan Ong <[email protected]>
assert non-error obj pass to app.onerror, fixed #287

49790775624c422f67057f7bb936f35df920e391 authored over 10 years ago by dead_horse <[email protected]>
0.6.2

851160e0aefd6e2dbb003799ae5deac9d3bfa80f authored over 10 years ago by Jonathan Ong <[email protected]>
set-type -> mime-types

removes mime dependencies from the dep tree.
liberally sets charset because some express users c...

008f0554c609401ff2ec83005fff4e7160e50324 authored over 10 years ago by Jonathan Ong <[email protected]>
bump should just because

c7f2d24851da406e42919a7c596d169d35dd90bb authored over 10 years ago by Jonathan Ong <[email protected]>
remove .request accept tests the fail

due to
https://github.com/expressjs/accepts/commit/5975ce464575bd0fddfdd3d41796
958cd6bfc20b. pa...

11cf47c8a6048b1196fa99a58d19db21fa94572a authored over 10 years ago by Jonathan Ong <[email protected]>
add linting

left out of test for now since it seems to barf on *

29687cb2531fcd941011a2f91062761528180830 authored over 10 years ago by TJ Holowaychuk <[email protected]>
0.6.1

fee913f1e280bcb359ce3c2e2b0cdc8eddff3d42 authored over 10 years ago by Jonathan Ong <[email protected]>
Merge pull request #280 from dead-horse/docs

add originalUrl in docs

caf6d177a21726f858a2df6dd4fffa5d59d312c1 authored over 10 years ago by TJ Holowaychuk <[email protected]>
add originalUrl

21b7eb82b9850ad773c294a5f739d70422dba81a authored over 10 years ago by dead_horse <[email protected]>
docs

55ebdb522b97b2b44af37280d72cb5eb629f747e authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #278 from dead-horse/host-setter

remove req.host=

50ffb86a407b88c0a2d7287ed88d177f603e1cad authored over 10 years ago by TJ Holowaychuk <[email protected]>
remove req.host=, fix docs

f76268ba585577251669db662766fd618c66b0a6 authored over 10 years ago by dead_horse <[email protected]>
Merge pull request #276 from tschaub/typo

s/properly/property/

137df8e5ed1e4d7bfa7c261aeddcb2116f45d9c4 authored over 10 years ago by Jonathan Ong <[email protected]>
Using property properly

d7d3e84d16f193861839aeeb17d4c837334541bf authored over 10 years ago by Tim Schaub <[email protected]>
ocd

1d9a0e1d3140b4566bc1c6adbf97bf34e727456b authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #274 from yorkie/complete-idempotent-methods

request: complete idempotent methods

024b490749766ad204bf51cedd24b1d3ab761dd8 authored over 10 years ago by TJ Holowaychuk <[email protected]>
request: complete idempotent methods

see rfc2616: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.1.

Intact idempotent HTT...

b969ecf223d52ec2ea21118a232a88b5ec745992 authored over 10 years ago by Yazhong Liu <[email protected]>
Release 0.6.0

0491dc753238e0c0c4f2ff9da01878126c45d1e1 authored over 10 years ago by TJ Holowaychuk <[email protected]>
add test.js to gitignore

dc692a3c753129003271c76bae8f71bf17c51a77 authored over 10 years ago by TJ Holowaychuk <[email protected]>
refactor

c16211c5d6c74ca3553ef1f9c81b6108481e84c6 authored over 10 years ago by TJ Holowaychuk <[email protected]>
add installation docs back

wtf...

212137139a5b786bafdbc448d5e485a0ad984349 authored over 10 years ago by TJ Holowaychuk <[email protected]>
remove .outputErrors, suppress output when handled by the dev. Closes #272

f17629d19f71d40c64416d9d54ccc68a61f20f93 authored over 10 years ago by TJ Holowaychuk <[email protected]>
ocd

4ff54e5c136078d5e427518e0c1267b408a0c829 authored over 10 years ago by TJ Holowaychuk <[email protected]>
add nicer error formatting

80ace2c0bba95ea4ef594942dde511ab58b6d10c authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #269 from koajs/status-default-404

change .status default to 404. Closes #263

c757034adb4633cbd7b641b436cb439d9aa6c71f authored over 10 years ago by TJ Holowaychuk <[email protected]>
change .status default to 404. Closes #263

15ab936001659623388e56410f344c7c8c1d63e6 authored over 10 years ago by TJ Holowaychuk <[email protected]>
fix content-length when body is re-assigned. Closes #267

48ac0669c5e3c92560b5f3c38e0aaadcc65905fb authored over 10 years ago by dead_horse <[email protected]>
remove mime dependency

5e3d7f0aa07315e0a3d8e8529ecb835503c0a302 authored over 10 years ago by TJ Holowaychuk <[email protected]>
rename setType -> getType

sounds weird

952dca336d9a495d0ce72b0c099b8de6ede052ed authored over 10 years ago by TJ Holowaychuk <[email protected]>
refactor to use set-type

163e59c0d590dd7d26b0f506cab210445206de27 authored over 10 years ago by Jonathan Ong <[email protected]>
use koa-is-json

0cacc5706af8503602c3e5b2e4afb0c6db75a400 authored over 10 years ago by Jonathan Ong <[email protected]>
ocd

94dd87741e6b35ff5e5214c92343705397ee69b2 authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #265 from dead-horse/throw-not-error

Throw not error

239c0ce1f9fc2d07238d4e349d83c1a923cd4fc2 authored over 10 years ago by TJ Holowaychuk <[email protected]>
assert object type in ctx.onerror

6a2ed3e6ebdb75238042188fab6002f3107c2d40 authored over 10 years ago by dead_horse <[email protected]>
remove unused debug

5de9d962a09f5b96c853eeccd0a0efbc552cee53 authored over 10 years ago by dead_horse <[email protected]>
bump supertest

dd1aef0f7b7b844a168e6aebfedd9d5a61da846b authored over 10 years ago by Jonathan Ong <[email protected]>
refactor: use mime-extended

e472a18010b0b067331740d7934333924f4b8dbb authored over 10 years ago by Jonathan Ong <[email protected]>
refactor

74cb04e7c107707f23a3c8b6e04a2497987e48e3 authored over 10 years ago by TJ Holowaychuk <[email protected]>
add buffer HEAD support tests

4e44c1c49effb426a56764df0eab186152aafb98 authored over 10 years ago by TJ Holowaychuk <[email protected]>
add string HEAD support test

9a45d07feaa5dbe3304e57d68c06d714ac42e432 authored over 10 years ago by TJ Holowaychuk <[email protected]>
ocd

0a954c8d99ee291ed1d8bf589fd0743e75bb381e authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #261 from dead-horse/simplify-respond

simplify respond

204e4f5717724d76a9691fb473f7a850eeddb1e3 authored over 10 years ago by TJ Holowaychuk <[email protected]>
simplify respond

b06bb3cb85d07967a4d8b7db2a053fd953d75904 authored over 10 years ago by dead_horse <[email protected]>
Release 0.5.5

a95046278fedac1da3ceb9cfea01dc2921e4b833 authored over 10 years ago by TJ Holowaychuk <[email protected]>
refactor

990caf4e713bc07fd20c7d93dd7a3cc955ace56c authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #255 from dead-horse/stream-body

make sure all intermediate stream bodies will be destroy

95a78c3a448d957415f45c92a5cc9af3cd5e96b0 authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #259 from dead-horse/fix-length

fix length when .body is missing

430246c114e2782bcb0a2bb69842fbd78b0fcbab authored over 10 years ago by Jonathan Ong <[email protected]>
fix length when .body is missing

69c82f63b5b50a0a448b2262aa001d4e06165fa8 authored over 10 years ago by dead_horse <[email protected]>
bump type is

e8ba41df96a4c0697a2887563906d51bfe2d3234 authored over 10 years ago by Jonathan Ong <[email protected]>
Release 0.5.4

b3084404380cdd23bdb466db09ef53ccc09cdcc5 authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of ssh://github.com/koajs/koa

80e1ceb52f1e00541ce9eafd990f05c47e71d457 authored over 10 years ago by TJ Holowaychuk <[email protected]>
ocd

bb0a0b3659aec289af52dceef50289e89341b992 authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #258 from sonnyp/patch-2

Fix typo in request api documentation.

eeb74f44d68ca18a7b6c4975641d1345f4838af9 authored over 10 years ago by TJ Holowaychuk <[email protected]>
Fix typo in request api documentation.

b7a747fc715fce67cc3b68d3ecc4278dbfdef176 authored over 10 years ago by Sonny Piers <[email protected]>
Merge pull request #257 from sonnyp/patch-1

Typo in documentation

58faefa343709129f57c96d3064d6b9388f6a2fb authored over 10 years ago by Jonathan Ong <[email protected]>
Update index.md

d92a3c371fad557b334b59afb1a882e5f506a617 authored over 10 years ago by Sonny Piers <[email protected]>
Merge pull request #256 from dead-horse/refactor-status-and-body

refactor res.status= and res.body=

8a5059485881a19e40598731b017237811aff20f authored over 10 years ago by TJ Holowaychuk <[email protected]>
fix this.status= in this.body

fix default status set bug in this.body=null.
do not call this.status= if this.status exist.
mak...

64aad129d3d6f4602c08a10e49fbc38f18181290 authored over 10 years ago by dead_horse <[email protected]>
Release 0.5.3

c15cf47475023302bb10719b5495ced149c25d5b authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of ssh://github.com/koajs/koa

0174efa8ed63d156e4b49c4cbe95ffa4f30a459a authored over 10 years ago by TJ Holowaychuk <[email protected]>
change res.type= to always default charset. Closes #252

3d8ab61fa14cbf22d9e1c5d8b89066b91b94978b authored over 10 years ago by TJ Holowaychuk <[email protected]>
make sure all intermediate stream bodies will be destroy and have error handle

329d2b94db214177c3e5760b3623834f2ae3e866 authored over 10 years ago by dead_horse <[email protected]>
Merge pull request #251 from matheusazzi/patch-1

Use SVG Badge

681b4afc6e7b45c8eec114d880baa7d98d40ed9e authored over 10 years ago by TJ Holowaychuk <[email protected]>
Use SVG Badge

edb7bb1dd14d89619b1d670e11d874b18658c3f0 authored over 10 years ago by Matheus Azzi <[email protected]>
remove ctx.inspect() implementation. Closes #164

obscures user-defned properties. ideally we fix it so .req / .res are not so verbose but meh for...

dfe8e95be4df42f86b393f060ca5a63dcc17dae1 authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #244 from t3chnoboy/master

ocd

d8b6a18c9dffd9d523a74a41e94258191240f4a1 authored over 10 years ago by Jonathan Ong <[email protected]>
ocd

9e8d6a3aa01a551c194ffd4450586183346d5319 authored over 10 years ago by Dmitry Mazuro <[email protected]>
0.5.2

d6c523d1073b145c0505c8986a8eb1d0cb1274ac authored almost 11 years ago by Jonathan Ong <[email protected]>
remove unnecessary index.js file

ee8345303aa4021303417bbf02c1522af9f5aba6 authored almost 11 years ago by Jonathan Ong <[email protected]>
bump dev deps

184cb0b3d91f8d9eef0a9ed64f2993108a15922b authored almost 11 years ago by Jonathan Ong <[email protected]>
fix overwriting of content-type w/ HEAD requests

52cb57cc7e7f52a2b500f53692a7c979c98a3bfb authored almost 11 years ago by Jonathan Ong <[email protected]>
update SLOC count

sloc lib/

---------- result ------------

physical lines : 1456
lines of source code : ...

a18ee8143d1cea534adac227c285444ab28ecdee authored almost 11 years ago by Jonathan Ong <[email protected]>
History.md++

59ea8faabbe683d3fbad1b938c9b9a8f7ec70d0c authored almost 11 years ago by Jonathan Ong <[email protected]>
refactor: use escape-html

dat SLOC

c382305d4f1d03de374105c425a85b2fb1f971dd authored almost 11 years ago by Jonathan Ong <[email protected]>
refactor: use statuses

182f9d6fa45834a13735b15d60c46b7e24cff6bb authored almost 11 years ago by Jonathan Ong <[email protected]>
fix inspection of app. Closes #108

9b1651a8e6e4638d28afcd8b46b1e5aaceee9950 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
add app.toJSON()

895cf4040ce836501b719d1a2b9c3645731b44d2 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
fix some tests that never worked

f0e353d6a0de8de7fc92ae3e0b57aeb83964cc40 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Update koa-vs-express.md

9c2ea5a2a8d0e206d9d494baf1ce0d387a0c5f67 authored almost 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #236 from phillipalexander/patch-1

Fix broken reddit community link

b03fef3ac4aa3189754d50412090215c5e9407ba authored almost 11 years ago by Jonathan Ong <[email protected]>
Fix broken reddit community link

Add required protocol to link

4d1b52ea408f360f8dc5003b934ca5c437e46e4c authored almost 11 years ago by Phillip Alexander <[email protected]>
Merge pull request #235 from gdi2290/patch-1

add subreddit to Community list

f916c45539106262da0f7be0db599c9c1ebb32cc authored almost 11 years ago by TJ Holowaychuk <[email protected]>
add subreddit to Community list

83be927816c7d37777f4937c8e3d3d97cf9a9e2b authored almost 11 years ago by PatrickJS <[email protected]>
Merge pull request #233 from alsotang/patch-1

Update context.md

5c0c89851062b2baff510bd678e036f5df503235 authored almost 11 years ago by Jonathan Ong <[email protected]>
Update context.md

ctx.type is delegated to this.response.

bef5bad7381b80afb632e9fe3fc563ae578d8aa2 authored almost 11 years ago by alsotang <[email protected]>
fix some typos in koa-vs-express docs

0f20b85da5da823cc62b6abb5e9ce7dd175f2e02 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #232 from altruism/master

Let errors provide their own status.

3cb6c07d5c542f4f382533d45907e2d076b80631 authored almost 11 years ago by Jonathan Ong <[email protected]>
Let errors provide their own status.

When calling `ctx.throw`, you're allowed to provide an error object and a
status code. The statu...

0a223f2bb76aa8e4664a783b2876720ef8d13076 authored almost 11 years ago by New Now Nohow <[email protected]>
Release 0.5.1

c96459bc615afecc3d305599f05b5728ae568d37 authored almost 11 years ago by TJ Holowaychuk <[email protected]>