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