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

update all badges

github.com/koajs/koa-redis - ff6a54bc96f7772fc84a0bf441e4083dc4cb3515 authored about 11 years ago
init redis client

github.com/koajs/koa-redis - 51fa5610b3b5a372658fafdba2242b4a3a1ced67 authored about 11 years ago
Initial commit

github.com/koajs/koa-redis - b30ec1d7570b4eb03a8ad243a130ae9002cfada6 authored about 11 years ago
Bump version to 2.1.0 - closes #19

github.com/koajs/router - 53cfb26c08b854bf7955913a71c26087f0fcfecf authored about 11 years ago
Release 1.2.0

github.com/koajs/send - ecf4058f870920a39218c605761e0019c3f7940e authored about 11 years ago
fix some styling in tests

github.com/koajs/send - b8d7707a12c89e6f256e1dbb82260aab34004e04 authored about 11 years ago
refactor

just personal preference for casting

github.com/koajs/send - f71e8aa663e43fbaeb48f9dc20ecc815a04b51f8 authored about 11 years ago
Merge pull request #4 from mako-taco/master

correctly set max-age

github.com/koajs/send - 12c88b43111acd3f673ab97fba1112c1d06eb08b authored about 11 years ago
update dependencies

github.com/koajs/koa-rt - 3e7e3658b743ddb94a1a51cd1c7a55de2d6ab88c authored about 11 years ago
use travis

github.com/koajs/koa-rt - 9c5d7bd7e683647083652ef83fb9e7454042a884 authored about 11 years ago
Release 0.0.2

github.com/koajs/koa-rt - 868bf24ebba02f211222b42d76922630df057cd0 authored about 11 years ago
Merge pull request #1 from fengmk2/optional-timer

let timer is optional

github.com/koajs/koa-rt - 97a0c12ebea546b15e56b35b7b2a077b55666b14 authored about 11 years ago
let timer is optional

github.com/koajs/koa-rt - 3c95422691e613ffeb7afba40fd649dd6abcfb76 authored about 11 years ago
update readme

github.com/koajs/koa-rt - 454bf7118eb378ce000896285dfac2e031bfaed4 authored about 11 years ago
Release 0.0.1

github.com/koajs/koa-rt - ca37f55295a67d59ca06cd776a259ca41b252055 authored about 11 years ago
use microtime to get rt

github.com/koajs/koa-rt - 3fd9f5160b2417608786158bfa573e13a7bfbf4d authored about 11 years ago
Initial commit

github.com/koajs/koa-rt - 75b68eb0da835254ed0e2a8006e418d2088877ee authored about 11 years ago
fix crc logic bug

github.com/koajs/etag - 0b13dcb987f7da8830b102ea534c04c477e0903b authored about 11 years ago
Merge branch 'block-helpers'

github.com/koajs/koa-hbs - 6f87885a5f527e020aa60decf7a52a900e19c93b authored about 11 years ago
Add support for block and contentFor helpers

- Specify a content area using {{#block "name"}}<default>{{/block}}
- Populate the content using...

github.com/koajs/koa-hbs - e79eda2d1db513b862f239a2a6b2fd52bf893800 authored about 11 years ago
Remove unintentional log output

github.com/koajs/koa-hbs - 8c80472372a5ef5bbd44267ce6e3f7028731f882 authored about 11 years ago
Merge pull request #1 from jwilm/layouts

Add layout support

github.com/koajs/koa-hbs - 4795a4358f988b5836cd5327f6e637e50d01e0c0 authored about 11 years ago
Tweak readme and increment minor version

github.com/koajs/koa-hbs - 7855a3972834db51c547a64701c77c9cb4911be2 authored about 11 years ago
Add support for template specific layouts

- Specify a layout by adding `{{!< layoutName }}` somewhere in
your template.
- Update README

github.com/koajs/koa-hbs - 06f90446641da64d7b70b6cae45f30bd00752a74 authored about 11 years ago
Add support for default layout

- Users can now specify a default layout and layout path to use.
- The render generator function...

github.com/koajs/koa-hbs - ecf8ea2b63df2f864ab2776d2a79e5cdf4165964 authored about 11 years ago
Simplify switch statement.

github.com/koajs/router - 61e3a222e7c2db63be83a98d5c2854e860c59f76 authored about 11 years ago
Merge branch 'master' of github.com:kilianc/koa-router

github.com/koajs/router - 7b9f69a719cc55fa2366ee47a3aff4b802e89317 authored about 11 years ago
Merge pull request #21 from juliangruber/patch-1

docs: update app.use signature

github.com/koajs/session - ac8810b967f0fe33146ac7de46b83a54c3e1c6d5 authored about 11 years ago
docs: update app.use signature

github.com/koajs/session - d9af3b9276d4aff758db8efb2a77c999de55c400 authored about 11 years ago
Add tests for layouts (these should fail now)

github.com/koajs/koa-hbs - fee67038adfce8035de521100a475b485a92763e authored about 11 years ago
Update README and example for new API

github.com/koajs/koa-hbs - 5547bd8d3f5f11742ae0f34a891af73dff4b7d42 authored about 11 years ago
Use middleware to attach to koa context

- #configure is now private; it is called when the middleware is
generated.
- Updated tests an...

github.com/koajs/koa-hbs - 2b270af4dc73b7fa6c83c8222d02fb76f50683b7 authored about 11 years ago
Add travis build file

github.com/koajs/koa-hbs - 4168b09f68ef34bfdb1b3b60500d8a29e8c7e09e authored about 11 years ago
Add support for registering partials, helpers

- #registerHelper, #registerPartial, and #registerPartials are
available on a koa-hbs instance...

github.com/koajs/koa-hbs - b5d2fe877f55d23976de13bb28a17a72a8fcc3d7 authored about 11 years ago
docs: more benchmark stuff

github.com/koajs/koa - 3891e1787b44ae6f733123dd336375309c92b93e authored about 11 years ago
docs: update koa vs express benchmark stuff

github.com/koajs/koa - 064a7b8fc1c63127749289e4b345bdbae20631f3 authored about 11 years ago
Merge pull request #155 from tricknotes/fix-history.md

Fix typo in History.md

github.com/koajs/koa - 946eeb69174c1cc1dc3705884d4e082cfaaa889f authored about 11 years ago
Fix typo in History.md

* Fix version number
* Fix release date

github.com/koajs/koa - 78c06a09d4ff78289a7def144e8721da1a485b0c authored about 11 years ago
added read endpoint as alias to show :santa:

it was the only missing part of CRUD :D

github.com/koajs/router - ea4b330e78833016a96a282ee04c90bce405583c authored about 11 years ago
docs: koa vs express draft

github.com/koajs/koa - 40c64a37d73f690d0e73112f4120e03ed0af343a authored about 11 years ago
docs: manual responses are not supported

closes #145

github.com/koajs/koa - 969614dba17c5e4af95bea271d700c82315e3467 authored about 11 years ago
Merge pull request #1 from p-baleine/topic-deps-update

Dependencies update

github.com/koajs/common - 39dc987a989f78cbb52133748d572e82dd3948f9 authored about 11 years ago
Dependencies update

Versions of dependent modules are updated.

github.com/koajs/common - c5e9233a45ad9549541d2ba12747c58bb3617acf authored about 11 years ago
Separate configuration and instantiation

- Now provides default instance in module
- Create additional instances via (module).create()
- ...

github.com/koajs/koa-hbs - 26db1f9be470dbc0636c45a1dbe7ffc7725805e6 authored about 11 years ago
Update Readme.md

github.com/koajs/static - 30bfb7f91aa6a4352df9981693c82c76e8cb5c9d authored about 11 years ago
Merge branch 'master' of github.com:koajs/error

github.com/koajs/error - 823554ad13a25dee2dacb1b47997fb0c2d4ff82e authored about 11 years ago
Release 1.1.0

github.com/koajs/error - 24f7ef5836df4ac940bea2e24e4f3e21b7400214 authored about 11 years ago
add app error event

forgot this

github.com/koajs/error - 7b7b9a9eb460b5d2ef8103556812888aa746d771 authored about 11 years ago
Merge pull request #149 from koajs/move-this-aliases-down

docs: move context aliases below context-specific stuff

github.com/koajs/koa - 101bfe42e3075eb0ff0596ce9610e04edb8f71e7 authored about 11 years ago
Merge pull request #147 from koajs/delegate-next-bench

benchmark: use generator delegation

github.com/koajs/koa - b944b89df71dcd46982a01d0ca543712340b085b authored about 11 years ago
fix readme

github.com/koajs/examples - a6915343a7034392cff9160a81d3d0107519e686 authored about 11 years ago
test: add a test case for *respond !socket.writable

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

github.com/koajs/koa - 23548b6c97239ca3c2cbadfb0ecb73e7d75c5e58 authored about 11 years ago
docs: move context aliases below context-specific stuff

github.com/koajs/koa - 86effcd5c65c99b748a1437c7e668e76e4a2ec79 authored about 11 years ago
add an object stream example

github.com/koajs/examples - 66059cff4e99aeda68e4c6665323be3be32eaf66 authored about 11 years ago
bump dependencies

github.com/koajs/examples - 1ea6e020b54be32d89fe62bba5a3c3a92014e23e authored about 11 years ago
add a streaming example

github.com/koajs/examples - 60ccb974a212861183f5efa13d623f0efc09f4f9 authored about 11 years ago
Add tests

github.com/koajs/koa-hbs - ac1127fd21c68a07476d7ce167c2f4f6dfe6fd63 authored about 11 years ago
benchmark: use generator delegation

github.com/koajs/koa - 3c9dcde11bbeec801e8aa6a12e8ac0b8ed0a09e3 authored about 11 years ago
Update package.json

Include repo url

github.com/koajs/koa-hbs - 36f1da6ce1e3fa9d576267517982024230faaf4d authored about 11 years ago
Minmally viable hbs render ability

github.com/koajs/koa-hbs - 1d774008c8710aa4372089d892f49db9f25c4b28 authored about 11 years ago
Initial commit

github.com/koajs/koa-hbs - 8ecede3a7d52667a1e41ee78cfd12cf32d48c0ba authored about 11 years ago
Merge pull request #17 from jeffling/patch-1

Fixing typo: theads -> threads

github.com/koajs/router - 8eedc0163673dc72b38d2a9228f7285421049232 authored about 11 years ago
Fixing typo: theads -> threads

Thanks for the library, great stuff

github.com/koajs/router - 7405893f90c62ac80e54a6d8de3e9b1be16980de authored about 11 years ago
Merge pull request #15 from k-j-kleist/patch-2

Update Readme.md

github.com/koajs/examples - c523eec32efec0c55df41eff2fc1146ab1c3fd2d authored about 11 years ago
remove http caching stuff for now

github.com/koajs/api-boilerplate - 8f17dd1cff2fdbbe6af8683195649a4e955e9656 authored about 11 years ago
add compression

github.com/koajs/api-boilerplate - 79a89f1fdf02a7a5691bb9037f23c7d925bec97b authored about 11 years ago
add ratelimiting

github.com/koajs/api-boilerplate - e76923d7975a7ea360162201507e68677d83216e authored about 11 years ago
add response-time

github.com/koajs/api-boilerplate - ef620ffc303e128c9cbf034ecb5dac76a2087f3f authored about 11 years ago
lower koa-router dep again

something busted

github.com/koajs/api-boilerplate - 691c5fbf450db76c3e755144509d555d88faa8f9 authored about 11 years ago
fix a test now that trailing / is not required

github.com/koajs/api-boilerplate - efd687507d95161bef765ab8763abcd7ee9cc20e authored about 11 years ago
Merge branch 'master' of github.com:koajs/koa

github.com/koajs/koa - d3e3c4d1178599df11a32ef681427fb5f45be5c4 authored about 11 years ago
Update Readme.md

Delete broken "debugging" example from "Other examples", add it unbroken to "Included examples".

github.com/koajs/examples - d7c7f6aba4f84cdffd5393fa382beb555fa50006 authored about 11 years ago
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.

github.com/koajs/koa - 93c4a56d2dbe0373dbfcd0e9fad58c8bc2126162 authored about 11 years ago
Fixed the link url to the list of middlewares on docs/api/index.md.

github.com/koajs/koa - b047805f9e93103733d1b88726339cf98e40c71c authored about 11 years ago
Merge pull request #13 from yosssi/add-testcase-on-body-parsing

Added the test case of "when no name is sent" on `body-parsing/test.js`.

github.com/koajs/examples - 7b912fcc242af7a62d87e7564f72df05a749a82b authored about 11 years ago
Added the test case of "when no name is sent" on `body-parsing/test.js`.

github.com/koajs/examples - c6c1f630acb6e1cef34426d7596084a65985826b authored about 11 years ago
correctly set max-age

github.com/koajs/send - a141ee7dd7a8daf73440f4f5ea1319f9ba2edf97 authored about 11 years ago
Merge pull request #6 from Fishrock123/master

Update compressible to 0.2.0

github.com/koajs/compress - 0f4bf4bd7cce41644963ca3968e3489f59a57b5d authored about 11 years ago
refactor

little clearer i guess

github.com/koajs/conditional-get - 518a26356b58d5a6cb56cbb36d4be1c9893b1bc8 authored about 11 years ago
Merge pull request #1 from Ntran013/master

Fixed middleware not returning generator function

github.com/koajs/conditional-get - 02cffc93555de23b1f2bd03aab138f8a57cbdc39 authored about 11 years ago
Update compressible to 0.2.0

github.com/koajs/compress - c166a964191d92e8e74350e07c863cfa9f215840 authored about 11 years ago
Fixed middleware not returning generator function

github.com/koajs/conditional-get - dad45e378686959d503bcae0001abb46995cd28d authored about 11 years ago
Bump version to 2.0.1

github.com/koajs/router - cb501e907bdd316bf491fb54c8adc0f68c799581 authored about 11 years ago
Improve app.resource() example.

github.com/koajs/router - 00e08ed6c05a24628d371c438a3e018f593b4bfc authored about 11 years ago
Update methods and koa-compose dependencies.

github.com/koajs/router - feebbb16cde5da3e8f26538545b996313721b44d authored about 11 years ago
add missing comma

closes #3

github.com/koajs/error - 0006e3382191b2ebfde93c483e126f41880f5538 authored about 11 years ago
Merge pull request #16 from kilianc/master

skip non functions in resources

github.com/koajs/router - b455774d79dcb45616e59b0ad66383b599eaeed3 authored about 11 years ago
bump koa compose to 2.1.0

github.com/koajs/koa - b56531f75d558c3670ed6881031eca31f99acb41 authored about 11 years ago
use yield *next internally

github.com/koajs/koa - 0d9336622c6e9d01abec01bc4a17ab9736d46252 authored about 11 years ago
handle manually written responses

github.com/koajs/koa - 9fe483ca767b64de3e9b9e2c78b7bfaf420861c2 authored about 11 years ago
skip non functions in resources

github.com/koajs/router - ae588dfe7134eed594dd011229a3ca8a958a07b9 authored about 11 years ago
Merge pull request #2 from remoe/patch-1

Typo ;)

github.com/koajs/error - 2116cf994574901fe2a6e0b27ff643550078b1f6 authored about 11 years ago
Release 1.1.2

github.com/koajs/send - dbe677165ae63642830c9ef3d56216d67ddc62d5 authored about 11 years ago