Skip to content

Releases: honojs/node-server

v0.2.4

24 Jan 13:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

07 Jan 09:36
Compare
Choose a tag to compare

What's Changed

  • fix(breaking): export serveStatic from @hono/node-server/serve-static by @yusukebe in #16

Full Changelog: v0.2.2...v0.2.3

v0.2.2

07 Jan 09:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Jan 08:29
Compare
Choose a tag to compare

Summary

Now, this package becomes @hono/node-server, renamed from @honojs/node-server. And since this version, it's stable although still a minor version. "Hono on Node.js" will be tested on the CI of main repository github.com/honojs/hono. It will be guaranteed to work at a minimum.

We would like more developers to try it and give us feedback.

What's Changed

  • chore: rename @honojs/node-server to @hono/node-server by @yusukebe in #13

Full Changelog: v0.1.3...v0.2.1

v0.1.3

01 Dec 21:25
Compare
Choose a tag to compare

What's Changed

  • fix bug with encoded responses by @tavvy in #11

Full Changelog: v0.1.2...v0.1.3

v0.1.2

29 Nov 12:35
Compare
Choose a tag to compare

What's Changed

  • fix if statement bug in server by @tavvy in #9
  • fix: handle the error thrown by fetchCallback by @yusukebe in #10

Full Changelog: v0.1.1...v0.1.2

v0.1.1

27 Nov 01:22
Compare
Choose a tag to compare

What's Changed

  • refactor(serve-static): don't check c.res by @yusukebe in #6
  • support multiple set-cookie headers in response by @tavvy in #8

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

30 Sep 14:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.1.0

v0.0.2

15 Sep 01:41
Compare
Choose a tag to compare

What's Changed

  • feat: @remix-run/web-fetch instead of undici by @OnurGvnc in #1

Commits

  • refactor: use RequestInit 7c37781
  • chore: remove example 6c0dade
  • docs: tweak README 955bb7a
  • docs: update readme 2cc5ae7
  • feat: @remix-run/web-fetch instead of undici (#1) 918f2c2
  • add tests, but it will fail a9a11b2
  • ci: setup up GitHub actions for CI 37bf345

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

11 Sep 15:26
Compare
Choose a tag to compare

Summary

First release!!


f69a0c2...v0.0.1

Full Changelog: https://github.com/honojs/node-server/commits/v0.0.1