Releases: lukeautry/tsoa
Releases · lukeautry/tsoa
v6.5.0
What's Changed
- Fix typescript build error when using file upload by @mattdean-digicatapult in #1662
- Refactor(tests)/ban-types by @chappelo in #1671
- refactor/remove @typescript-eslint/ban-types by @chappelo in #1675
- Use type import for TsoaRoute to ensure with verbatumModuleSyntax by @christiango in #1676
- fix: Build, chores by @WoH in #1687
- feat: Support string variable in the first argument of @extension by @chappelo in #1677
- chore(deps): bump tar from 6.2.0 to 6.2.1 by @dependabot in #1688
- fix(lint): methodOverride cause lint fail by @jackey8616 in #1693
- chore(warn): deprecation of config multer options by @jackey8616 in #1695
- remove @typescript-eslint/no-unsafe-call by @chappelo in #1697
- feat: @res alias by @jackey8616 in #1694
- refactor(specGenerator)/remove request-prop param by @chappelo in #1701
- Fix: @response not handle undefined examples properly by @jackey8616 in #1700
New Contributors
- @mattdean-digicatapult made their first contribution in #1662
- @chappelo made their first contribution in #1671
- @christiango made their first contribution in #1676
Full Changelog: v6.4.0...v6.5.0
v6.4.0
What's Changed
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #1641
- feat: support using custom multer instance in RegisterRoutes by @midoelhawy in #1638
New Contributors
- @midoelhawy made their first contribution in #1638
Full Changelog: v6.3.1...v6.4.0
v6.3.1
What's Changed
- Revert: add next() to express template
This change might break existing code
Full Changelog: v6.3.0...v6.3.1
v6.3.0
What's Changed
- Fix Multer error when @uploadedfiles() is used twice in a route by @Yoronex in #1620
- chore(deps): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #1621
- add next() to express template, closes #1593 by @ericwooley in #1625
- feat: add setHeader conditional value types by @xseman in #1636
- let CLI accept .cjs config files by @rdsfj in #1634
New Contributors
- @Yoronex made their first contribution in #1620
- @ericwooley made their first contribution in #1625
- @xseman made their first contribution in #1636
- @rdsfj made their first contribution in #1634
Full Changelog: v6.2.1...v6.3.0
v6.2.1
What's Changed
- chore(deps): bump express from 4.18.3 to 4.19.2 by @dependabot in #1605
- Await apiHandler to handle error in try/catch by @VincentClair in #1602
- Refactor(resolver): clear logics by @jackey8616 in #1606
- Generate example for Enum type based on json doc by @miszczu-drako in #1609
- Fix metadata generation for computed properties names with enum values by @wilker7ribeiro in #1610
New Contributors
- @VincentClair made their first contribution in #1602
- @miszczu-drako made their first contribution in #1609
- @wilker7ribeiro made their first contribution in #1610
Full Changelog: v6.2.0...v6.2.1
v6.2.0
v6.1.5
What's Changed
- Fix/can't use optional at UploadedFile decorator by @jackey8616 in #1586
- fix: swap yamljs with yaml by @mamerruddin in #1581
- chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #1591
- fix: Store all Response examples by name by @MiguelSavignano in #1571
New Contributors
- @mamerruddin made their first contribution in #1581
- @MiguelSavignano made their first contribution in #1571
Full Changelog: v6.1.4...v6.1.5
v6.1.4
v6.1.3
fix(runtime): Add framework types as devDeps
Full Changelog: v6.1.2...v6.1.3