Ecosyste.ms: OpenCollective

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

KoaJS

Next generation web framework for node.js
Collective - Host: opensource - https://opencollective.com/koajs - Website: https://koajs.com/ - Code: https://github.com/koajs

humanize the response time

milliseconds if < 10 seconds, seconds otherwise. always add a comma.
update example middleware s...

github.com/koajs/logger - 8bcd2a0d7af070a2db504ae9ecde96e8fc760dab authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #3 from koajs/yield-delegate

yield*

github.com/koajs/compose - 767da19eaf889c2dffe8ed6214f700c8969ce575 authored about 11 years ago by Jonathan Ong <[email protected]>
change noop to a generator function

github.com/koajs/compose - 516b12c426290d816d3ace9608220a8b51b11332 authored about 11 years ago by Jonathan Ong <[email protected]>
add hello-world example

github.com/koajs/koa - 3e56d82184643f1a42a4bcff5ee5e013a25cb62e authored about 11 years ago by TJ Holowaychuk <[email protected]>
update guide docs for new middleware style

github.com/koajs/koa - 9ee6ada2d5c2f8d3faf3cee29a1b9a80f0e19ee4 authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix yieldables, use generator delegation

github.com/koajs/bigpipe-example - 9f549f53dec9a7376452488c2907362c07800072 authored about 11 years ago by Jonathan Ong <[email protected]>
koa 0.0.2

github.com/koajs/static - dde0aa7246ba7d2d7bb321096b981273980ba9a6 authored about 11 years ago by Jonathan Ong <[email protected]>
log when response is finished/closed, not caught upstream

closes #1

github.com/koajs/logger - e66053b776941f647ec0b0b1f5251b69b975a10f authored about 11 years ago by Jonathan Ong <[email protected]>
Merge branch 'master' of http://github.com/lensam69/lusca

github.com/koajs/koa-lusca - 48c58e770bfeba6c16d9df1b22aef2dcfb6eadbf authored about 11 years ago by lmarkus <[email protected]>
just remove the spinner stuff for now

github.com/koajs/bigpipe-example - 503e32f0510e61a7e916ecb34dc428ca17799241 authored about 11 years ago by Jonathan Ong <[email protected]>
humanize subscribers number

github.com/koajs/bigpipe-example - 531b28ff57afa7ecc57fef308f7163e2aeccf33e authored about 11 years ago by Jonathan Ong <[email protected]>
fix them shades of gray

github.com/koajs/bigpipe-example - b2d37209108a031a25bf124debbefa991663bc87 authored about 11 years ago by Jonathan Ong <[email protected]>
fix loading spinner on mobile

github.com/koajs/bigpipe-example - 16b197622253dd3e819c5b435031d9da90d58e64 authored about 11 years ago by Jonathan Ong <[email protected]>
center the spinner thing

github.com/koajs/bigpipe-example - 67c7ad55e9b8bb929bf0e8d0e2c249cd8be43f7c authored about 11 years ago by Jonathan Ong <[email protected]>
Back to Apache 2.0 License

github.com/koajs/koa-lusca - e03a29d259d0cb0c7e70d5e6a9d7c5dd6fab43ae authored about 11 years ago by lmarkus <[email protected]>
forgot the mobile view :P

github.com/koajs/bigpipe-example - c2676c658628ad66e11a53b98ad060c8bf4f79d9 authored about 11 years ago by Jonathan Ong <[email protected]>
use calc() again

causes unnecesary reflows and flashes otherwise due to streaming

github.com/koajs/bigpipe-example - c264f1950c1aa0b378dc67a09854f50d3b4370cd authored about 11 years ago by Jonathan Ong <[email protected]>
remove unnecessary closure

github.com/koajs/compress - da4b79b5f1fc8929a282a7097d7e258a93b096cb authored about 11 years ago by Jonathan Ong <[email protected]>
fix sdch error

github.com/koajs/compress - 30128c010435face2e39600475c18fbf8004f69a authored about 11 years ago by Jonathan Ong <[email protected]>
oh my god flexbox is amazing

github.com/koajs/bigpipe-example - ac6e9092b918ad1f31cdca3e6e3775e365dce2b8 authored about 11 years ago by Jonathan Ong <[email protected]>
View.mixin -> View.context

github.com/koajs/bigpipe-example - 479392cc178904686ca26fc7516ee33f7a7fddf3 authored about 11 years ago by Jonathan Ong <[email protected]>
ctx.redirect(): only set status code if not already a valid redirect status code

specifically 3xx codes except for 304. closes #66

github.com/koajs/koa - ee6dce83af1c80e0b3a48fd20e4ca04a9acd5ad4 authored about 11 years ago by Jonathan Ong <[email protected]>
add ctx.query docs to clarify lack of nested object support

github.com/koajs/koa - 22c035bbea52cd40d4c3b28c3c08a42f062e9d95 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #77 from koajs/refactor/accept-methods

replace content-negotiation accessors with 0-arity method calls

github.com/koajs/koa - 5bbe362294d7f1e292b52859c2df9e211f9467f7 authored about 11 years ago by TJ Holowaychuk <[email protected]>
remove content-negotiation accessor methods, replace with method equivalents

github.com/koajs/koa - 3dd172d032c4257912656b12cba494c2c4ec9646 authored about 11 years ago by TJ Holowaychuk <[email protected]>
remove trailer methods

less common than .auth which we removed as well but we can
add them back if it becomes a common ...

github.com/koajs/koa - cf580dbaf3868aae34286899faf66c2d0abc2e4c authored about 11 years ago by TJ Holowaychuk <[email protected]>
remove a few redundant methods for header field values

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

github.com/koajs/koa - 9778933e251afe64294b70fb7be7784b93b0c410 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add docs for .headersSent alias

github.com/koajs/koa - 770183771e526e012a2b943414538e4226804e78 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #74 from koajs/req-res-next

pass an optional `next` to app.callback()

github.com/koajs/koa - 1536d4df290ce38fe2449659677851bedcefbaba authored about 11 years ago by TJ Holowaychuk <[email protected]>
remove unnecessary flex-flow

github.com/koajs/bigpipe-example - dae87850a9d70dcdad3434dfe44b2beca8bb81de authored about 11 years ago by Jonathan Ong <[email protected]>
another negotiator 3.0 fix

github.com/koajs/koa - 836679c61020b5d775f33ea97ec7a8f749df7aa6 authored about 11 years ago by Jonathan Ong <[email protected]>
fix negotiator 3.0 change

i'm not sure if this is incorrect. people should use `accepts()`
anyways.

github.com/koajs/koa - a129d41cc1258fa31032ce5ac0d15a1f2df3a765 authored about 11 years ago by Jonathan Ong <[email protected]>
update and loosen dependencies

pretty annoying to continuously update these. we'll start pining them
when you can actually use ...

github.com/koajs/koa - f0ecaaff50fdd1e4db5f0c816718553d9540f496 authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #11 from lmarkus/master

Custom Preview License

github.com/koajs/koa-lusca - 9030e1ae2d75c0e9ebe8abf44ad83edb083f3d9c authored about 11 years ago by Erik Toth <[email protected]>
cleanup thanks to koa 0.0.2

github.com/koajs/webcam-mjpeg-stream - 7c7e22b9f5ab99db0ca36ec5f25a63a5b0134289 authored about 11 years ago by Jonathan Ong <[email protected]>
pass an optional `next` to app.callback()

github.com/koajs/koa - accb1d6a611d18773e84f8b6e076dad546f3f91f authored about 11 years ago by Jonathan Ong <[email protected]>
travis badge

github.com/koajs/koa - 01e0f838e66a7371cf1a6c936d2b26a4ce164f75 authored about 11 years ago by Jonathan Ong <[email protected]>
remove unused var

github.com/koajs/koa - 2a7b6d07bf4c0d5f3e138c3726965370e020688b authored about 11 years ago by Jonathan Ong <[email protected]>
remove closure wrap in examples thanks to compose 2.0

github.com/koajs/koa - 611dec10f2c8295b866ebab55f18ac4368312951 authored about 11 years ago by Jonathan Ong <[email protected]>
remove unnecessary closure

github.com/koajs/koa - 1bcf9b413f499118ccb5bbd8f5cd9651b8a9c596 authored about 11 years ago by Jonathan Ong <[email protected]>
update readme a little

github.com/koajs/bigpipe-example - 6a6dde822d2fedad452b8a7dbb116c41c7f7faad authored about 11 years ago by Jonathan Ong <[email protected]>
Merge branch 'up-master'

github.com/koajs/koa-lusca - 5ddc4e25eda0f6ca73756413f756e2be2f74a367 authored about 11 years ago by lmarkus <[email protected]>
tests. closes #2

github.com/koajs/bigpipe-example - 36a029cb9e648fc456edac7643749b660b75b51e authored about 11 years ago by Jonathan Ong <[email protected]>
jshint, autoclean script tags

github.com/koajs/bigpipe-example - f4bc2be6926a9d336f033fc4d95b8ac8a857bc72 authored about 11 years ago by Jonathan Ong <[email protected]>
remove app.context() from docs

github.com/koajs/koa - b35929dc3a385ac994fdd69a0340a9e67499dcc3 authored about 11 years ago by TJ Holowaychuk <[email protected]>
remove app.context() for now

get away from promoting the extension of prototypes, aside
from it looking better there isnt rea...

github.com/koajs/koa - c1bed668bdd1a6351d5fdc7b839068e6a1f2e770 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Release 0.0.2

github.com/koajs/koa - 8ee8abcc3268189c3f44abfb64d42903a87c4d5e authored about 11 years ago by TJ Holowaychuk <[email protected]>
update koa middleware

github.com/koajs/bigpipe-example - 4a710faac2573f23fa3d9c903cf411f423a528c9 authored about 11 years ago by Jonathan Ong <[email protected]>
update readme middleware style

github.com/koajs/koa - 399e2ad2551d803dd763a3204ea260080650f40a authored about 11 years ago by TJ Holowaychuk <[email protected]>
refactor for new style middleware

github.com/koajs/route - 6d0f47521ada913ee641c8165b04964ff169a8ef authored about 11 years ago by TJ Holowaychuk <[email protected]>
add new style middleware support through @jonathanong's koa-compose patch

github.com/koajs/koa - 2d35cdff500bee091d4428c7b1bc463171490137 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Release 2.0.0

github.com/koajs/compose - d022039f77e00a60aa0bafcb2f7582c7b8d546e5 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #1 from koajs/gen-next

function *(next) middleware signature

github.com/koajs/compose - 7c54e0945ec7b441a4e8acc1f170c501d7a44986 authored about 11 years ago by TJ Holowaychuk <[email protected]>
change yield next() -> yield next

github.com/koajs/compose - d1a3a8c3888ba2192d70447be95fefecba4ac356 authored about 11 years ago by TJ Holowaychuk <[email protected]>
remove instrumentation for now

github.com/koajs/compose - 074f908e261e45b5dd5c29bd319a3bc83937239c authored about 11 years ago by TJ Holowaychuk <[email protected]>
remove setImmediate()

github.com/koajs/compose - 01ca0dd54a9c454c8314ac70b1157937052abff3 authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix form padding

github.com/koajs/bigpipe-example - 16ed71f35a2796346ea10b5e055e1d2420f6cd94 authored about 11 years ago by Jonathan Ong <[email protected]>
use setImmediate() instead of nextTick()

more efficient

github.com/koajs/compose - 0ebb01b130e9a7f4df5f867d585d9b6b9c207ec4 authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix instrumented version to match

github.com/koajs/compose - e2d08aa5cbcd048cae7486704700958a0e5dc18f authored about 11 years ago by TJ Holowaychuk <[email protected]>
refactor

github.com/koajs/compose - 3848af1fbb23b5caa97b65c550043967dcae2cb1 authored about 11 years ago by TJ Holowaychuk <[email protected]>
sync flush comment

github.com/koajs/bigpipe-example - 2b30294faf61850a6bcebbea1492da30d9ac269f authored about 11 years ago by Jonathan Ong <[email protected]>
comments and docs

github.com/koajs/bigpipe-example - 4488a85579d203f624e50ca4a371330c9f68f701 authored about 11 years ago by Jonathan Ong <[email protected]>
make watch

github.com/koajs/bigpipe-example - 16c7cb8773ab505e3a07861599f370f42c487d95 authored about 11 years ago by Jonathan Ong <[email protected]>
empty and 404 states.

closes #4

github.com/koajs/bigpipe-example - 83b86920aeeee31fad060fdb50434129a6d1da1f authored about 11 years ago by Jonathan Ong <[email protected]>
strategy switches.

closes #3

github.com/koajs/bigpipe-example - 221ede6e6ec63e0e4f2a4b7f80d76c1f338c23a1 authored about 11 years ago by Jonathan Ong <[email protected]>
dev deps

github.com/koajs/bigpipe-example - 5d8db00d3eeb9e618705be4486bdec6b6f9af70a authored about 11 years ago by Jonathan Ong <[email protected]>
autoprefixer fix

github.com/koajs/bigpipe-example - 652be057458131fb05566f72b0cd0837da6d5859 authored about 11 years ago by Jonathan Ong <[email protected]>
fix container min-height

github.com/koajs/bigpipe-example - b140512227c19465485f4c866c3806f720bac094 authored about 11 years ago by Jonathan Ong <[email protected]>
list padding

github.com/koajs/bigpipe-example - c3bf7f27b9b98bf978c388309116dc5eb9968613 authored about 11 years ago by Jonathan Ong <[email protected]>
redirect search to taylorswift

github.com/koajs/bigpipe-example - c1a9a6115ac84efdb9d72e236475b26fbc7de293 authored about 11 years ago by Jonathan Ong <[email protected]>
more refactorings

github.com/koajs/bigpipe-example - 1eb54ea294529e9c6d97b34cc8d3c7d9778e2f51 authored about 11 years ago by Jonathan Ong <[email protected]>
Added Custom Netflix License

github.com/koajs/koa-lusca - 6b4ea0722975c41fc5128530e4fa134c4a4f00e3 authored about 11 years ago by lmarkus <[email protected]>
what is this semicolon doing here? it's so unlike me.

github.com/koajs/bigpipe-example - 992b7cdec5b93c0b4e174863c73264f91a15cad5 authored about 11 years ago by Jonathan Ong <[email protected]>
search field

github.com/koajs/bigpipe-example - f2780bfd5c8a2579a5eb2f2a167ec9b83b748524 authored about 11 years ago by Jonathan Ong <[email protected]>
everything except docs, tests, and search

github.com/koajs/bigpipe-example - 300dc48c959939dfc8ffe6c9d6a1877a19364314 authored about 11 years ago by Jonathan Ong <[email protected]>
add koa-session to dev deps

github.com/koajs/csrf - 96175dde6e3002bf34077204c46786ea1b5d75de authored about 11 years ago by Jonathan Ong <[email protected]>
initial commit

github.com/koajs/csrf - f338b781ab868b3a961c67bda131fadd697c0c3c authored about 11 years ago by Jonathan Ong <[email protected]>
yield wait(1);

github.com/koajs/compose - 779d13f00237a799838b2ddc02442ed20eb9f440 authored about 11 years ago by Jonathan Ong <[email protected]>
move length up

github.com/koajs/compose - 0c49b2b726911461256223824284a6dc356fbd63 authored about 11 years ago by Jonathan Ong <[email protected]>
some more tests

github.com/koajs/compose - 460667481d9d0289cc359bf6b9112615046f785c authored about 11 years ago by Jonathan Ong <[email protected]>
add debug for auto-saving

github.com/koajs/session - df63a5ca392f0a228143251f82277ea7a1add9dd authored about 11 years ago by TJ Holowaychuk <[email protected]>
add auto-saving of new sessions

github.com/koajs/session - 2e9cba3bf56170e2576d84db0b33b320057fd7a4 authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix defaulting of .sid haha.. fail

github.com/koajs/session - c25ecaa3da2868b12ca62a6d66305245b185a5b2 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add Session#id

github.com/koajs/session - ed53eaf5e3ed863cf9ea6f87c03b6cb55d2ec438 authored about 11 years ago by TJ Holowaychuk <[email protected]>
docs

github.com/koajs/session - c18f4af2247ba7bf86194db2b09f29844621f5fe authored about 11 years ago by TJ Holowaychuk <[email protected]>
Initial commit

github.com/koajs/session - f63f71caf4b1061abdfe46dbd7fedb3aa9f98864 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add cookie docs

github.com/koajs/koa - a9ae5630514dc610fac79233d6d267cfd84b8a25 authored about 11 years ago by TJ Holowaychuk <[email protected]>
typo

github.com/koajs/route - 6fb9b43a6fcb22f9d9457badd7d8bc9098274174 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Initial commit

github.com/koajs/route - af83c806321bef9e7a58eecbb2ba7421fcdf06c5 authored about 11 years ago by TJ Holowaychuk <[email protected]>
function *(next) middleware signature

github.com/koajs/compose - f36cc9ea44277e408b2718c12fafc5807ae31c70 authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #9 from webcore/lusca-master

Merge monster branch to master

github.com/koajs/koa-lusca - b0218e8afc2a0dcd8cee7a2da1512d0902b6605a authored about 11 years ago by Erik Toth <[email protected]>
Merge pull request #7 from lmarkus/master

Legal required that we change "eBay Inc" to "eBay Software Foundation"

github.com/koajs/koa-lusca - 9059052a2bf82e59e79f2918db43c6516fd64cd8 authored about 11 years ago by Erik Toth <[email protected]>
Merge branch 'up-master'

github.com/koajs/koa-lusca - fd1134263f403272175a10561fb80d1c2df35900 authored about 11 years ago by lmarkus <[email protected]>
Added eBay Software Foundation to licensing info

github.com/koajs/koa-lusca - e1eb00b1eb73290b13af1b129b5d9f2602bbfa5e authored about 11 years ago by lmarkus <[email protected]>
Merge pull request #60 from jonathanong/warn-context-overwrite

debug context: notify if a property is being overwritten

github.com/koajs/koa - 3c3b81b9604051f8a13e2b74fddc4cb059ae74fc authored about 11 years ago by Jonathan Ong <[email protected]>