Skip to content

Releases: honojs/hono

v0.0.11

05 Jan 12:41
e6039f6
Compare
Choose a tag to compare

You can install from npm

$ npm i hono

or

$ yarn add hono

What's Changed

Full Changelog: yusukebe/hono@v0.0.10...v0.0.11

v0.0.10

03 Jan 09:18
Compare
Choose a tag to compare

npm package

You can install from npm.

$ yarn add hono

or

$ npm install hono

What's Changed

Full Changelog: yusukebe/hono@v0.0.9...v0.0.10

v0.0.9

01 Jan 15:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: yusukebe/hono@v0.0.8...v0.0.9

v0.0.8

01 Jan 07:27
Compare
Choose a tag to compare

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

01 Jan 06:38
Compare
Choose a tag to compare

BIG CHANGES!!!!

API is CHANGED

  • Use named import
  • Use Hono as Class const hono = new Hono()

What's Changed

New Contributors

Full Changelog: yusukebe/hono@v0.0.5...v0.0.7