Skip to content

Releases: elysiajs/node

1.4.1

29 Sep 16:44
fbbe577
Compare
Choose a tag to compare

What's Changed

Change:

  • use srvx for full Web Standard Compatibility
  • remove @hono/node-server

Improvement:

  • support full WebSocket via crossws
  • support ElysiaFile content-type, and content-range

Full Changelog: 1.4.0...1.4.1

1.4.0

12 Sep 16:57
5a3d4e8
Compare
Choose a tag to compare

What's new

Improvement:

  • support Elysia 1.4

Full Changelog: 1.3.1...1.4.0

1.3.1

24 Aug 13:53
c23c109
Compare
Choose a tag to compare

What's changed

Change:

  • update @hono/node-server to 1.19.0
  • minimum support for Elysia is set to 1.3.18

Full Changelog: 1.3.0...1.3.1

1.3.0

27 May 13:19
4b293c9
Compare
Choose a tag to compare

What's new

Change:

  • use WebStandard Compatibility via @hono/node-server

Full Changelog: 1.2.6...1.3.0

1.2.6

21 Feb 13:24
1cee12b
Compare
Choose a tag to compare

What's Changed

Bug fix:

  • #34 ERR_HTTP_HEADERS_SENT when sending FormData
  • #29, #30 server.reload() causes Uncaught AddrInUse: Address already in use

New Contributors

  • @jhgg made their first contribution in #30

Full Changelog: 1.2.5...1.2.6

1.2.5

01 Feb 19:21
e0d1389
Compare
Choose a tag to compare

What's new

Bug fix:

  • #23 Response body object should not be disturbed or locked

Full Changelog: 1.2.4...1.2.5

1.2.4

01 Feb 12:00
2151d60
Compare
Choose a tag to compare

What's Changed

Bug fix

  • Support Elysia 1.2.11
  • #23 Response body object should not be disturbed or locked
  • #15 Possibly fix ReadableStream duplex issue?
  • #14 ReadableStream has already been used if request is reference multiple time
  • #18 reading cookie cause an error
  • Unable to set response status when error is thrown

New Contributors

Full Changelog: 1.2.3...1.2.4

1.2.3

27 Dec 16:20
ff76f8e
Compare
Choose a tag to compare

Bug fix:

  • async module doesn't load (eg. @elysiajs/swagger)

Full Changelog: 1.2.2...1.2.3

1.2.2

27 Dec 12:48
fbb7dca
Compare
Choose a tag to compare

What's Changed

  • Set minimum Elysia version to 1.2.7
  • Response doesn't reconcile when handler return Response is used with mapResponse
  • #11 Content-Length with UTF-8 2-byte characters
  • Ponyfill for fs.openAsBlob and Promise.withResolve

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1

24 Dec 19:26
23a0d4f
Compare
Choose a tag to compare

Change:

  • Set minimum Elysia version to 1.2.3

Bug fix:

  • decorator name with space is not working

Full Changelog: 1.2.0...1.2.1