Releases: honojs/hono
Releases · honojs/hono
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