1.1.13
版本发布时间: 2024-09-18 15:57:09
elysiajs/elysia最新发布版本:1.1.17(2024-09-29 19:19:16)
What's Changed
Feature:
- #813 allow UnionEnum to get readonly array by @BleedingDev
Bug fix:
- #830 Incorrect type for ws.publish
- #827 returning a response is forcing application/json content-type
- #821 handle "+" in query with validation
- #820 params in hooks inside prefixed groups are incorrectly typed never
- #819 setting cookie attribute before value cause cookie attribute to not be set
- #810 wrong inference of response in afterResponse, includes status code
New Contributors
- @BleedingDev made their first contribution in https://github.com/elysiajs/elysia/pull/813
Full Changelog: https://github.com/elysiajs/elysia/compare/1.1.12...1.1.13