What's Changed
Breaking Changes
- We've dropped support for node < 12.0.0
- Dropped support for TypeScript < 4.1
- Distrubute property validators over unions by @WoH in #997
Features
- Allow custom middlewares for controllers and methods by @cheng81 in #1123
- Allow defining custom media type of responses + fix(koa): dont overwrite content-type of response by @mrl5 in #1129
- Allow defining multiple media types per response, custom media type of requestBody by @mrl5 in #1140
Chores
- tsoa yargs dependency update by @grahamplata in #1098
Installation
yarn add tsoa@next
New Contributors
- @mrl5 made their first contribution in #1129
- @cheng81 made their first contribution in #1123
- @grahamplata made their first contribution in #1098
Full Changelog: v3.14.1...v4.0.0-alpha.0