Skip to content

Releases: elysiajs/node

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

1.2.0

23 Dec 15:32
9f5ba74
Compare
Choose a tag to compare

Feature

  • Initialization
  • support Elysia 1.2

Full Changelog: https://github.com/elysiajs/node/commits/1.2.0