Releases: honojs/hono
Releases · honojs/hono
v1.1.0
BREAKING CHANGES
This release includes BREAKING CHANGES. Content-Type
is not added automatically. See: #183
What's Changed
- refactor: refine code by @yusukebe in #167
- refactor(loop): simplify the for loop by @metrue in #171
- feat: chained routing by @yusukebe in #173
- chore: move repo under
honojs
organization by @yusukebe in #178 - feat(jwt): jwt middleware by @metrue in #169
- fix(jwt): the alg option should be same as the one in options by @metrue in #180
- chore: move examples to github.com/honojs/examples by @yusukebe in #181
- chore: update npm modules by @yusukebe in #182
- feat: [BREAKING]
Content-Length
is not added automatically by @yusukebe in #183
Full Changelog: v1.0.0...v1.1.0
v1.0.0
🎉🎉🎉🎉🎉🎉🎉🎉🎉
What's Changed
- docs: add a line for TypeScript support by @yusukebe in https://github.com/yusukebe/hono/pull/151
- fix:
encodeBase64/decodeBase64
throw Error if the argument is null by @yusukebe in https://github.com/yusukebe/hono/pull/155 - refactor: refine directory structure by @yusukebe in https://github.com/yusukebe/hono/pull/156
- refactor: automate
import
sorting by @yusukebe in https://github.com/yusukebe/hono/pull/157 - feat: show stack-trace in default error handler by @yusukebe in https://github.com/yusukebe/hono/pull/158
- fix: typo
SameSaite
by @yusukebe in https://github.com/yusukebe/hono/pull/159 - refactor: define
Next
type by @yusukebe in https://github.com/yusukebe/hono/pull/160 - feat: show stack-trace at graphql-server middleware by @yusukebe in https://github.com/yusukebe/hono/pull/161
- refactor: shorten
hono.ts
by @yusukebe in https://github.com/yusukebe/hono/pull/162 - feat: add types for HTTP status code by @yusukebe in https://github.com/yusukebe/hono/pull/163
- feat: update visibility by @yusukebe in https://github.com/yusukebe/hono/pull/164
- docs: add logo images by @yusukebe in https://github.com/yusukebe/hono/pull/165
Full Changelog: yusukebe/hono@v0.5.10...v1.0.0
v0.5.10
What's Changed
- feat: add JSON pretty-print middleware by @yusukebe in https://github.com/yusukebe/hono/pull/150
Full Changelog: yusukebe/hono@v0.5.9...v0.5.10
v0.5.9
What's Changed
- fix: throw error messages on GraphQL middleware by @yusukebe in https://github.com/yusukebe/hono/pull/148
- feat: add JSON pretty option by @yusukebe in https://github.com/yusukebe/hono/pull/149
Full Changelog: yusukebe/hono@v0.5.8...v0.5.9
v0.5.8
What's Changed
- feat: exports crypto util in package.json by @yusukebe in https://github.com/yusukebe/hono/pull/147
Full Changelog: yusukebe/hono@v0.5.7...v0.5.8
v0.5.7
What's Changed
- feat: exports utility methods by @yusukebe in https://github.com/yusukebe/hono/pull/146
Full Changelog: yusukebe/hono@v0.5.6...v0.5.7
v0.5.6
What's Changed
- feat:
notFound
support await/async by @yusukebe in https://github.com/yusukebe/hono/pull/140 - feat: add GraphQL Server middleware by @yusukebe in https://github.com/yusukebe/hono/pull/142
- docs: add middleware README documents by @yusukebe in https://github.com/yusukebe/hono/pull/145
Full Changelog: yusukebe/hono@v0.5.5...v0.5.6
v0.5.5
What's Changed
- Optimize RegExpRouter by @usualoma in https://github.com/yusukebe/hono/pull/135
- Fix typo. by @usualoma in https://github.com/yusukebe/hono/pull/136
- chore: update examples by @yusukebe in https://github.com/yusukebe/hono/pull/137
- chore: export
trie-router
in package.json by @yusukebe in https://github.com/yusukebe/hono/pull/138 - chore: export etag middleware by @yusukebe in https://github.com/yusukebe/hono/pull/139
Full Changelog: yusukebe/hono@v0.5.4...v0.5.5
v0.5.4
What's Changed
- fix(types): add
Handler<string>
by @yusukebe in https://github.com/yusukebe/hono/pull/134
Full Changelog: yusukebe/hono@v0.5.3...v0.5.4
v0.5.3
What's Changed
- chore: update example for fastly compute@edge by @yusukebe in https://github.com/yusukebe/hono/pull/130
- docs: create Japanese readme by @yusukebe in https://github.com/yusukebe/hono/pull/131
- feat: add
request
method by @yusukebe in https://github.com/yusukebe/hono/pull/132
Full Changelog: yusukebe/hono@v0.5.2...v0.5.3