Skip to content

Releases: elysiajs/elysia

1.1.24

31 Oct 15:25
e715e00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.23...1.1.24

1.1.23

21 Oct 18:37
9007186
Compare
Choose a tag to compare

What's new

Bug fix:

  • Handle object with .then even if it's not promise (looking at you, Drizzle)

Full Changelog: 1.1.22...1.1.23

1.1.22

13 Oct 15:26
22b79ce
Compare
Choose a tag to compare

What's new

Bug fix:

  • Fix set-cookie to resent if value is accessed even without set

Full Changelog: 1.1.21...1.1.22

1.1.21

12 Oct 17:25
cccd591
Compare
Choose a tag to compare

What's new

Improvement:

  • infer 200 response from handle if not specified

Full Changelog: 1.1.20...1.1.21

1.1.20

10 Oct 14:10
fad6445
Compare
Choose a tag to compare

What's new

Bug fix:

  • merge guard and not specified hook responses status

Full Changelog: 1.1.19...1.1.20

1.1.19

07 Oct 10:31
93d457b
Compare
Choose a tag to compare

What's new

Bug fix:

  • unable to return error from derive/resolve

Full Changelog: 1.1.18...1.1.19

1.1.18

04 Oct 16:13
37ba784
Compare
Choose a tag to compare

What's new

Breaking change:

  • remove automatic conversion of 1-level deep object with file field to formdata
    • migration: wrap a response with formdata
  • (internal): remove ELYSIA_RESPONSE symbol
  • (internal) error now use class ElysiaCustomStatusResponse instead of plain object

Improvement:

  • Optimize object type response mapping performance

Full Changelog: 1.1.17...1.1.18

1.1.17

29 Sep 11:19
9da8228
Compare
Choose a tag to compare

What's new

Change:

  • Coerce number to numeric on body root automatically
  • Coerce boolean to booleanString on body root automatically

Bug fix:

  • #838 invalid onAfterResponse typing
  • #855 Validation with Numeric & Number options doesn't work
  • #843 Resolve does not work with aot: false

Full Changelog: 1.1.16...1.1.17

1.1.16

23 Sep 13:09
6c1c1da
Compare
Choose a tag to compare

What's new

Bug fix:

  • separate between createStaticHandler and createNativeStaticHandler for maintainability
  • performance degradation using inline fetch on text static response and file

Full Changelog: 1.1.15...1.1.16

1.1.15

23 Sep 05:47
92ca044
Compare
Choose a tag to compare

What's new

Bug fix:

  • createStaticResponse unintentionally mutate set.headers

Full Changelog: 1.1.14...1.1.15