Releases: honojs/hono
Releases · honojs/hono
v0.2.2
What's Changed
- fix: diable mustache middleware by @yusukebe in https://github.com/yusukebe/hono/pull/73
Full Changelog: yusukebe/hono@v0.2.1...v0.2.2
v0.2.1
What's Changed
- feat: Cookie middleware by @yusukebe in https://github.com/yusukebe/hono/pull/64
- refactor: refactor something by @yusukebe in https://github.com/yusukebe/hono/pull/65
- perf: content length by @yusukebe in https://github.com/yusukebe/hono/pull/67
- fix: Fixed context headers by @yusukebe in https://github.com/yusukebe/hono/pull/69
- feat: Mustache Middleware by @yusukebe in https://github.com/yusukebe/hono/pull/72
Full Changelog: yusukebe/hono@v0.2.0...v0.2.1
v0.2.0
BREAKING CHANGES
c.req.params
is obsoleted! Use c.req.param
.
What's Changed
- refactor(equal): user Expect.toStrictEqual to simplify value comparison by @metrue in https://github.com/yusukebe/hono/pull/63
- feat: Add new shortcuts for request/response by @yusukebe in https://github.com/yusukebe/hono/pull/62
Full Changelog: yusukebe/hono@v0.1.0...v0.2.0
v0.1.0
🎉🎉🎉
What's Changed
- feat: add content-length header by @yusukebe in https://github.com/yusukebe/hono/pull/57
- refactor(utils): better management for utils modules to avoid kitchen sink issue by @metrue in https://github.com/yusukebe/hono/pull/59
- feat(content-length): add Content-Length in log output by @metrue in https://github.com/yusukebe/hono/pull/58
- feat: Use KV for blog example by @yusukebe in https://github.com/yusukebe/hono/pull/60
- chore: Add serve static example by @yusukebe in https://github.com/yusukebe/hono/pull/61
Full Changelog: yusukebe/hono@v0.0.16...v0.1.0
v0.0.16
What's Changed
- feat: CORS middleware by @yusukebe in https://github.com/yusukebe/hono/pull/53
- fix:
Content-Length
middleware not as default by @yusukebe in https://github.com/yusukebe/hono/pull/55
Full Changelog: yusukebe/hono@v0.0.15...v0.0.16
v0.0.15
What's Changed
- feat: default route with wildcard by @yusukebe in https://github.com/yusukebe/hono/pull/52
Full Changelog: yusukebe/hono@v0.0.14...v0.0.15
v0.0.14
What's Changed
- fix: correct typo for change directory by @justinnoel in https://github.com/yusukebe/hono/pull/44
- docs: fixed readme by @yusukebe in https://github.com/yusukebe/hono/pull/45
- fix: durable objects example by @yusukebe in https://github.com/yusukebe/hono/pull/46
- feat: Error handling by @yusukebe in https://github.com/yusukebe/hono/pull/48
- feat: Add content-length by @yusukebe in https://github.com/yusukebe/hono/pull/49
New Contributors
- @justinnoel made their first contribution in https://github.com/yusukebe/hono/pull/44
Full Changelog: yusukebe/hono@v0.0.13...v0.0.14
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
v0.0.12
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
Full Changelog: yusukebe/hono@v0.0.11...v0.0.12
v0.0.11
You can install from npm
$ npm i hono
or
$ yarn add hono
What's Changed
- Logger middleware by @metrue in https://github.com/yusukebe/hono/pull/17
- In test, use edge-mock instead of node-fetch by @yusukebe in https://github.com/yusukebe/hono/pull/18
- Use test directory by @yusukebe in https://github.com/yusukebe/hono/pull/19
- Migrate to TypeScript by @yusukebe in https://github.com/yusukebe/hono/pull/21
Full Changelog: yusukebe/hono@v0.0.10...v0.0.11