Skip to content

v1.0.0

Compare
Choose a tag to compare
@yusukebe yusukebe released this 19 May 01:01
· 90 commits to main since this release

πŸŽ‰ πŸŽ‰ πŸŽ‰

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!

SS

This means that Hono is truly following Web Standards and is not dependent on polyfills or other external libraries.

What's Changed

New Contributors

Full Changelog: v0.6.0...v1.0.0