v0.3.0
- Every route can now supply multiple middlewares, which will run in order.
- Instead of
ctx.state.params, params are now set inctx.paramsand have
stronger typing. The oldctx.state.paramsstill work, but will be removed
in a future version. - Typescript target is now es2019 instead of esnext to ensure that older
Node.js versions are supported.