Releases: honojs/node-server
Releases Β· honojs/node-server
v1.3.4
v1.3.3
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