- improve: reduce stack trace by removing useless function call (#95)
- remove
any-promise
as a dependency
- revert add variadric support #65 - introduced an unintended breaking change
- add linting w/ standard
- use
any-promise
so that the promise engine is configurable
- change middleware signature to
async (ctx, next) => await next()
forkoa@2
. See #27 for more information.
- remove instrumentation
- add
fn._name
for debugging
- add debugging support
- improve performance ~15%
- update co to v3
- use generator delegation
- change middleware signature expected