v0.0.13
What's Changed
- Remove methods.ts by @yusukebe in https://github.com/yusukebe/hono/pull/22
- json method in Context by @yusukebe in https://github.com/yusukebe/hono/pull/23
- Documentation by @yusukebe in https://github.com/yusukebe/hono/pull/24
- Setup lint to enable code styles check by @metrue in https://github.com/yusukebe/hono/pull/27
- Chained route without route method by @yusukebe in https://github.com/yusukebe/hono/pull/29
- feat(basic-auth): basic-auth middleware by @metrue in https://github.com/yusukebe/hono/pull/28
- Add SSR with Nono-JSX example by @yusukebe in https://github.com/yusukebe/hono/pull/30
- Feature/html method by @yusukebe in https://github.com/yusukebe/hono/pull/31
- Refactor by @yusukebe in https://github.com/yusukebe/hono/pull/32
- Refactor by @yusukebe in https://github.com/yusukebe/hono/pull/35
- Fix redirect method by @yusukebe in https://github.com/yusukebe/hono/pull/37
- Feature/example blog by @yusukebe in https://github.com/yusukebe/hono/pull/39
- feat(body-parse): a body parse middleware by @metrue in https://github.com/yusukebe/hono/pull/38
- feat(miniflare): repalce service-worker-mock with miniflare by @metrue in https://github.com/yusukebe/hono/pull/41
- Support module workers syntax for Cloudflare Workers by @yusukebe in https://github.com/yusukebe/hono/pull/43
Full Changelog: yusukebe/hono@v0.0.11...v0.0.13