BREAKING CHANGES
This release includes BREAKING CHANGES. Content-Type
is not added automatically. See: #183
What's Changed
- refactor: refine code by @yusukebe in #167
- refactor(loop): simplify the for loop by @metrue in #171
- feat: chained routing by @yusukebe in #173
- chore: move repo under
honojs
organization by @yusukebe in #178 - feat(jwt): jwt middleware by @metrue in #169
- fix(jwt): the alg option should be same as the one in options by @metrue in #180
- chore: move examples to github.com/honojs/examples by @yusukebe in #181
- chore: update npm modules by @yusukebe in #182
- feat: [BREAKING]
Content-Length
is not added automatically by @yusukebe in #183
Full Changelog: v1.0.0...v1.1.0