Skip to content

Releases: honojs/node-server

v1.2.1

12 Nov 01:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

20 Sep 13:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

27 Jul 03:38
Compare
Choose a tag to compare

What's Changed

  • fix(serveStatic): return next() if path is undef by @yusukebe in #74

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Jul 07:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

26 May 09:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

21 May 11:59
Compare
Choose a tag to compare

This is a patch release.

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 May 01:01
Compare
Choose a tag to compare

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

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

v1.0.0-rc.1

06 May 22:26
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

This is a pre-release!

v0.6.0

27 Apr 06:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

20 Apr 23:13
Compare
Choose a tag to compare

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