Skip to content

Releases: honojs/node-server

v1.5.0

23 Jan 14:06
Compare
Choose a tag to compare

What's Changed

  • refactor(request): use URL instead of path/resolve and add a test by @yusukebe in #125
  • feat: support http2 by @tsctx in #126

Full Changelog: v1.4.1...v1.5.0

v1.4.1

21 Jan 07:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

01 Jan 14:58
Compare
Choose a tag to compare

What's Changed

  • feat(serve-static): introduce onNotFound option by @yusukebe in #119

Full Changelog: v1.3.5...v1.4.0

v1.3.5

30 Dec 14:57
Compare
Choose a tag to compare

What's Changed

  • fix: don't use instanceOf Response when handling response by @yusukebe in #117

Full Changelog: v1.3.4...v1.3.5

v1.3.4

29 Dec 12:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

13 Dec 00:21
Compare
Choose a tag to compare

What's Changed

  • fix: Nested constructors should not cause an error even if ReadableStream is specified by @usualoma in #109

Full Changelog: v1.3.2...v1.3.3

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