Releases: honojs/hono
Releases · honojs/hono
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
v0.0.10
npm package
You can install from npm.
$ yarn add hono
or
$ npm install hono
What's Changed
- Add keywords to package.json by @yusukebe in https://github.com/yusukebe/hono/pull/13
- Update README, Add instruction by @yusukebe in https://github.com/yusukebe/hono/pull/14
- Update d.ts by @yusukebe in https://github.com/yusukebe/hono/pull/15
- Can use async on handler by @yusukebe in https://github.com/yusukebe/hono/pull/16
Full Changelog: yusukebe/hono@v0.0.9...v0.0.10
v0.0.9
What's Changed
- Some API has been changed
- Create CODE_OF_CONDUCT.md by @yusukebe in https://github.com/yusukebe/hono/pull/12
Full Changelog: yusukebe/hono@v0.0.8...v0.0.9
v0.0.8
What's Changed
- Implemented Builtin Middleware
- Builtin Powered By Middleware
Usage:
const { Hono, Middleware } = require('hono')
...
app.use('*', Middleware.poweredBy)
Full Changelog: yusukebe/hono@v0.0.7...v0.0.8
v0.0.7
BIG CHANGES!!!!
API is CHANGED
- Use named import
- Use
Hono
as Classconst hono = new Hono()
What's Changed
- feat(doc): add a simple readme to help new user get start by @metrue in https://github.com/yusukebe/hono/pull/8
- feat(ci): setup github action to enable ci by @metrue in https://github.com/yusukebe/hono/pull/9
- New API by @yusukebe in https://github.com/yusukebe/hono/pull/10
New Contributors
- @metrue made their first contribution in https://github.com/yusukebe/hono/pull/8
Full Changelog: yusukebe/hono@v0.0.5...v0.0.7