Releases: lukeautry/tsoa
Releases · lukeautry/tsoa
v6.0.0-rc.0
Installation
yarn add tsoa@next
Breaking Changes:
- Dropped Node 14 Support in anticipation of the EOL
- Added openapi version to the top of the spec by @seagullmouse in #1398
- Fix/1351: default file size limit by @jackey8616 in #1381
What's Changed
We are internally using TypeScript 5 now and should support ECMAScript Decorators.
- Fix/1388: usage of promiseAny in template by @jackey8616 in #1389
- chore: Add TS 5.0 by @WoH in #1372
- chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in #1411
New Contributors
- @seagullmouse made their first contribution in #1398
Full Changelog: v5.1.1...v6.0.0-rc.0
v5.1.1
v5.1.0
What's Changed
Features:
- Allow custom routeGenerator to be passed as type reference. by @gslandtreter in #1374
Fixes:
- Fix type imports in hapi and express Templates by @panwauu in #1365
- Fix CLI issue where -c didn't work by @AndrewBenzSW in #1377
- Fix/1290: hiding models when controller uses Hidden decorator by @jackey8616 in #1371
Deps
- chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #1362
- chore(deps): bump cookiejar from 2.1.3 to 2.1.4 by @dependabot in #1369
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #1378
New Contributors
- @panwauu made their first contribution in #1365
- @AndrewBenzSW made their first contribution in #1377
- @gslandtreter made their first contribution in #1374
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
Breaking changes: Dropped support for Node 12
- 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
- Fix 4.8 CI by @WoH in #1311
- Add root security option by @tboothman in #1306
- Fix/windows upload file response undefined by @jackey8616 in #1320
- Fix/1289: values with operator is not properly handled @ decorators by @jackey8616 in #1319
- Fix/GitHub actions test failure by @jackey8616 in #1322
- Fix template literal path generation by @aldenquimby in #1321
- fix Vitest ESM Bug for @Security guarded endpoints by @lokmeinmatz in #1329
- Use a variable to determine if a type should be added or not when resolved. by @dpomerantz-jci in #1331
- fix: hasExampleLabel should check only when it is an example and only… by @davidqqq in #1338
- Feat: Support
Import Model as X
by @WoH in #1318 - feat: explicit support of bearer security scheme by @Nautigsam in #1347
- Allow custom status code when returning a stream by @NicholasPeretti in #1343
- feat(cli): Add support for generic custom route generators by @pclements12 in #1342
- Add new Queries decorator to include all query parameters in one sing… by @daniseijo in #1309
- Chores: 5.x by @WoH in #1348
- Fix for custom route generator - move default middleware in CLI by @pclements12 in #1353
- feat(cli): add parameter deprecation capability by @Jule- in #1352
- Changed imports to type imports for IoC and Koa router closes #1360 by @tipok in #1361
New Contributors
- @tboothman made their first contribution in #1306
- @lokmeinmatz made their first contribution in #1329
- @dpomerantz-jci made their first contribution in #1331
- @Nautigsam made their first contribution in #1347
- @NicholasPeretti made their first contribution in #1343
- @pclements12 made their first contribution in #1342
- @daniseijo made their first contribution in #1309
- @Jule- made their first contribution in #1352
- @tipok made their first contribution in #1361
Full Changelog: v4.1.3...v5.0.0
What's Changed since RC.0
New Contributors
Full Changelog: v5.0.0-rc.0...v5.0.0
v5.0.0-rc.0
No changes, preparing for v5.0.0
Full Changelog: v5.0.0-alpha.5...v5.0.0-rc.0
v5.0.0-alpha.5
What's Changed
- Fix for custom route generator - move default middleware in CLI by @pclements12 in #1353
- feat(cli): add parameter deprecation capability by @Jule- in #1352
New Contributors
Full Changelog: v5.0.0-alpha.4...v5.0.0-alpha.5
v5.0.0-alpha.4
What's Changed
- fix: hasExampleLabel should check only when it is an example and only… by @davidqqq in #1338
- Feat: Support
Import Model as X
by @WoH in #1318 - feat: explicit support of bearer security scheme by @Nautigsam in #1347
- Allow custom status code when returning a stream by @NicholasPeretti in #1343
- feat(cli): Add support for generic custom route generators by @pclements12 in #1342
- Add new Queries decorator to include all query parameters in one sing… by @daniseijo in #1309
- Chores: 5.x by @WoH in #1348
New Contributors
- @Nautigsam made their first contribution in #1347
- @NicholasPeretti made their first contribution in #1343
- @pclements12 made their first contribution in #1342
- @daniseijo made their first contribution in #1309
Full Changelog: v5.0.0-alpha.3...v5.0.0-alpha.4
v5.0.0-alpha.3
Installation
yarn add tsoa@next
What's Changed
- Fix/windows upload file response undefined by @jackey8616 in #1320
- Fix/1289: values with operator is not properly handled @ decorators by @jackey8616 in #1319
- Fix/GitHub actions test failure by @jackey8616 in #1322
- Fix template literal path generation by @aldenquimby in #1321
- fix Vitest ESM Bug for @Security guarded endpoints by @lokmeinmatz in #1329
- Use a variable to determine if a type should be added or not when resolved. by @dpomerantz-jci in #1331
New Contributors
- @lokmeinmatz made their first contribution in #1329
- @dpomerantz-jci made their first contribution in #1331
Full Changelog: v5.0.0-alpha.2...v5.0.0-alpha.3
v5.0.0-alpha.2
What's Changed
- Fix 4.8 CI by @WoH in #1311
- Add root security option by @tboothman in #1306
New Contributors
- @tboothman made their first contribution in #1306
Full Changelog: v5.0.0-alpha.1...v5.0.0-alpha.2