Releases: honojs/node-server
Releases Β· honojs/node-server
v1.14.2
v1.14.1
v1.14.0
What's Changed
- chore: use Bun as a package manager by @yusukebe in #224
- fix: #230 use node:fs specifier prefix vs. fs import by @firxworx in #231
- feat: accept absolute-form URI for request-target by @usualoma in #232
- fix: fix the return type of
responseViaCache
by @yusukebe in #234
New Contributors
Full Changelog: v1.13.8...v1.14.0
v1.13.8
What's Changed
- fix: export ServerOptions type by @aryasaatvik in #222
- fix: re-read request body from
incoming.rawBody
if available by @usualoma in #223 - fix: Avoid error if connection is aborted before internal request object is created by @usualoma in #221
New Contributors
- @aryasaatvik made their first contribution in #222
Full Changelog: v1.13.7...v1.13.8