Due to TypeScript 4.8's breaking changes, this is the initial alpha for TS 4.8. Big thanks to @simllll for the PR.
yarn add tsoa@next
Breaking Changes
- Some Types may not produce correct results for now. We will try to fix whatever the new version of the compiler api broke step by step
- Dropped support for node 12 which is EOL
What's Changed
- Fix: Add HttpStatusCodeLiteral 451 by @jokj624 in #1284
- Allow a single body param to included in the schema by @jacksyatwork in #1288
- fix: throw an error when there are no controllers found by @simllll in #1303
- fix: typescript 4.8 support and improve test suite by @simllll in #1302
New Contributors
- @jokj624 made their first contribution in #1284
- @jacksyatwork made their first contribution in #1288
Full Changelog: v4.1.1...v5.0.0-alpha.0