Skip to content

v0.3.0

Choose a tag to compare

@evert evert released this 02 Feb 03:50
920b4f8
  • Every route can now supply multiple middlewares, which will run in order.
  • Instead of ctx.state.params, params are now set in ctx.params and have
    stronger typing. The old ctx.state.params still 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.