Releases: honojs/node-server
Releases Β· honojs/node-server
v1.3.2
v1.3.1
v1.3.0
Performance Improvement
With the PR #95, it becomes 2.7 times faster than the previous version!
This means that it is three times faster than Express and fast enough compared to other frameworks. Until now, Hono has been slow on Node.js, but this change makes it one of the first choices for creating web apps on Node.js.
What's Changed
- perf: Reduce object generation and optimize performance. by @usualoma in #95
- fix(types): fix the type mismatch between DOM and
undici
by @yusukebe in #103
New Contributors
Full Changelog: v1.2.3...v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
What's Changed
- allow http2 by @alexfriesen in #82
- fix: don't
destroy
ifpipeline
throws an error by @yusukebe in #83
New Contributors
- @alexfriesen made their first contribution in #82
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
What's Changed
- Fix broken built-in middleware link by @collinstevens in #62
- fix(tsconfig): remove
skipLibCheck
by @yusukebe in #64 - chore: bump up Hono version by @yusukebe in #65
- feat(serve-static): support range requests by @yusukebe in #63
- ci: update modules for GitHub Actions by @yusukebe in #67
- chore: introduce publint by @yusukebe in #66
- chore: bump up jest by @yusukebe in #68
- Refactor imports to type imports by @marvin-j97 in #69
- feat: support ESM by @yusukebe in #70
New Contributors
- @collinstevens made their first contribution in #62
- @marvin-j97 made their first contribution in #69
Full Changelog: v1.0.2...v1.1.0