Skip to content

Releases: honojs/hono

v0.5.7

29 Mar 05:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: yusukebe/hono@v0.5.6...v0.5.7

v0.5.6

27 Mar 13:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: yusukebe/hono@v0.5.5...v0.5.6

v0.5.5

16 Mar 09:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: yusukebe/hono@v0.5.4...v0.5.5

v0.5.4

10 Mar 22:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: yusukebe/hono@v0.5.3...v0.5.4

v0.5.3

10 Mar 06:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: yusukebe/hono@v0.5.2...v0.5.3

v0.5.2

08 Mar 10:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: yusukebe/hono@v0.5.1...v0.5.2

v0.5.1

01 Mar 19:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: yusukebe/hono@v0.5.0...v0.5.1

v0.5.0

25 Feb 23:41
Compare
Choose a tag to compare

BREAKING CHANGES!!

app.notFound and app.onError are changed:

// Custom Not Found Response
app.notFound((c) => c.text('404', 404))

// Handle Error and return custom Error Response
app.onError((err, c) => {
  console.error(`${err}`)
  return c.text('500', 500)
})

What's Changed

Full Changelog: yusukebe/hono@v0.4.2...v0.5.0

v0.4.2

23 Feb 02:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: yusukebe/hono@v0.4.1...v0.4.2

v0.4.1

20 Feb 13:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: yusukebe/hono@v0.4.0...v0.4.1