Releases: honojs/node-server
Releases · honojs/node-server
v1.0.1
v1.0.0
🎉 🎉 🎉
This is the first major release of the Hono Node server adapter!
Breaking Changes
From now on, the Node server adapter utilizes Node.js's native Web Standard APIs, which have been available since version 18.x. Therefore, you must use Node.js version 18 or higher.
Thanks to the use of these native APIs, the bundle size has been significantly reduced!
This means that Hono is truly following Web Standards and is not dependent on polyfills or other external libraries.
What's Changed
- decode the path for serve-static by @ff2400t in #42
- Feat/node18 by @tangye1234 in #41
- feat(nextjs): obsolete a 2nd arg of
handle
by @yusukebe in #43 - feat(adapter): rename
nextjs
tovercel
by @yusukebe in #45 - Next by @yusukebe in #48
New Contributors
Full Changelog: v0.6.0...v1.0.0
v1.0.0-rc.1
This is a pre-release!
v0.6.0
v0.5.1
What's Changed
- fix: add TransformStream to global and re-implement stream pipe by @tangye1234 in #34
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.0
What's Changed
- feat: add stream support and fix some bugs by @tangye1234 in #28
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Serve: Support hostname by @Hoodgail in #20
- chore(tsconfig): remove unnecessary options by @yusukebe in #21
- Update README.md by @renhiyama in #22
- feat: add adapter for use with nextjs node runtime by @hagishi in #23
- Must use relative paths by @mindplay-dk in #24
- feat: use readable stream for the request body by @tangye1234 in #25
New Contributors
- @Hoodgail made their first contribution in #20
- @renhiyama made their first contribution in #22
- @hagishi made their first contribution in #23
- @mindplay-dk made their first contribution in #24
- @tangye1234 made their first contribution in #25
Full Changelog: v0.2.4...v0.3.0