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