Ecosyste.ms: OpenCollective

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

Egg.js

πŸ₯š Born to build better enterprise frameworks and apps with Node.js & Koa
Collective - Host: opensource - https://opencollective.com/eggjs - Website: https://eggjs.org - Code: https://github.com/eggjs

context delegates: response.lastModified and response.etag

only doing setters because i think getters would be pretty confusing.

github.com/eggjs/koa - 9d7dd437d7b09ea11d8ffdddf6ca98c0e6e91835 authored about 11 years ago by Jonathan Ong <[email protected]>
docs: add res.lastModified and res.etag among other things

github.com/eggjs/koa - dc873d66e2c649e288190d8aab263085a4ec216f authored about 11 years ago by Jonathan Ong <[email protected]>
app.respond: support 205 status codes as no-content

pretty new to me, but it’s basically the same as 204

github.com/eggjs/koa - 1dd1d02db08d2a41169237e0388a5c63621508b0 authored about 11 years ago by Jonathan Ong <[email protected]>
tests: add a 200 HEAD test

purpose of this test is to explictly show how to send a 200 response
when a body is not expected...

github.com/eggjs/koa - 16b016f61fa1d95b8e0ecd9409911ab5a31286e4 authored about 11 years ago by Jonathan Ong <[email protected]>
ctx.search and ctx.request.search

github.com/eggjs/koa - 28ca80758b51aace9c79b16adafc1404d040bcba authored about 11 years ago by Jonathan Ong <[email protected]>
context: .error() -> .throw()

.error() still works for compatibility, but it will be removed in the
future. closes #94

github.com/eggjs/koa - 7d9c6ba66c38c580b3d7a628a364661a5afcd2d5 authored about 11 years ago by Jonathan Ong <[email protected]>
refactor context: move the non-delegated properties up

github.com/eggjs/koa - b88babe5ee9515fd0a68a9b6203e96b66a4ecb6a authored about 11 years ago by Jonathan Ong <[email protected]>
context: cross-reference request and response

github.com/eggjs/koa - 9407d7776cedae747c91ab9913fe110164b82e8b authored about 11 years ago by Jonathan Ong <[email protected]>
bump deps

github.com/eggjs/koa - 458c5ccfd2e1e700c66fad7fb73be364009eadcf authored about 11 years ago by Jonathan Ong <[email protected]>
add body.close check for HEAD requests

github.com/eggjs/koa - cb682ed9048afc91e0f2d470cdaf1ed86924d4f2 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #89 from koajs/keygrip

add keygrip support

github.com/eggjs/koa - 27d1336af50e2634b3a526fcefde6ca6d1a5e5b7 authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix stream leak on HEAD. Closes #91

github.com/eggjs/koa - f3a6f6ae397ff0ab9dbbe750578f1945414b1aae authored about 11 years ago by TJ Holowaychuk <[email protected]>
ocd

github.com/eggjs/koa - f4b7f279eaa8568afbe527eb19ae2861183533c4 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add app.keys support

github.com/eggjs/koa - 0362c8e457a8a5fc164e51e9f74916b5d4ce9e26 authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #87 from koajs/original-url

this.originalUrl && this.request.originalUrl

github.com/eggjs/koa - 52307eeb72bb942d6fe1831a300596a733bb7eca authored about 11 years ago by TJ Holowaychuk <[email protected]>
conditional middleware need to be `.call(this)`

just realized this since we removed the top closure. i'm not sure if
there's a better way to sol...

github.com/eggjs/koa - 98548f04097978f0dad7eb1006766d0a3b4bccb5 authored about 11 years ago by Jonathan Ong <[email protected]>
this.originalUrl && this.request.originalUrl

github.com/eggjs/koa - 18c2cd1dacbd332a0fa7def61cc8d61bb2c59f50 authored about 11 years ago by Jonathan Ong <[email protected]>
add .body to Response#inspect()

github.com/eggjs/koa - d23ad1a024532a9df11f4ef23a959fdf212c37bd authored about 11 years ago by TJ Holowaychuk <[email protected]>
add {request,response,context}#toJSON()

github.com/eggjs/koa - 35a0c1d2bbf08ba75fc26b60ba79e555d9180fdd authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix 2 test requires

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

github.com/eggjs/koa - db22fba86d797d87a1c000903430de0906a7d030 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #85 from koajs/expose-proto

Expose proto

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

github.com/eggjs/koa - d247e7835c515059b4b2aa0c35cdb90f8897d06e authored about 11 years ago by TJ Holowaychuk <[email protected]>
response.etag: remove getter for now

until we figure out a good way to return both weak and strong validators

github.com/eggjs/koa - e51e85e0fcc8765aa9753cd1e73cc05a7725ca05 authored about 11 years ago by Jonathan Ong <[email protected]>
refactor res.etag= regexp

github.com/eggjs/koa - 088fcfd3a6ea96699fb9821e57ba154b777bb15d authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #86 from koajs/etag-lastmodified

response.etag and response.lastModified

github.com/eggjs/koa - 12dda03b839331bf86878611296f4bac6cf51065 authored about 11 years ago by TJ Holowaychuk <[email protected]>
response.etag and response.lastModified

github.com/eggjs/koa - 2f74207e6c86b06037dd159899e3b0c3ac7b4954 authored about 11 years ago by Jonathan Ong <[email protected]>
expose app-specific prototypes, cleanup/fix tests

github.com/eggjs/koa - 0be144211189c0ebd2ca059d7f1ee2e72b2ac6b9 authored about 11 years ago by Jonathan Ong <[email protected]>
add tests for exposing app-specific prototypes

github.com/eggjs/koa - e6cd31ce2f4fc01435cdb7a846d0df578c0d20d0 authored about 11 years ago by Jonathan Ong <[email protected]>
Makefile: add test/application

github.com/eggjs/koa - 5467f98558c13340a752c575fcc45db257387b6c authored about 11 years ago by Jonathan Ong <[email protected]>
fix ctx.ip

need tests for this

github.com/eggjs/koa - 93f1bce66fa801926c040189b8445eabb64cdf55 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #83 from koajs/add/ctx-request-response

Add/ctx request response

github.com/eggjs/koa - b1e5e6c6d49c239ecbe41c069d330991b8c5a493 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add koa Request / Response objects and delegation. Closes #52

github.com/eggjs/koa - c699c75c52bc96ba6c3dfc0202a55b76832d7192 authored about 11 years ago by TJ Holowaychuk <[email protected]>
ugh travis is outdated

github.com/eggjs/koa - 4cc5b30fb1f85a96b052daeea877d7a8e06e751a authored about 11 years ago by Jonathan Ong <[email protected]>
docs

github.com/eggjs/koa - 242ec58f9d9faa161500ef39f0aced75546f1b30 authored about 11 years ago by TJ Holowaychuk <[email protected]>
update co for object yielding

github.com/eggjs/koa - b659c7451096bd0e12c1abdb1950a36ed9a6abc5 authored about 11 years ago by TJ Holowaychuk <[email protected]>
update benchmarks in docs

github.com/eggjs/koa - d69b20b97ce31e0db7f384ef48b094d8def9891e authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix benchmarks for wrk(1) 3.x

github.com/eggjs/koa - 91cdfefc4f8728feb6e2e0a46c19455381e72745 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #81 from coderhaoxin/master

correct the link

github.com/eggjs/koa - a1d7140b7b1db5094470d925c4a16a9a48ac1ada authored about 11 years ago by Jonathan Ong <[email protected]>
correct the link

github.com/eggjs/koa - 49bdd1d6edddf5cfe7e52f693edefa4db85f80db authored about 11 years ago by haoxin <[email protected]>
add hello-world example

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

github.com/eggjs/koa - 9ee6ada2d5c2f8d3faf3cee29a1b9a80f0e19ee4 authored about 11 years ago by TJ Holowaychuk <[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/eggjs/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/eggjs/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/eggjs/koa - 5bbe362294d7f1e292b52859c2df9e211f9467f7 authored about 11 years ago by TJ Holowaychuk <[email protected]>
remove content-negotiation accessor methods, replace with method equivalents

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

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

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

github.com/eggjs/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/eggjs/koa - 1536d4df290ce38fe2449659677851bedcefbaba authored about 11 years ago by TJ Holowaychuk <[email protected]>
another negotiator 3.0 fix

github.com/eggjs/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/eggjs/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/eggjs/koa - f0ecaaff50fdd1e4db5f0c816718553d9540f496 authored about 11 years ago by Jonathan Ong <[email protected]>
pass an optional `next` to app.callback()

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

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

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

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

github.com/eggjs/koa - 1bcf9b413f499118ccb5bbd8f5cd9651b8a9c596 authored about 11 years ago by Jonathan Ong <[email protected]>
remove app.context() from docs

github.com/eggjs/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/eggjs/koa - c1bed668bdd1a6351d5fdc7b839068e6a1f2e770 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Release 0.0.2

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

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

github.com/eggjs/koa - 2d35cdff500bee091d4428c7b1bc463171490137 authored about 11 years ago by TJ Holowaychuk <[email protected]>
add cookie docs

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

github.com/eggjs/supertest - 487dd23e85cfcbff3116038b73600f7e5fcf794b authored about 11 years ago by Garrett Johnson <[email protected]>
Merge pull request #82 from jonathanong/patch-1

bump node-methods

github.com/eggjs/supertest - d92d7339617c943a8553b81ac4c60b2f8036e856 authored about 11 years ago by Garrett Johnson <[email protected]>
bump node-methods

github.com/eggjs/supertest - f9991603c5a9c1875f24096fe4e52c11640ed428 authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #60 from jonathanong/warn-context-overwrite

debug context: notify if a property is being overwritten

github.com/eggjs/koa - 3c3b81b9604051f8a13e2b74fddc4cb059ae74fc authored about 11 years ago by Jonathan Ong <[email protected]>
add additional node.js aliases

github.com/eggjs/koa - f96164737756db25ab6924da8a3eeb5ff86b1029 authored about 11 years ago by Jonathan Ong <[email protected]>
statusCode alias for status

for node

github.com/eggjs/koa - fbfeffa09010e77636cbcc9ad99a8bf561af8c7c authored about 11 years ago by Jonathan Ong <[email protected]>
headersSent alias for headerSent

i like keeping things as similar to node as possible :)

github.com/eggjs/koa - 6492f2ca4aab72e8f1cd18d15da21eebfb4d96bd authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #79 from menzoic/patch-1

Update Readme.md

github.com/eggjs/supertest - 7d5d3488c73ba212de3960255a8ef1507aae8c53 authored about 11 years ago by Garrett Johnson <[email protected]>
Update Readme.md

The request results in a resource being returned so 200 is more appropriate rather than 201 whic...

github.com/eggjs/supertest - bc749b929d72f5752060c8df6d8105c1e7046079 authored about 11 years ago by Esco Obong <[email protected]>
Updating `tape`

github.com/eggjs/extend2 - 5763c65c9bd2353981b37bcb4c7d2b7bd37e4e5e authored about 11 years ago by Jordan Harband <[email protected]>
only listen to stream errors if not already

github.com/eggjs/koa - cb60fb872ac404b60d692fa0ce667074066ada08 authored about 11 years ago by Jonathan Ong <[email protected]>
update co to 2.0

github.com/eggjs/koa - 18109777007b3197da807a41ebc875c1b7327c6b authored about 11 years ago by TJ Holowaychuk <[email protected]>
add overriding to application/json on ctx.body=object

since it cant be anything else, but if you have middleware that transforms
the object to xml or ...

github.com/eggjs/koa - 3b2c55b68b557164cf25beef1f61e29c742575c3 authored about 11 years ago by TJ Holowaychuk <[email protected]>
fix test label typo

github.com/eggjs/koa - c4d194488c703597949bf0861b8e30ae36f66057 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #58 from jonathanong/set-body-length

set length on body override

github.com/eggjs/koa - 3b7a7b5047e209a810e92452bddbe6fb2c1969f1 authored about 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #56 from jonathanong/bind-onerror

bind .onerror to context

github.com/eggjs/koa - ada1be13bc49a5d2692dcb302e554b559aebc3ec authored about 11 years ago by Jonathan Ong <[email protected]>
Merge pull request #61 from jonathanong/onerror-condition

onerror: check existence of error

github.com/eggjs/koa - 881490299c9cd7c5b99eb703a884513f245976f3 authored about 11 years ago by Jonathan Ong <[email protected]>
onerror: check existence of error

github.com/eggjs/koa - 50d73e3709d9d46985bc3e0e52ebdadcc2e0d95c authored about 11 years ago by Jonathan Ong <[email protected]>
debug: notify if a property is being overwritten

github.com/eggjs/koa - df367e074993b651e18e8bc175e6d4e9173c631e authored about 11 years ago by Jonathan Ong <[email protected]>
bind .onerror to context

github.com/eggjs/koa - 98a386a48557d1bbcab97849f2d206ef48115572 authored about 11 years ago by Jonathan Ong <[email protected]>
set length on body override

github.com/eggjs/koa - 0e829c17ad20c7153d77f890d0e51d96e514285a authored about 11 years ago by Jonathan Ong <[email protected]>
cleanup trailing whitespace in .js files

github.com/eggjs/koa - 4aa75a1164669a0be7dd7128ecd9ff5c5aeda487 authored about 11 years ago by Jonathan Ong <[email protected]>
fix wiki link

github.com/eggjs/koa - 1e340e388f6d760e4d7fd65c2bda7c6eb2f14c5e authored over 11 years ago by TJ Holowaychuk <[email protected]>
fix ctx.body= content-type override check. Thanks @jonathanong

github.com/eggjs/koa - 83fd83aaf89918390852bee7e0669adb5f1f5621 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add ctx.body= setter

this prevents a bunch of redundant checks that middleware may need to
check response length, typ...

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

github.com/eggjs/koa - c5ecbd99acd0e141582ed2d2a0c779b9da111396 authored over 11 years ago by TJ Holowaychuk <[email protected]>
add charset support to ctx.type=

github.com/eggjs/koa - 04f4d72692a5132d026debc79fe080e56c13aebe authored over 11 years ago by TJ Holowaychuk <[email protected]>
Adding an additional test.

github.com/eggjs/extend2 - 91ddb083ddced9e1197281877cc6e24c12446e02 authored over 11 years ago by Jordan Harband <[email protected]>
v1.2.1

github.com/eggjs/extend2 - 75dc0055a6aea1d2bf9668c1aeb93b0224a99f64 authored over 11 years ago by Jordan Harband <[email protected]>
Merge pull request #53 from ilsken/patch-1

Fixed typo

github.com/eggjs/koa - 1232b692a8959392901991b9b29a03ef0da4c84b authored over 11 years ago by TJ Holowaychuk <[email protected]>
Fixing hasOwnProperty bugs that would only have shown up in specific browsers. Fixes #8

github.com/eggjs/extend2 - 40b3a7d15f0de218cb1b6e9e498cb3639cd732c3 authored over 11 years ago by Jordan Harband <[email protected]>
Fixed typo

`ctx.accept` -> `ctx.accepts`

github.com/eggjs/koa - 886a292a51a564ced248e32bd1a53d0ef2e09966 authored over 11 years ago by Chris Tarquini <[email protected]>
add a todo

github.com/eggjs/koa - 167530a9e64f38c0de12fe1b5bdefa9722be6def authored over 11 years ago by TJ Holowaychuk <[email protected]>
change app.onerror to ignore 404s

so you can easily unwind the stack for 404s

github.com/eggjs/koa - 7a268860407d723b36f75009a6dff50d3cd5adc9 authored over 11 years ago by TJ Holowaychuk <[email protected]>
docs

github.com/eggjs/koa - d7403552b953435731a2056d0d4c8bcd90981bb5 authored over 11 years ago by TJ Holowaychuk <[email protected]>