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 README.md

github.com/koajs/static-cache - 4ef2a429a0dc792790f0de2e5849fff0b62fe02f authored about 11 years ago by Jonathan Ong <[email protected]>
Update README.md

github.com/koajs/static-cache - 5dde28e74c45cbc3fc0c20ed1b6d077aa261115f authored about 11 years ago by Jonathan Ong <[email protected]>
adding middleware name

github.com/koajs/koa-lusca - 143f00174ba2deb677a7ab2156d467f7ff78a7e0 authored about 11 years ago by skoranga <[email protected]>
add err.expose check for response handler to expose the err.message

github.com/koajs/koa - fc25b79b99752e361a784f3b6e60fadc40bcc79b authored about 11 years ago by TJ Holowaychuk <[email protected]>
change ctx.error() to flag as err.expose

meaning the application could respond with this message if it likes

github.com/koajs/koa - 6db24f9fac7cf11f2d5088f62ff2e472f76c7623 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Bump version to 1.5.5

github.com/koajs/router - 58f233b4b186325e178c96b46b550dac49f20790 authored about 11 years ago by Alex Mingoia <[email protected]>
Add David dependency management badge.

github.com/koajs/router - 630181a7ee9627af0eade1430308c1f62495cfbd authored about 11 years ago by Alex Mingoia <[email protected]>
Specify language for code indentation.

github.com/koajs/router - cbc4a423dc7f22474d24255e382c03ceeed9fc13 authored about 11 years ago by Alex Mingoia <[email protected]>
Fix context route alias.

github.com/koajs/router - 5e161a9be38915489a1683e1bb86dcc5d6bd59a6 authored about 11 years ago by Alex Mingoia <[email protected]>
bumping revision

github.com/koajs/koa-lusca - de182222cc380d86aae93cfdfdcb8197dc5263d2 authored about 11 years ago by ertoth <[email protected]>
Merge pull request #3 from ertoth/master

Update CSRF to use new csrfToken() API

github.com/koajs/koa-lusca - f35c75f157997a39e288f4d89e61c70e8b8eb813 authored about 11 years ago by Jeff Harrell <[email protected]>
Initial commit

github.com/koajs/rewrite - b7db793ea7d30c0581241d2c87cb691711b2aca3 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add ENOENT err.code support for 404

github.com/koajs/koa - 091d5010cd4762eccd246141aa932cb88031c30b authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix text/plain response for 500 errors

github.com/koajs/koa - 228c38cf3ea4fe5db7b98ebb902611a507aa9b84 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add socket error handling docs

github.com/koajs/koa - 28b5b85860abc403fd2bc0c01784853342a52653 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add error propagation example

github.com/koajs/mount - 5775a8d27edcd32e5d7a76708daf6672750fc184 authored about 11 years ago by TJ Holowaychuk <[email protected]>
remove socket error handling, use server "clientError"

github.com/koajs/koa - 92b741ac0a83d1608a5b4cd397c30a8f180cc86b authored about 11 years ago by TJ Holowaychuk <[email protected]>
remove a console.log

github.com/koajs/koa - cf54f7d7d5589b77e086d82d9ac36650cbe5f45b authored about 11 years ago by TJ Holowaychuk <[email protected]>
add failing socket error handling test

github.com/koajs/koa - 2fe83a4e3d0db83d78f6466d54f220a254fd4058 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add socket errors example

github.com/koajs/mount - cd096c4087ddb2f0cf7e3df1630135f0561635e8 authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix socket "error" handling

always has clientError now

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

github.com/koajs/mount - ef59ced08572c804257b76e5515061c7710a6c7d authored about 11 years ago by TJ Holowaychuk <[email protected]>
add some debug() calls

github.com/koajs/mount - 3a5396932eb650118a35384af69b8f5ff085b2f4 authored about 11 years ago by TJ Holowaychuk <[email protected]>
changelog

github.com/koajs/mount - e09d00aaaa5a271332c618d94aa73b23408b8707 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Release 1.1.0

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

github.com/koajs/mount - 06db07e2115c3fb3b3aa6932037ad88131e754f4 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add middleware mounting support

github.com/koajs/mount - 9f792659c829faa55e04a8bd145589124af0d82e authored about 11 years ago by TJ Holowaychuk <[email protected]>
add test for pathless mount

github.com/koajs/mount - f520ba4abebbd842f0a22e9ba1b3c527505723a0 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add support for pathless mounting

github.com/koajs/mount - 041883d7c9bed8baa24174278adc64d77b2fb75d authored about 11 years ago by TJ Holowaychuk <[email protected]>
add pathless example

github.com/koajs/mount - 6ef68378344f92ec5e52e1cb874ca84510d5d4a5 authored about 11 years ago by TJ Holowaychuk <[email protected]>
rename example

github.com/koajs/mount - fed5deee2ab55f8f05e0cd43bba49d8e9174bf93 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add cascade test and example

github.com/koajs/mount - 1efa3654bb0d6d2a008d693c16ef427cc86b5887 authored about 11 years ago by TJ Holowaychuk <[email protected]>
refactor tests

github.com/koajs/mount - 2002bc91bf8b5025cc8a290ce4d9df89f07c1c2a authored about 11 years ago by TJ Holowaychuk <[email protected]>
add initial tests

github.com/koajs/mount - 0900f254ac3989eb83fb20a90b4866ae94d8729e authored about 11 years ago by TJ Holowaychuk <[email protected]>
remove unnecessary .bind()

github.com/koajs/koa - 67b49cf82d1947163e083d89a262416ddd39f9fc authored about 11 years ago by TJ Holowaychuk <[email protected]>
add app "error" test

github.com/koajs/koa - 42f5aa1e619e0c830f3cbae171b8f8a468233cdc authored about 11 years ago by TJ Holowaychuk <[email protected]>
undo messup

github.com/koajs/koa-lusca - 215849da7c2b1b99bd21f08a99746f5d8a1f550c authored about 11 years ago by ertoth <[email protected]>
start using new csrf API

github.com/koajs/koa-lusca - 7071c7b2d18c475ebafd0d375664cf9e229092dd authored about 11 years ago by ertoth <[email protected]>
add template integration example

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

github.com/koajs/koa - 60576832df7b6456a8529dc82573e5816a1538aa authored about 11 years ago by TJ Holowaychuk <[email protected]>
Bump version to 1.5.4

github.com/koajs/router - b25d665ab5ac7cac99749ad07779309d740e201c authored about 11 years ago by Alex Mingoia <[email protected]>
Fix yield when no match is found.

github.com/koajs/router - 24f1e4a9963a32f0cb2bfc791fb3f0be67f8cddc authored about 11 years ago by Alex Mingoia <[email protected]>
Update documentation.

github.com/koajs/router - 7f80a1313837940d67c3c157bd744c18fe1a1172 authored about 11 years ago by Alex Mingoia <[email protected]>
Bump version to 1.5.3

github.com/koajs/router - 9e16f66c00cc4ee3fe9766179b93dac5c422cbba authored about 11 years ago by Alex Mingoia <[email protected]>
Update documentation.

github.com/koajs/router - 68cf5cdbd44d65bda124ccecd9782994a1c8639a authored about 11 years ago by Alex Mingoia <[email protected]>
Separate Router from Application dependency.

github.com/koajs/router - b5772bc36bb8644f31a2ce00a50d30f01a59548d authored about 11 years ago by Alex Mingoia <[email protected]>
Add extend module dependency.

github.com/koajs/router - 2650c4c9797582e0dbc8c4bd558f137c57ac3f76 authored about 11 years ago by Alex Mingoia <[email protected]>
docs

github.com/koajs/koa - 2733c61d0008d50a877b6bc6ce7cf181d5ae4402 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add co example

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

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

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

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

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

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

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

github.com/koajs/koa - c6dc504ce8bbfcd1b8e98ea711a734e81e3382e1 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Bump version to 1.4.3

github.com/koajs/router - 8c9a0a7fcc9b9ce58358959f93c199a27c1b5fa4 authored about 11 years ago by Alex Mingoia <[email protected]>
Remove unused dependencies.

github.com/koajs/router - 372d11bd7e377a2394380f1c4f350ea2762706f7 authored about 11 years ago by Alex Mingoia <[email protected]>
Expose Router constructor.

Expose Router constructor instead of middleware, allowing people to modify or
use the Router's p...

github.com/koajs/router - 8beaaef9db7cb0a4146b8916eaf1b4fd413c8659 authored about 11 years ago by Alex Mingoia <[email protected]>
Merge branch 'master' of github.com:koajs/koa

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

github.com/koajs/koa - 5459fb8c55d0c34433eae20c47c7b5dece59d86b authored about 11 years ago by TJ Holowaychuk <[email protected]>
add guide

github.com/koajs/koa - 60eb2edb86531c73a6fcedf3f04b64d4c84faafb authored about 11 years ago by TJ Holowaychuk <[email protected]>
alias support

github.com/koajs/static-cache - fb1a366427c40a9713cf1f6feced1417094e1af5 authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #46 from karlbohlmark/json-response-length

use byteLength when calculating content-length

github.com/koajs/koa - fab0150a639cf1dbb231e8af057bd8ba65b414f9 authored about 11 years ago by TJ Holowaychuk <[email protected]>
use byteLength when calculating content-length

github.com/koajs/koa - 520df772ef0eae861c36e1a55905f23c8a407846 authored about 11 years ago by Karl Böhlmark <[email protected]>
Bump version to 1.3.3

github.com/koajs/router - 28e56cab091f77789333bfca11e4990e191a7d25 authored about 11 years ago by Alex Mingoia <[email protected]>
Use path-to-regexp module.

Use path-to-regexp module for transforming route path strings into regular
expressions. This bri...

github.com/koajs/router - 209e144b147ac450dd5397c50f16de54d478b995 authored about 11 years ago by Alex Mingoia <[email protected]>
Use router.match()

github.com/koajs/router - 89c110bb05f6158f9b968e81ad86012b9fa926fb authored about 11 years ago by Alex Mingoia <[email protected]>
move downstream logic to response middleware

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

github.com/koajs/koa - 37a7457d2897bec1381023fd77ad1703784bb7a1 authored about 11 years ago by TJ Holowaychuk <[email protected]>
use app.listen() in tests

github.com/koajs/koa - 3758f4b67512a6357c4223f3ea6c4bc79260e981 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Bump version to 1.2.3

github.com/koajs/router - 671ed55d01566b9624720aec39744ec5676fa54d authored about 11 years ago by Alex Mingoia <[email protected]>
Do not modify cached methods object.

github.com/koajs/router - 119ce76262d4a21403dc487046b25f386edbad6e authored about 11 years ago by Alex Mingoia <[email protected]>
Bump version to 1.2.2

github.com/koajs/router - ece42d6009825e458b6f5d5d60822503b1368660 authored about 11 years ago by Alex Mingoia <[email protected]>
Update README.md

github.com/koajs/router - f476512b9d10afafeffce1f91f34ea0302ca9f0a authored about 11 years ago by Alex Mingoia <[email protected]>
Add additional tests.

github.com/koajs/router - 77fa90482a8a1372b1a17d0676be1db8c8fd09c9 authored about 11 years ago by Alex Mingoia <[email protected]>
Support regular expression route paths.

github.com/koajs/router - 35661a97fb2e6ddfe8e7bea14770437c3ba9744d authored about 11 years ago by Alex Mingoia <[email protected]>
add ctx to error-handling example

github.com/koajs/koa - 258f6625437fcef696e30c3f1869bb0f70b00dc5 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add docs for error ctx

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

github.com/koajs/koa - b3761b5da0ca04f46eb768890868d74f2afdb4d2 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #44 from jonathanong/patch-1

pass context to errors

github.com/koajs/koa - 9046d080be2f4931924e604c41fbcc8f467f81b4 authored about 11 years ago by TJ Holowaychuk <[email protected]>
pass context to errors

errors are kind of useless without the context

github.com/koajs/koa - a5208f5ce645481287595051485d3a02c3e7d918 authored about 11 years ago by Jonathan Ong <[email protected]>
Add Travis CI badge to README.md

github.com/koajs/router - bea66ec18e9c0a80e4451d4e5a472d8ce68ac98c authored about 11 years ago by Alex Mingoia <[email protected]>
Add resource auto-loading support.

github.com/koajs/router - 780454d8fadf90dfcf0054d118d315c31cd1f58f authored about 11 years ago by Alex Mingoia <[email protected]>
Add Resource routing.

github.com/koajs/router - 0d3a5647ad759859cc32850db06e8a3f88e3d64e authored about 11 years ago by Alex Mingoia <[email protected]>
Merge pull request #43 from kjbekkelund/patch-1

typo

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

github.com/koajs/koa - baefcacff99046fbe965e0c5682949753e31619b authored about 11 years ago by Kim Joar Bekkelund <[email protected]>
Add .travis.yml

github.com/koajs/router - 6bf076f3cddceef7e678df1e41566c783500c2bb authored about 11 years ago by Alex Mingoia <[email protected]>
Add README.md

github.com/koajs/router - 6f9afe2066328801e44b2ae6d17f4aeabfbb7c5d authored about 11 years ago by Alex Mingoia <[email protected]>
Refactor router and route params.

github.com/koajs/router - 09ce73eddf0834cab87496c6fc5ce8c540daeb41 authored about 11 years ago by Alex Mingoia <[email protected]>
Add Route test for app context

github.com/koajs/router - 5144e558dc24669ccf1f7473e8ee66850ca0f2ec authored about 11 years ago by Alex Mingoia <[email protected]>
Add tests.

github.com/koajs/router - b2718a05df8f6b47414f50cbd84ef8a59f54cd8b authored about 11 years ago by Alex Mingoia <[email protected]>
Add Route and generator support.

github.com/koajs/router - 424a4aae2490b04b03d27a687d8ff3bc332cf0a7 authored about 11 years ago by Alex Mingoia <[email protected]>
Add supertest to dev dependencies

github.com/koajs/router - 616f4ba3d69e4fc028e7d5901d6e7035eba33766 authored about 11 years ago by Alex Mingoia <[email protected]>
Add .gitignore

github.com/koajs/router - fb7412213a5b23132d3f9ca5f594214911f255c6 authored about 11 years ago by Alex Mingoia <[email protected]>
Add package.json

github.com/koajs/router - d1a721362a313a6271a00a6566f98af28471e635 authored about 11 years ago by Alex Mingoia <[email protected]>
gitignore

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

github.com/koajs/compose - 038fe1185a83a6daba92f4ff6366698e0bb4f4cd authored about 11 years ago by TJ Holowaychuk <[email protected]>
add basic instrumentation

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