Skip to content

Releases: honojs/node-server

v1.11.1

26 Apr 05:52
Compare
Choose a tag to compare

What's Changed

  • Update Request to work with ReadableStream polyfills by @nicksrandall in #164
  • refactor(serve-static): use c.req.path instead of url.pathname by @yusukebe in #166

New Contributors

Full Changelog: v1.11.0...v1.11.1

v1.11.0

19 Apr 15:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.1...v1.11.0

v1.10.1

19 Apr 05:50
Compare
Choose a tag to compare

What's Changed

  • fix: catch ERR_INVALID_URL error in listener by @usualoma in #162

Full Changelog: v1.10.0...v1.10.1

v1.10.0

11 Apr 22:47
Compare
Choose a tag to compare

What's Changed

  • feat: enable to skip overriding global Request and Response classes by @usualoma in #156
  • docs(readme): update by @yusukebe in #157

Full Changelog: v1.9.1...v1.10.0

v1.9.1

30 Mar 00:06
Compare
Choose a tag to compare

What's Changed

  • fix(request): guess request protocol from incoming object by @usualoma in #155

Full Changelog: v1.9.0...v1.9.1

v1.9.0

25 Mar 08:55
Compare
Choose a tag to compare

What's Changed

  • feat: ignore response if already sent by raw level outgoing API. by @usualoma in #153

Full Changelog: v1.8.2...v1.9.0

v1.8.2

27 Feb 03:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

19 Feb 05:01
Compare
Choose a tag to compare

This release includes a feat change, but it's minor, so release this as a patch-release.

What's Changed

  • feat: support keepalive property for Request object by @usualoma in #148

Full Changelog: v1.8.0...v1.8.1

v1.8.0

17 Feb 04:09
Compare
Choose a tag to compare

What's Changed

  • feat: bump hono to v3.12.8, add customer err tests for compress middl… by @ariskemper in #130
  • refactor(test): replace features to be removed in v4 by @ryuapp in #136
  • Catch when nodejs request is aborted by @M4RC3L05 in #141
  • chore: bump hono to v4 by @yusukebe in #143
  • feat: use internal body if available for returning the response in its original form as much as possible by @usualoma in #145

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

29 Jan 21:11
Compare
Choose a tag to compare

What's Changed

  • feat(listener): support custom error handler by @marbemac in #131

New Contributors

Full Changelog: v1.6.0...v1.7.0