Skip to content

Releases: elysiajs/eden

1.4.8

10 Feb 05:12
f92338c

Choose a tag to compare

What's changed

Bug fix:

  • override default header without type conflict

Full Changelog: 1.4.7...1.4.8

1.4.7

10 Feb 04:57
27652b6

Choose a tag to compare

What's Changed

Feature:

Bug fix:

New Contributors

Full Changelog: 1.4.6...1.4.7

1.4.6

22 Dec 21:33
675e61a

Choose a tag to compare

What's Changed

  • Fix: Correct type inference for t.Date() in query parameters by @crishoj in #227
  • Fix SSE stream parser with partial chunks (closes #222) by @ViliamKopecky in #235
  • Fix: Handle network errors in treaty and edenFetch by @truehazker in #234
  • fix: properly await async headers functions in treaty by @gulivan in #230
  • fix: Auto-stringify ArrayString/ObjectString in FormData by @Teyik0 in #229

New Contributors

Full Changelog: 1.4.5...1.4.6

1.4.5

13 Nov 04:58
d5441e9

Choose a tag to compare

What's Changed

Improvement:

  • export EdenFetchError

Bug fix:

  • #221 better handling for empty header and query types by @KurtGokhan
  • use ResponseInit['headers'] instead of HeadersInit for response headers type

New Contributors

Full Changelog: 1.4.4...1.4.5

1.4.4

13 Oct 13:59
72a0472

Choose a tag to compare

What's changed

Bug fix:

  • revert transfer encoding chunk

Full Changelog: 1.4.3...1.4.4

1.4.3

11 Oct 21:02
507c3da

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1...1.4.3

1.4.2

11 Oct 20:58
75d49a9

Choose a tag to compare

What's changed

Bug fix:

  • elysia#1466 / treaty2: unpack multiple SSE chunk
  • #213, #214 stream response on transfer-encoding: chunked
  • #201, #203 error codes returned in middleware are not inferred by Eden Treaty
  • #179 formdata post, wrong inference of json payload
  • #124 array file upload bug on server
  • #122 ws response data type

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

13 Sep 18:26
ed8d22a

Choose a tag to compare

What's changed

Bug fix:

  • inline object value / Elysia file cause type error
  • macro should not mark property as required

Full Changelog: 1.4.0...1.4.1

1.4.0

12 Sep 16:56
514e2c4

Choose a tag to compare

What's changed

Improvement:

  • support Elysia 1.4

Full Changelog: 1.3.3...1.4.0

1.3.3

24 Aug 12:25
714181e

Choose a tag to compare

What's changed

Feature:

  • treaty2: support type safe Server-Sent Events (SSE)
  • treaty2: add utility type Treaty.Data, Treaty.Error to extract data and error type from a route

Bug fix:

  • elysia#823 treaty2: not generating for dynamic params at root
  • treaty2: parse Date in object
  • treaty2: #196 allow custom content-type

Change:

  • minimum Elysia version is set to 1.3.18

Full Changelog: 1.3.2...1.3.3