Skip to content

Releases: honojs/node-server

v1.3.2

11 Dec 12:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

29 Nov 21:47
Compare
Choose a tag to compare

What's Changed

  • refactor: set content-length as number with outgoing.writeHead() by @yusukebe in #105

Full Changelog: v1.3.0...v1.3.1

v1.3.0

27 Nov 09:41
Compare
Choose a tag to compare

Performance Improvement

With the PR #95, it becomes 2.7 times faster than the previous version!

SS

This means that it is three times faster than Express and fast enough compared to other frameworks. Until now, Hono has been slow on Node.js, but this change makes it one of the first choices for creating web apps on Node.js.

What's Changed

  • perf: Reduce object generation and optimize performance. by @usualoma in #95
  • fix(types): fix the type mismatch between DOM and undici by @yusukebe in #103

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

15 Nov 21:48
Compare
Choose a tag to compare

What's Changed

  • perf: small improvements by @Yovach in #94
  • fix: handle calling writable.end() correctly by @ezg27 in #96

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

12 Nov 12:24
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @tsctx made their first contribution in #93

Full Changelog: v1.2.1...v1.2.2

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