v0.6.0
- Major BC break: session information is now stored in
ctx.sessioninstead of
ctx.state.session. - Adding features for CSRF token generation and checking:
ctx.getCsrfand
ctx.validateCsrf. - Typescript target is now
es2019instead ofesnextto ensure that older
Node.js versions are supported. - Switched to eslint.