Ecosyste.ms: OpenCollective

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

github.com/eggjs/koa

Expressive middleware for node.js using ES2017 async functions, forked from koa v2.x
https://github.com/eggjs/koa

Merge pull request #163 from koajs/404

better 404 handling

41502429deb2a870b25198843ccfbb6999a0b8be authored almost 11 years ago by TJ Holowaychuk <[email protected]>
refactor: remove unused argument

e71937491bdd9062c2bd30a43f8c875b344cfb2c authored almost 11 years ago by Jonathan Ong <[email protected]>
better 404 handling

b7b1c0fd446a9c0728b9700794100bccdeddb5cd authored almost 11 years ago by Jonathan Ong <[email protected]>
docs: add debugging and ._name docs

7ee4f43dc0938a3f16bf68ba1dbbd05805dddc3d authored almost 11 years ago by Jonathan Ong <[email protected]>
debug: check for fn._name as well

51da356a5f4adbb8b1666a8f26fc503bdb352144 authored almost 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #162 from detj/master

Fix typo in api/index.md

ebed2a34af12df7bb507be1be2439e85c090ed28 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Fix typo in api/index.md

* `negotation` to `negotiation`

e49289944349f4af931c9bf335e7268c96db2f0a authored almost 11 years ago by Debjeet Biswas <[email protected]>
fix ctx.inspect() after previous commit

otherwise .body will be missing

7c3181e4d70d4a3163d7a4c46e051694f8659c3a authored almost 11 years ago by TJ Holowaychuk <[email protected]>
add explicit .toJSON() calls to ctx.toJSON()

14fe56e63283d617eea40a69d66287672635fc7d authored almost 11 years ago by TJ Holowaychuk <[email protected]>
remove trailing comma

88fb4c841db78be364496e2b571fd0ad2fa2441d authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Release 0.2.0

08a88a92dba20c39e2a6666457f87fa89d8a4244 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #160 from jbergstroem/patch-1

Benchmarks: Table-fy

c86fc2cec96ead25774118d4ddd70f2cdcb6fd03 authored almost 11 years ago by Jonathan Ong <[email protected]>
Benchmarks: Table-fy

Had to un-indent text for the GFM markdown to accept the table. Not sure what to do with rest of...

c6c375c252e56b0bbfca565f525eef9f02f2e679 authored almost 11 years ago by Johan Bergström <[email protected]>
refactor: move .is to type-is

20615b808df0dd146a7de4feba4dc7625fc90b8c authored almost 11 years ago by Jonathan Ong <[email protected]>
refactor: move content negotiation to accepts

7fe4133b4af158daf51d1eddf5ba91b621a44847 authored almost 11 years ago by Jonathan Ong <[email protected]>
docs: more benchmark stuff

3891e1787b44ae6f733123dd336375309c92b93e authored almost 11 years ago by TJ Holowaychuk <[email protected]>
docs: update koa vs express benchmark stuff

064a7b8fc1c63127749289e4b345bdbae20631f3 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #155 from tricknotes/fix-history.md

Fix typo in History.md

946eeb69174c1cc1dc3705884d4e082cfaaa889f authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Fix typo in History.md

* Fix version number
* Fix release date

78c06a09d4ff78289a7def144e8721da1a485b0c authored almost 11 years ago by Ryunosuke SATO <[email protected]>
docs: koa vs express draft

40c64a37d73f690d0e73112f4120e03ed0af343a authored almost 11 years ago by Jonathan Ong <[email protected]>
docs: manual responses are not supported

closes #145

969614dba17c5e4af95bea271d700c82315e3467 authored almost 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #149 from koajs/move-this-aliases-down

docs: move context aliases below context-specific stuff

101bfe42e3075eb0ff0596ce9610e04edb8f71e7 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #147 from koajs/delegate-next-bench

benchmark: use generator delegation

b944b89df71dcd46982a01d0ca543712340b085b authored almost 11 years ago by TJ Holowaychuk <[email protected]>
test: add a test case for *respond !socket.writable

https://github.com/koajs/koa/commit/9fe483ca767b64de3e9b9e2c78b7bfaf4208
61c2#diff-5372f626ee152...

23548b6c97239ca3c2cbadfb0ecb73e7d75c5e58 authored almost 11 years ago by Jonathan Ong <[email protected]>
docs: move context aliases below context-specific stuff

86effcd5c65c99b748a1437c7e668e76e4a2ec79 authored almost 11 years ago by Jonathan Ong <[email protected]>
benchmark: use generator delegation

3c9dcde11bbeec801e8aa6a12e8ac0b8ed0a09e3 authored almost 11 years ago by Jonathan Ong <[email protected]>
Merge branch 'master' of github.com:koajs/koa

d3e3c4d1178599df11a32ef681427fb5f45be5c4 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #141 from yosssi/fix-docs-api-index-md

Fixed the link url to the list of middlewares on docs/api/index.md.

93c4a56d2dbe0373dbfcd0e9fad58c8bc2126162 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Fixed the link url to the list of middlewares on docs/api/index.md.

b047805f9e93103733d1b88726339cf98e40c71c authored almost 11 years ago by yosssi <[email protected]>
bump koa compose to 2.1.0

b56531f75d558c3670ed6881031eca31f99acb41 authored about 11 years ago by Jonathan Ong <[email protected]>
use yield *next internally

0d9336622c6e9d01abec01bc4a17ab9736d46252 authored about 11 years ago by Jonathan Ong <[email protected]>
handle manually written responses

9fe483ca767b64de3e9b9e2c78b7bfaf420861c2 authored about 11 years ago by mako-taco <[email protected]>
use 8 threads for benchmarks

7da0a609dba61d588c2265813047ee5f3e7f9683 authored about 11 years ago by TJ Holowaychuk <[email protected]>
update koa-compose

6ba0cb48e9fc116a3e54f0067bc80ce1c018a64a authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs: add note about gnode perf

33a513898bc2643bf3bb7e295e13594cc30e7166 authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs: typo

cfeefac1910922c373cc75f593cee808f15c6a78 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #137 from nicoder/patch-2

fix typo

f19ab9815646e58675aaacd8804dc040b5fe9b0e authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix typo

46163dba03fa617f97c1c126c96f0c72c709c751 authored about 11 years ago by nicoder <[email protected]>
Merge pull request #135 from kennethormandy/master

Updates logo in README for hi-dpi screens

663c0f7a6ed5a437c525b73bceea4ecb6bb29ac4 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Updates logo in README for hi-dpi screens

0b02d62e96f7f3d69c31e563810092a9b51f97fa authored about 11 years ago by Kenneth Ormandy <[email protected]>
0.1.2

6b16574df7c3d09583f24c5858ff10bd83734a2c authored about 11 years ago by Jonathan Ong <[email protected]>
update deps

afc9c323560f6b98cc99e6ca01a0752473b9bf4d authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #131 from koajs/add/throw-status-msg

Add/throw status msg

998b3486327410b70043e276ff5d30f848459ad0 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #133 from jed/patch-1

Update keygrip dependency version

4ee0ad0a826739df4f42e945620a10f7d3a75a2f authored about 11 years ago by TJ Holowaychuk <[email protected]>
Update keygrip dependency version

The 0.2.4 version of keygrip was problematic for Windows installations, due to the generation of...

64666798bad4334e8f25ad2ceb21f418c489970a authored about 11 years ago by Jed Schmidt <[email protected]>
Update Readme.md

f84a9d645b149cda1564763a55f9433960955bfc authored about 11 years ago by TJ Holowaychuk <[email protected]>
smaller logo

243e1e88881e18688f829606fd1f0e71d8807ace authored about 11 years ago by TJ Holowaychuk <[email protected]>
add docs for .throw() additions

5eb53a7f7a2e12c1dd157b08e9478e5ad923f416 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add support for .throw(status, msg). Closes #130

87c03aff61396237722e0bd4c6cb4fb1891c4818 authored about 11 years ago by TJ Holowaychuk <[email protected]>
rename error.js to throw.js

5c50b6d0b35346156366a8ec1040754e8a59fdef authored about 11 years ago by TJ Holowaychuk <[email protected]>
use on-socket-error

879293f548158104ea2789e8f852aa694ca86cc1 authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #127 from wryk/patch-1

fix typo

02409b9d5dc480a50ad10b2b6a4991bb859890ea authored about 11 years ago by Jonathan Ong <[email protected]>
fix typo

bf3e155d4b9e95af0464ed8c4e4f5434d26386cc authored about 11 years ago by Mathieu Gallé-Tessonneau <[email protected]>
remove `next` in callback for now

revisit mounting later

61d437d7469e87ef3742294993d15bf7bafdf26d authored about 11 years ago by Jonathan Ong <[email protected]>
bumpity boop co

38d5bad4d14ed986edd8badd3e1491a3a95c2c4f authored about 11 years ago by Jonathan Ong <[email protected]>
lint: remove unused requires

duh.

938a67c94f68371ce0c8d56c4161572b1d773db8 authored about 11 years ago by Jonathan Ong <[email protected]>
bump some dev deps

f061d1f8a930102e0ac0c31355c18c4c7a782e20 authored about 11 years ago by Jonathan Ong <[email protected]>
refactor: allow any streams with .pipe method

34104c9af354eef0473193f2257c20b90c5255bc authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #125 from hughsk/patch-1

Fix typo

b7df276eecc9e0de2d61872fa882737005d60bbe authored about 11 years ago by TJ Holowaychuk <[email protected]>
Fix typo

s/requivalent/equivalent/g

098dac5a594dad1c9c84ba17adebbd18bc6cc8a6 authored about 11 years ago by Hugh Kennedy <[email protected]>
Merge pull request #123 from superchink/patch-1

Fix typo of "middleware" in index.md

77fe33200897ab5081617f63a01995c490c98559 authored about 11 years ago by Jonathan Ong <[email protected]>
Fix typo of "middleware" in index.md

Originally submitted pull request to wrong repo; sorry!

10ea87206516091960221a0b3c96b7c0cd8ce89c authored about 11 years ago by superchink <[email protected]>
Merge pull request #122 from darrencauthon/patch-1

Fix word

251922b290750392dc98755630aa85f5a4ff8083 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Fix word

17ed10a91c079164cbfbf97f845cc28ae1d5cb94 authored about 11 years ago by Darren Cauthon <[email protected]>
Merge pull request #121 from TooTallNate/add/gnode-readme

Readme: add note about `gnode` to the Readme

e2081380a26d1f87d172df68584e1a385d9defaa authored about 11 years ago by TJ Holowaychuk <[email protected]>
Readme: add note about `gnode` to the Readme

For people who are stuck on v0.10.x for now, but would still like to use
Koa, then `gnode` is a ...

59d5de4a204a5a3cbf6f80f3d5e4733477ce93ba authored about 11 years ago by Nathan Rajlich <[email protected]>
docs

d87af72f215245f4746d18b18b430a5b164140cf authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of github.com:koajs/koa

88a4f93e281dfec7d159f22d4c956ad2a8d38d5e authored about 11 years ago by TJ Holowaychuk <[email protected]>
add History.md

31609342c499b24f9bb53949270f0d43e0dad76b authored about 11 years ago by TJ Holowaychuk <[email protected]>
add GeneratorFunction assertion for app.use(). Closes #120

breaks old old shit but thats ok, super early in the game

70971dcb53db88c1801ff837223142478142782a authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #119 from benjreinhart/master

Update engine version to match readme

39cec54173c278d26eba0e506e10fd3583ebda89 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Update engine version to match readme

See: 0d35b3a6ac64d3b4fafa2703f4ccfd2dcaf027c8

6522ff19cc84258fb8fca5718c1e8532c70a41ee authored about 11 years ago by Ben Reinhart <[email protected]>
docs: add "why is this not express 4.0" to FAQ

fefb3c59aea33e8e12c4c50a1dd024a7b57ae288 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Release 0.1.1

45db061563e349c29f6c7131453b0bf5a3e49448 authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix: cleanup socker error handler on response

171892c66920c0a1227ea88d4623bd650b3859d8 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of github.com:koajs/koa

a58e38454fc65aab7c69370d2d94a4a40ebfa0d9 authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs: add routing to FAQ

c90369d2dfc25da8b5ac97a88ba2c5152638686a authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #118 from eivindfjeldstad/patch-1

add deprecation warning for ctx.error

9f35f6bf17fba31496e748790d5610cd137d4776 authored about 11 years ago by Jonathan Ong <[email protected]>
add deprecation warning for ctx.error

Didn't notice the change until now. A warning would be useful

ddde5f96efcadb5009c71bdbc406c6038834d519 authored about 11 years ago by Eivind Fjeldstad <[email protected]>
docs app: some copy changes and typo fixes

2f4163f6e67c777f2d73fbd4a4299434d2201fc6 authored about 11 years ago by Jonathan Ong <[email protected]>
docs response: fix redirect for correctness

do we want to check if the body is already set?

0c024c48a8845eb2b00b18ce754dc7b279260785 authored about 11 years ago by Jonathan Ong <[email protected]>
docs response: fix md list jank

e00f2aee9d1d3c0dce5fd7e1725515ebac8982bb authored about 11 years ago by Jonathan Ong <[email protected]>
docs request: typo

039805265fec58ceb8644a8ceef19bc8aaff0443 authored about 11 years ago by Jonathan Ong <[email protected]>
docs: more faq

6761caa09de67c8baa8d092663971a6698f01acf authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs: more faq

9812aff8d2ad39c6e4f0fee01772923b7e53bd6b authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs: add performance impact to FAQ

9e131089d3583449c442ee296a49c86e89762725 authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs: 0.11.9

0d35b3a6ac64d3b4fafa2703f4ccfd2dcaf027c8 authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs: --harmony-generators -> --harmony

0732f06771ab5b2537ced95763df3df0138ca690 authored about 11 years ago by TJ Holowaychuk <[email protected]>
logo

9d1ddee19a383178fb6fde5de62d4b29f713f7f3 authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs: faq

8a7554525bfe05c249fdc81e9ba94dbeb6c5261b authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs

0e4545c03b08f743ec8a422533783174033e719d authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs: explain middleware cascading a bit

hopefully this sort of makes sense, need that gif fixed

49236889445349158cc9ac885fddce26f49bc6ec authored about 11 years ago by TJ Holowaychuk <[email protected]>
Release 0.1.0

a381881bc15f6de686373a6509ff073bb6290132 authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs: add context example

c132b83bc9c6e3c479999a6a580637d2ebfb6671 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of github.com:koajs/koa

0ae852be03c59fc7687bcba9ddbe3f9e22c1b0a7 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add hello world and app intro

meh not a fan of what im writing today but gotta get this thing out

c1ed85361bf6f1db361ab0fd8cf7574a745c9fa5 authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs: move app.listen() stuff lower

c55ef32978f4930afbe3f9ab47a03ec5b35b2d76 authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs

bed70f4716b216c568282e788df1cd3b837c8bf8 authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs context: fix markdown jank

breaks your styling, but your markdown styling creates bad list outputs

e83e0022dd09be5f9c9eb4389585a4ec3249d8b5 authored about 11 years ago by Jonathan Ong <[email protected]>
docs context: throw defaults to 500

6b33d4d1ae83b7c1e6be4d5891dda5a1871d61aa authored about 11 years ago by Jonathan Ong <[email protected]>