- remove
any-promiseas a dependency
- revert add variadric support #65 - introduced an unintended breaking change
- add linting w/ standard
- use
any-promiseso that the promise engine is configurable
- change middleware signature to
async (ctx, next) => await next()forkoa@2. See koajs#27 for more information.
- remove instrumentation
- add
fn._namefor debugging
- add debugging support
- improve performance ~15%
- update co to v3
- use generator delegation
- change middleware signature expected