Summary
- JSX Middleware performance tuning.
- A token in the cookie is enabled for JWT Middleware.
- Fixed the bug for ETag Middleware.
What's Changed
- feat(jwt): enable token in cookie by @metrue in #441
- perf(jsx): JSX performance improvement by @usualoma in #444
- refactor(jsx): Support all the boolean attributes. by @usualoma in #446
- refactor: make
parsedBody
type asBody
by @yusukebe in #448 - refactor(
utils/html
): renameBuffer
toStringBuffer
by @yusukebe in #449 - fix(
utils/crypto
): stringify the parameter which is object increateHash
by @yusukebe in #452 - refactor: add
Json
type for JSON object by @yusukebe in #453 - fix(utils/crypto): make Binary and JSON object crypto correct by @yusukebe in #454
Full Changelog: v2.0.6...v2.0.7