In order to fix breaking changes in TypeScript and it's API, we pinned our TypeScript version to <4.8.
New builds with the 4.8 API will be released in tsoa v5. Please check out the next tag on npm and let us know.
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: Pin typescript to <4.8 by @WoH in 59fcdd8
New Contributors
- @jokj624 made their first contribution in #1284
- @jacksyatwork made their first contribution in #1288
Full Changelog: v4.1.1...v4.1.2