🎉 🎉 🎉
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