Skip to content

Releases: elysiajs/elysia

1.2.25

06 Mar 16:30
a35b26d
Compare
Choose a tag to compare

What's Changed

Bug fix:

  • #1108 use validation response instead of return type when schema is provided
  • #1105, #1003 invalid parsing body with missed fields if used object model

New Contributors

Full Changelog: 1.2.24...1.2.25

1.2.24

02 Mar 10:01
4ba6085
Compare
Choose a tag to compare

What's new

Bug fix:

  • 200 object response is not inferring type in type-level
  • #1091 route is not defined when using trace

Full Changelog: 1.2.23...1.2.24

1.2.23

28 Feb 09:51
6e2ea51
Compare
Choose a tag to compare

What's new

Bug fix:

  • #1087 websocket to parse string array
  • #1088 infinite loop when inference body is empty

New Contributors

Full Changelog: 1.2.22...1.2.23

1.2.22

24 Feb 14:30
e19cfd3
Compare
Choose a tag to compare

What's new

Bug fix

  • #1074 hasTransform doesn't detect Transform on root
  • #873 encode before type check

Full Changelog: 1.2.21...1.2.22

1.2.21

22 Feb 16:50
db13eb1
Compare
Choose a tag to compare

What's new

Bug fix:

  • #671 Transform inside t.Intersect isn't detected

Full Changelog: 1.2.20...1.2.21

1.2.20

22 Feb 14:39
86ec566
Compare
Choose a tag to compare

What's new

Bug fix:

  • #671 Transform query schema check fails
  • model type

Full Changelog: 1.2.19...1.2.20

1.2.19

22 Feb 11:55
f09a775
Compare
Choose a tag to compare

What's new

Bug fix:

  • #1078 array string default to '[]' instead of undefined

Full Changelog: 1.2.18...1.2.19

1.2.18

21 Feb 17:41
d4b1a50
Compare
Choose a tag to compare

What's new

Bug fix:

  • duplicated static route may cause index conflict resulting in incorrect route

Full Changelog: 1.2.17...1.2.18

1.2.17

21 Feb 13:41
35ae4b6
Compare
Choose a tag to compare

What's new

Bug fix:

  • .mount doesn't return pass entire request

Full Changelog: 1.2.16...1.2.17

1.2.16

21 Feb 11:58
0ece686
Compare
Choose a tag to compare

What's new

Improvement:

  • AfterHandler infer response type

Change:

  • #1068 update @sinclair/typebox to 0.34.27

Bug fix:

  • #1075 nested async plugins mismatch routes to handlers
  • #1073 file type validation not working (regression from 1.2.13)
  • #1070 .mount is mutating the incoming request method
  • mount path is incorrect when using prefix with trailing *
  • #873 add experimental.encodeSchema for custom Transform Encode type

Full Changelog: 1.2.15...1.2.16

doro