Nest - modern, fast, powerful node.js web framework (@swagger)
Last release 10 days ago
17 Aug 2026
Release timing varies
gaps range from 1 weeks to 6 months
Nearly every release is documented
notes for 59 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
255 releases · first in 2017
Release timeline
255 releases since 2017Releases
- 12.0.0-alpha.225 May 2026pre-release
Nothing published for this version
- 12.0.0-alpha.125 May 2026pre-release
Nothing published for this version
- 12.0.0-alpha.025 May 2026pre-release
Nothing published for this version
- 11.4.717 Aug 2026
Release notes
Open source →What's Changed
- fix(plugin): preserve inferred responses for enum error statuses by @GiHoon1123 in https://github.com/nestjs/swagger/pull/4014
- chore(deps): update dependency @fastify/static to v10 [security] by @renovate[bot] in https://github.com/nestjs/swagger/pull/4028
- feat(interfaces): export full OpenAPI object-model types in public API by @Fcmam5 in https://github.com/nestjs/swagger/pull/4048
- fix(plugin): handle decorators with property access expressions in getIdentifierFromName by @jorenl in https://github.com/nestjs/swagger/pull/4042
- fix(deps): update dependency js-yaml to v5.3.0 by @renovate[bot] in https://github.com/nestjs/swagger/pull/4053
- feat(api-header): support custom OpenAPI extensions by @kyungseopk1m in https://github.com/nestjs/swagger/pull/4047
- fix(type-helpers): apply deep partial substitution to plugin metadata by @kyungseopk1m in https://github.com/nestjs/swagger/pull/4030
- fix(plugin): rebase readonly import paths onto the output directory by @kyungseopk1m in https://github.com/nestjs/swagger/pull/4019
- fix(plugin): generate object examples from @example doc tags by @y-hsgw in https://github.com/nestjs/swagger/pull/4005
New Contributors
- @GiHoon1123 made their first contribution in https://github.com/nestjs/swagger/pull/4014
- @Fcmam5 made their first contribution in https://github.com/nestjs/swagger/pull/4048
- @jorenl made their first contribution in https://github.com/nestjs/swagger/pull/4042
Full Changelog: https://github.com/nestjs/swagger/compare/11.4.6...11.4.7
- 11.4.617 Jul 2026
Release notes
Open source →11.4.6 (2026-07-17)
Features
Bug fixes
- #3947 fix(type-helpers): preserve array-ness for nested DTO arrays in DeepPartialType (@yogeshwaran-c)
- #3945 fix(mimetype-content-wrapper): clone object per mimetype to avoid shared references (@yogeshwaran-c)
- #3972 fix: avoid inline PickType schema collisions (@cyphercodes)
- #3969 fix: Added missing summary type to the response object (@MichielDeMey)
Enhancements
- #3949 feat(api-query): support custom OpenAPI extensions (@yogeshwaran-c)
Dependencies
- #3986 fix(deps): update dependency js-yaml to v5 (@renovate[bot])
Committers: 4
- Michiel De Mey (@MichielDeMey)
- Rayan Salhab (@cyphercodes)
- Yogeshwaran C (@yogeshwaran-c)
- Yukihiro Hasegawa (@y-hsgw)
- 11.4.530 Jun 2026
Release notes
Open source →What's Changed
- feat(plugin): generate additionalProperties for Record/index-signature types by @y-hsgw in https://github.com/nestjs/swagger/pull/3957
- fix(deps): update dependency swagger-ui-dist to v5.32.8 by @renovate[bot] in https://github.com/nestjs/swagger/pull/3973
- fix(deps): update dependency js-yaml to v4.2.0 [security] by @renovate[bot] in https://github.com/nestjs/swagger/pull/3988
Full Changelog: https://github.com/nestjs/swagger/compare/11.4.4...11.4.5
- 11.4.421 May 2026
Release notes
Open source →11.4.4 (2026-05-21)
Bug fixes
- #3930 fix: top-level nullable with discriminator issue (@kamilmysliwiec)
Enhancements
- #3921 feat(swagger): add summary field to Tag Object (OpenAPI 3.2) (@frbuceta)
- #3924 feat(swagger): warn when @ApiTags receives hierarchy fields (@frbuceta)
- #3925 fix(swagger): type Tag Object kind as a free-form string (@frbuceta)
Committers: 4
- Alexander Scholz (@LucidityDesign)
- Francisco Buceta (@frbuceta)
- Kamil Mysliwiec (@kamilmysliwiec)
- Natanael dos Santos Feitosa (@natanfeitosa)
- 11.4.314 May 2026
Release notes
Open source →11.4.3 (2026-05-14)
Bug fixes
- #3910 fix(swagger): support const enum query params (@yudin-s)
- #3911 fix(swagger-module): return reply from async route handlers (@tibohaffner)
- #3883 fix(response-object-factory): preserve example/examples for built-in scalar response types (@yogeshwaran-c)
- #3882 fix(swagger-types-mapper): place multipleOf inside parameter schema (@yogeshwaran-c)
Enhancements
- #3885 feat(plugin): auto-generate enum metadata for string and number literal union types (@y-hsgw)
- #3604 feat: added api-include-endpoint (@TomSpott)
Dependencies
- #3906 fix(deps): update dependency swagger-ui-dist to v5.32.6 (@renovate[bot])
Committers: 6
- Serge Yudin (@yudin-s)
- Thibault Haffner (@tibohaffner)
- Yogeshwaran C (@yogeshwaran-c)
- Yukihiro Hasegawa (@y-hsgw)
- @TomSpott
- @kyungseopk1m
- 11.4.227 Apr 2026
Release notes
Open source →11.4.2 (2026-04-27)
Bug fixes
- #3867 fix(plugin): keep auto-inferred default response when only error Api*Response decorators are present (@PeterTheOne)
- #3876 fix(plugin): handle IsIn enum inference when type falls back to Object (@y-hsgw)
Committers: 2
- Peter Grassberger (@PeterTheOne)
- Yukihiro Hasegawa (@y-hsgw)
- 11.4.122 Apr 2026
Release notes
Open source →11.4.1 (2026-04-22)
Bug fixes
- #3871 fix(plugin): avoid duplicate keys when auto-generating @ApiOperation (@yogeshwaran-c)
Committers: 1
- Yogeshwaran C (@yogeshwaran-c)
- 11.4.022 Apr 2026
Release notes
Open source →11.4.0 (2026-04-22)
Features
- #3868 feat(plugin): auto-mark optional @Query parameters as required: false (@yogeshwaran-c)
- #3725 feat(swagger): add OpenAPI 3.2 hierarchical tags support (@apt-bh)
Bug fixes
- #3874 fix(document-builder): accept multi-digit OpenAPI version segments (@yogeshwaran-c)
- #3873 fix(plugin): strip regex delimiters and flags from @Matches patterns (@yogeshwaran-c)
- #3870 fix(decorators): forward all OpenAPI parameter fields in @ApiHeader (@yogeshwaran-c)
- #3872 fix(plugin): emit @throws descriptions as proper string literals (@yogeshwaran-c)
- #3782 fix(schema): preserve example metadata for non-body params with named types (@maruthang)
- #3761 fix(plugin): support boolean literal types and boolean enum values (@lucreiss)
Enhancements
- #3865 feat(schema-object-factory): include class name chain in circular dependency errors (@yogeshwaran-c)
Committers: 4
- Lu R A (@lucreiss)
- Maruthan G (@maruthang)
- Yogeshwaran C (@yogeshwaran-c)
- @apt-bh
- 11.3.220 Apr 2026
Release notes
Open source →What's Changed
- fix(plugin): remap import paths within rootDir to outDir by @alex-all3dp in https://github.com/nestjs/swagger/pull/3858
New Contributors
- @alex-all3dp made their first contribution in https://github.com/nestjs/swagger/pull/3858
Full Changelog: https://github.com/nestjs/swagger/compare/11.3.1...11.3.2
- 11.3.120 Apr 2026
Release notes
Open source →11.3.1 (2026-04-20)
Bug fixes
- #3847 fix(plugin): adjust relative import paths for tsconfig outDir depth (@kyungseopk1m)
- #3781 fix(schema): prioritize oneOf/anyOf/allOf over inferred type resolution (@maruthang)
- #3820 fix(schema): support enumName with oneOf and anyOf combinators (@maruthang)
Enhancements
- #3854 fix(swagger-ui): replace hardcoded sentinel with per-call UUID in buildJSInitOptions (@kyuna0312)
Committers: 5
- Kamil Mysliwiec (@kamilmysliwiec)
- Maruthan G (@maruthang)
- Yukihiro Hasegawa (@y-hsgw)
- @kyungseopk1m
- kyuna0312 (@kyuna0312)
- 11.3.015 Apr 2026
Release notes
Open source →11.3.0 (2026-04-15)
Bug fixes
- #3826 fix: support nullable field in @ApiResponse decorator (@Nedunchezhiyan-M)
- #3784 fix(schema): include type field when nullable is used with allOf (@maruthang)
- #3774 fix enum issue (@SupunGeethanjana)
- #3798 fix(plugin): normalize workspace package import paths in metadata generator (@maruthang)
- #3821 fix(plugin): handle same-file type references in SWC readonly metadata generation (@maruthang)
- #3822 fix(type-helpers): eagerly apply plugin metadata properties in mapped type helpers (@maruthang)
- #3840 fix: use child class type when re-declaring an inherited @ApiProperty (@Nedunchezhiyan-M)
Enhancements
- #3449 feat(api-header): add example property to ApiHeader decorator (@leemhoon00)
- #3787 feat(decorators): support RegExp instances in @ApiProperty({ pattern }) (@temrjan)
- #3699 feat(api-body): add support for encoding in ApiBody decorator (@lamuertepeluda)
- #3824 feat: support async patchDocumentOnRequest hook (@Nedunchezhiyan-M)
- #3834 feat: expose generateSchema utility for programmatic schema access (@Nedunchezhiyan-M)
- #3836 feat(plugin): add autoFillEnumName option to suppress duplicate enum schemas (@Nedunchezhiyan-M)
- #3837 feat: merge descriptions when multiple decorators share the same HTTP status code (@Nedunchezhiyan-M)
- #3839 feat: add excludeDynamicDefaults option to strip runtime-evaluated schema defaults (@Nedunchezhiyan-M)
- #3841 feat: add DeepPartialType mapped-type helper for recursive optional properties (@Nedunchezhiyan-M)
Dependencies
- #3850 fix(deps): update dependency swagger-ui-dist to v5.32.4 (@renovate[bot])
Committers: 7
- JongHun Lim (@leemhoon00)
- Maruthan G (@maruthang)
- Rajasekar Janakiraman (@rajasekar33)
- Supun Geethanjana Jayasinghe (@SupunGeethanjana)
- Temrjan (@temrjan)
- Vito Macchia (@lamuertepeluda)
- @Nedunchezhiyan-M
- 11.2.79 Apr 2026
Release notes
Open source →What's Changed
- fix(deps): update dependency lodash to v4.18.1 [security] by @renovate[bot] in https://github.com/nestjs/swagger/pull/3808
- fix(deps): update dependency @nestjs/mapped-types to v2.1.1 by @renovate[bot] in https://github.com/nestjs/swagger/pull/3791
- fix(plugin): support TypeScript project references in ReadonlyVisitor by @maruthang in https://github.com/nestjs/swagger/pull/3804
- fix(plugin): skip auto-generated response decorator when Api*Response already present by @maruthang in https://github.com/nestjs/swagger/pull/3803
- fix(schema): handle const enum objects from SWC compiler metadata by @maruthang in https://github.com/nestjs/swagger/pull/3802
- fix(deps): update dependency path-to-regexp to v8.4.2 by @renovate[bot] in https://github.com/nestjs/swagger/pull/3815
- fix(swagger-explorer): prevent enum schema mutation across multiple document generations by @maruthang in https://github.com/nestjs/swagger/pull/3799
- fix(decorators): do not crash on Controller getter by @robbtraister in https://github.com/nestjs/swagger/pull/3788
- fix(plugin): handle non-ASCII characters in project paths by @maruthang in https://github.com/nestjs/swagger/pull/3786
- fix(explorer): pass version to operationIdFactory for all versioning types by @maruthang in https://github.com/nestjs/swagger/pull/3783
- chore(deps): update dependency class-validator to v0.15.1 by @renovate[bot] in https://github.com/nestjs/swagger/pull/3753
- fix(deps): update dependency swagger-ui-dist to v5.32.2 by @renovate[bot] in https://github.com/nestjs/swagger/pull/3738
New Contributors
- @maruthang made their first contribution in https://github.com/nestjs/swagger/pull/3804
- @robbtraister made their first contribution in https://github.com/nestjs/swagger/pull/3788
Full Changelog: https://github.com/nestjs/swagger/compare/11.2.6...11.2.7
- 11.2.64 Feb 2026
Release notes
Open source →What's Changed
- feat: support adding custom fields on the
servers[*]entry by @micalevisk in https://github.com/nestjs/swagger/pull/3715 - fix(decorator) add string literal types to ApiQueryOptions for autoco… by @wanderer-s in https://github.com/nestjs/swagger/pull/3707
- feat: add type definition for format option in @ApiProperty decorator by @ismaildasci in https://github.com/nestjs/swagger/pull/3697
- fix(deps): update dependency lodash to v4.17.23 [security] by @renovate[bot] in https://github.com/nestjs/swagger/pull/3705
New Contributors
- @wanderer-s made their first contribution in https://github.com/nestjs/swagger/pull/3707
- @ismaildasci made their first contribution in https://github.com/nestjs/swagger/pull/3697
Full Changelog: https://github.com/nestjs/swagger/compare/11.2.5...11.2.6
- feat: support adding custom fields on the
- 11.2.514 Jan 2026
Release notes
Open source →11.2.5 (2026-01-14)
Bug fixes
Enhancements
- #3684 fix(plugin): respect debug option for all debug log messages (@jtomaszewski)
Committers: 2
- Jacek Tomaszewski (@jtomaszewski)
- dev_heo (@spandios)
- 11.2.46 Jan 2026
Release notes
Open source →What's Changed
- chore(deps): update dependency @fastify/static to v9 by @renovate[bot] in https://github.com/nestjs/swagger/pull/3667
- Add 'file' type to schema object metadata interface by @karianpour in https://github.com/nestjs/swagger/pull/3671
- chore(deps): update node.js to v24.12.0 by @renovate[bot] in https://github.com/nestjs/swagger/pull/3657
- fix(deps): update dependency swagger-ui-dist to v5.31.0 by @renovate[bot] in https://github.com/nestjs/swagger/pull/3639
- fix(schema): preserve items schema when metadata.items is already defined by @bas0N in https://github.com/nestjs/swagger/pull/3635
New Contributors
- @karianpour made their first contribution in https://github.com/nestjs/swagger/pull/3671
- @bas0N made their first contribution in https://github.com/nestjs/swagger/pull/3635
Full Changelog: https://github.com/nestjs/swagger/compare/11.2.3...11.2.4
- 11.2.318 Nov 2025
Release notes
Open source →What's Changed
- Revert "fix(plugin): add async modifier when a reference is await import statement" by @kamilmysliwiec in https://github.com/nestjs/swagger/pull/3633
Full Changelog: https://github.com/nestjs/swagger/compare/11.2.2...11.2.3
- 11.2.216 Nov 2025
Release notes
Open source →11.2.2 (2025-11-16)
Bug fixes
- #3603 fix(plugin): add async modifier when a reference is await import statement (@seonggukchoi)
Dependencies
- #3593 fix(deps): update dependency swagger-ui-dist to v5.30.2 (@renovate[bot])
- #3621 fix(deps): update dependency @microsoft/tsdoc to v0.16.0 (@renovate[bot])
- #3627 fix(deps): update dependency js-yaml to v4.1.1 [security] (@renovate[bot])
Committers: 1
- Eric Choi (@seonggukchoi)
- 11.2.116 Oct 2025
Release notes
Open source →What's Changed
- feat(@ApiExtension): When used on a controller it applies to all methods by @drewish in https://github.com/nestjs/swagger/pull/3485
- fix: dont serve pet store definiton on api/api by @kamilmysliwiec in https://github.com/nestjs/swagger/pull/3585
- fix(deps): update dependency path-to-regexp to v8.3.0 by @renovate[bot] in https://github.com/nestjs/swagger/pull/3556
- fix(deps): update dependency swagger-ui-dist to v5.29.4 by @renovate[bot] in https://github.com/nestjs/swagger/pull/3458
- fix: missing ApiProperty enum undefined on array handling by @pvdspek in https://github.com/nestjs/swagger/pull/3590
- fix(plugin): correct enum+nullable handling for
Enum | null(and ar… by @AliRaZa1121 in https://github.com/nestjs/swagger/pull/3544
New Contributors
- @pvdspek made their first contribution in https://github.com/nestjs/swagger/pull/3590
- @AliRaZa1121 made their first contribution in https://github.com/nestjs/swagger/pull/3544
Full Changelog: https://github.com/nestjs/swagger/compare/11.2.0...11.2.1
- 11.2.05 May 2025
Release notes
Open source →11.2.0 (2025-05-05)
Enhancements
- #3424 feat(document-builder): add support for setting extensions inside the info object (@daniseijo)
- #3248 feat(swagger): add extension in SecuritySchemeObject (@mag123c)
Committers: 2
- Daniel Seijo (@daniseijo)
- JaeHo Jang (@mag123c)
- 11.1.630 Apr 2025
Release notes
Open source →11.1.6 (2025-04-30)
Enhancements
- #3423 feat(swagger-plugin): add skipDefaultValues option to omit unspecified default fields and corresponding test (@mag123c)
Committers: 1
- JaeHo Jang (@mag123c)
- 11.1.522 Apr 2025
Release notes
Open source →11.1.5 (2025-04-22)
Bug fixes
- #3413 fix: type import syntax for ApiResponse in esmCompatible (@CatsMiaow)
Committers: 1
- Meow (@CatsMiaow)
- 11.1.417 Apr 2025
Release notes
Open source →What's Changed
- feat(schema): add duplicate DTO detection in schema exploration by @Newbie012 in https://github.com/nestjs/swagger/pull/3400
New Contributors
- @Newbie012 made their first contribution in https://github.com/nestjs/swagger/pull/3400
Full Changelog: https://github.com/nestjs/swagger/compare/11.1.3...11.1.4
- 11.1.314 Apr 2025
Release notes
Open source →11.1.3 (2025-04-14)
Bug fixes
- #3399 fix: import handling for ESM compatibility (@CatsMiaow)
Dependencies
- #3397 fix(deps): update dependency swagger-ui-dist to v5.21.0 (@renovate[bot])
Committers: 1
- Meow (@CatsMiaow)
- 11.1.211 Apr 2025
Release notes
Open source →11.1.2 (2025-04-11)
Bug fixes
- #3390 fix: support raw arrays of objects (@kamilmysliwiec)
Enhancements
- #3362 feat: make generated require() ESM compatible (@CatsMiaow)
Dependencies
- #3379 fix(deps): update dependency swagger-ui-dist to v5.20.8 ([@renovate[bot]]
Committers: 2
- Kamil Mysliwiec (@kamilmysliwiec)
- Meow (@CatsMiaow)
- 11.1.14 Apr 2025
Release notes
Open source →11.1.1 (2025-04-04)
Bug fixes
- #3369 fix: recursive schema reference handling #3368 (@bderevyaga)
Dependencies
- #3375 fix(deps): update dependency swagger-ui-dist to v5.20.5 (@renovate[bot])
Committers: 1
- Bogdan (@bderevyaga)
- 11.1.025 Mar 2025
Release notes
Open source →11.1.0 (2025-03-25)
Features
- #3361 feat: add global responses support (@kamilmysliwiec)
Committers: 1
- Kamil Mysliwiec (@kamilmysliwiec)
- 11.0.719 Mar 2025
Release notes
Open source →What's Changed
- fix: skip printing warnings for fastify https://github.com/nestjs/swagger/commit/d817ca8d1cc78945e1e092215a264a9b5955af44 by @kamilmysliwiec
- Fix
selfRequired: falsenot making an object-type property optional by @flovouin in https://github.com/nestjs/swagger/pull/3347 - fix(deps): update dependency swagger-ui-dist to v5.20.1 by @renovate in https://github.com/nestjs/swagger/pull/3323
New Contributors
- @flovouin made their first contribution in https://github.com/nestjs/swagger/pull/3347
Full Changelog: https://github.com/nestjs/swagger/compare/11.0.6...11.0.7
- 11.0.628 Feb 2025
- 11.0.524 Feb 2025
Release notes
Open source →11.0.5 (2025-02-24)
What's Changed
- fix: strip inline path regexps (fastify) https://github.com/nestjs/swagger/issues/3318
Full Changelog: https://github.com/nestjs/swagger/compare/11.0.4...11.0.5
- 11.0.419 Feb 2025
Release notes
Open source →What's Changed
- fix(swagger-options): add persistAuthorization to SwaggerUiOptions by @do-not-do-that in https://github.com/nestjs/swagger/pull/3306
- fix(swagger): added options in createEnumSchemaType by @mag123c in https://github.com/nestjs/swagger/pull/3307
- fix(deps): update dependency swagger-ui-dist to v5.19.0 by @renovate in https://github.com/nestjs/swagger/pull/3305
New Contributors
- @do-not-do-that made their first contribution in https://github.com/nestjs/swagger/pull/3306
Full Changelog: https://github.com/nestjs/swagger/compare/11.0.3...11.0.4
- 11.0.323 Jan 2025
Release notes
Open source →11.0.3 (2025-01-23)
Bug fixes
- #3264 fix: incorrect IsUuid class-validator decorator (@degradingsky746)
Committers: 1
- Fozail (@degradingsky746)
- 11.0.217 Jan 2025
Release notes
Open source →Changelog
- Revert "feat: make generated require() ESM compatible https://github.com/nestjs/swagger/pull/3253
- 11.0.117 Jan 2025
Release notes
Open source →11.0.1 (2025-01-17)
Dependencies
- #3249 fix(deps): update dependency @nestjs/mapped-types to v2.1.0 (@renovate[bot])
- 11.0.016 Jan 2025
Release notes
Open source →11.0.0 (2025-01-16)
Breaking changes
This version is only compatible with
@nestjs/{core,common,platform-express,platform-fastify,...}>= v11Enhancements
- #3199 release: version 11.0.0 (@kamilmysliwiec)
- #3235 feat: make generated require() ESM compatible (@bdezso)
Dependencies
- #3080 chore(deps): update dependency @fastify/static to v8.0.4 (@renovate[bot])
- #3245 chore(deps): update dependency fastify to v5.2.1 (@renovate[bot])
Committers: 2
- Bence Dezso (@bdezso)
- Kamil Mysliwiec (@kamilmysliwiec)
- 11.0.0-next.216 Jan 2025pre-release
Nothing published for this version
- 11.0.0-next.116 Jan 2025pre-release
Nothing published for this version
- 8.1.110 Jan 2025
Release notes
Open source →Unreleased (2025-01-10)
Bug fixes
- #3232 fix: missing ApiProperty enum undefined handling (@nxht)
- #3223 fix: swagger crashed while using any Param/Query/Body decorator in a monorepo with pnpm (@winuxx)
Dependencies
- #3230 chore(deps): update dependency typescript to v5.7.3 (@renovate[bot])
- #3201 chore(deps): update nest monorepo to v10.4.15 (@renovate[bot])
- #3200 chore(deps): update dependency express to v4.21.2 (@renovate[bot])
Committers: 3
- 8.1.04 Dec 2024
- 8.0.715 Nov 2024
Release notes
Open source →8.0.7 (2024-11-15)
Bug fixes
- #3169 fix: expose self required attribute for objects (@kamilmysliwiec)
Committers: 1
- Kamil Mysliwiec (@kamilmysliwiec)
- 8.0.615 Nov 2024
Release notes
Open source →8.0.6 (2024-11-15)
Bug fixes
- #3168 Revert "fix: properly import external enums" (@kamilmysliwiec)
- #3167 Revert "fix(plugin): support compiler options paths mapping" (@kamilmysliwiec)
- #3166 Revert "fix(plugin): resolve compiler option paths relative to base" (@kamilmysliwiec)
- #3165 fix: support for multiple api decorators on schema class (@arabold)
- #3164 fix: @ApiSchema inheritance (@arabold)
Dependencies
- #3159 chore(deps): update typescript-eslint monorepo to v8.14.0 (@renovate[bot])
Committers: 2
- Andre Rabold (@arabold)
- Kamil Mysliwiec (@kamilmysliwiec)
- 8.0.58 Nov 2024
Release notes
Open source →8.0.5 (2024-11-08)
Dependencies
- #3158 fix(deps): update dependency @nestjs/mapped-types to v2.0.6 (@renovate[bot])
- 8.0.48 Nov 2024
Release notes
Open source →8.0.4 (2024-11-08)
Bug fixes
- #3155 fix(plugin): resolve compiler option paths relative to base (@Michsior14)
Dependencies
- #3156 fix(deps): update dependency swagger-ui-dist to v5.18.2 (@renovate[bot])
Committers: 1
- Michał Mrozek (@Michsior14)
- 8.0.37 Nov 2024
Release notes
Open source →8.0.3 (2024-11-07)
Bug fixes
- #3153 fix: omit schema field in response object (@kamilmysliwiec)
Enhancements
- #3151 feat: allow skipping auto http code annotation (@kamilmysliwiec)
Dependencies
- #3149 fix(deps): update dependency swagger-ui-dist to v5.18.1 (@renovate[bot])
Committers: 1
- Kamil Mysliwiec (@kamilmysliwiec)
- 8.0.25 Nov 2024
Release notes
Open source →8.0.2 (2024-11-05)
Bug fixes
- #3148 fix: spread query parameters if feasible (@kamilmysliwiec)
- #3134 fix(plugin): support compiler options paths mapping (@Michsior14)
Dependencies
- #3147 chore(deps): update nest monorepo to v10.4.7 (@renovate[bot])
Committers: 2
- Kamil Mysliwiec (@kamilmysliwiec)
- Michał Mrozek (@Michsior14)
- 8.0.129 Oct 2024
Release notes
Open source →8.0.1 (2024-10-29)
Enhancements
- #3129 feat: Add schema support for more option keys (@alex-statsig)
Committers: 1
- Alex Coleman (@alex-statsig)
- 8.0.028 Oct 2024
Release notes
Open source →8.0.0 (2024-10-28)
Breaking changes
- #3017 feat(@nestjs/swagger): defaults api tag to controller name
- #2877 fix(): Updated types for Specific ApiResponse decorator options to omit status
- #1454 fix(transformer): prefer explicit config over auto-detected schema
Features
- #2233 Api callbacks decorator (@MiguelSavignano)
- #3017 feat(@nestjs/swagger): defaults api tag to controller name
- #1173 Support OpenAPI link objects (@coyotte508)
- #2427 Add
@ApiSchemadecorator to allow specification of the schema type name
Bug fixes
- #3029 fix: properly import external enums (@Michsior14)
- #1454 fix(transformer): prefer explicit config over auto-detected schema
- #3127 fix(@nest/swagger): Add merge-options condition for dtoFileNameSuffix to CLI-Plugin
- #1696 fix(core): isArray always false for enum arrays in plugin metadata
- #1434 fix(): move modifiers properties to items object on array type @nartc
- #1113 fix: Arrays and objects are not managed properly when located in first level of @Query() @arnaud-cortisse
Enhancements
- #3123 feat: introduce enum schema attribute (@kamilmysliwiec)
- #2998 feat: make methods of swagger module protected (@SocketSomeone)
- #3106 feat(document-builder): add setOpenApiVersion method (@avoylenko)
- #2877 fix(): Updated types for Specific ApiResponse decorator options to omit status
- #1455 feat(decorator): @ApiResponse annotation, support multiple response body examples
- #2742 feat: refactoring and extending the support of validation property assignments
- 7.4.217 Sept 2024
Release notes
Open source →- Merge pull request #3031 from danielsharvey/feature/example-support (391abb3)
- Merge pull request #3037 from blended-bram/patch-1 (00a6b80)
- Merge pull request #3067 from nadavhalfon/feat/x-enumNames (5cb058e)
- Merge pull request #3062 from thiagotognoli/master (fdf9c1c)
- chore(deps): update typescript-eslint monorepo to v8.6.0 (276b4fa)
- chore(deps): update dependency eslint to v8.57.1 (f389bd4)
- chore(deps): update dependency express to v4.21.0 (3b9c7f9)
- chore(deps): update nest monorepo to v10.4.2 (1c27db8)
- feat: support x-enumNames param for client code generations, supporting numeric enums (bdd0ac8)
- bugfix: correct param in map (f28b947)
- fix: support
examplesfield in@ApiHeader(c7721d6) - feat: Add schema support for "example" annotations (bd75d0a)
- 7.4.116 Sept 2024
Release notes
Open source →- Merge pull request #3071 from nestjs/renovate/npm-path-to-regexp-vulnerability (057e560)
- chore(deps): update dependency @types/jest to v29.5.13 (7721ad5)
- chore(deps): update dependency husky to v9.1.6 (ba963e1)
- fix(deps): update dependency path-to-regexp to v3.3.0 [security] (0c1e756)
- chore(deps): update commitlint monorepo to v19.5.0 (4e13bb0)
- chore(deps): update dependency express to v4.20.0 (df76aa1)
- chore(deps): update typescript-eslint monorepo to v8.5.0 (f5f1b02)
- chore(deps): update dependency @types/node to v20.16.5 (d1a3da6)
- chore(deps): update dependency @types/node to v20.16.4 (f7098ce)
- chore(deps): update dependency eslint-plugin-import to v2.30.0 (bdbbeb9)
- chore(deps): update typescript-eslint monorepo to v8.4.0 (e3976b5)
- chore(deps): update dependency lint-staged to v15.2.10 (2ef9f9e)
- chore(deps): update dependency @types/node to v20.16.3 (526801f)
- chore(deps): update commitlint monorepo to v19.4.1 (375e3ac)
- chore(deps): update dependency @types/node to v20.16.2 (7f0b3a9)
- chore(deps): update typescript-eslint monorepo to v8.3.0 (84cfcd2)
- chore(deps): update dependency ts-jest to v29.2.5 (1374005)
- chore(deps): update dependency husky to v9.1.5 (39a5a15)
- chore(deps): update typescript-eslint monorepo to v8.2.0 (c3f98b2)
- chore(deps): update dependency @types/node to v20.16.1 (ca5f7a5)
- chore(deps): update dependency @types/node to v20.16.0 (5d4436f)
- chore(deps): update dependency @types/node to v20.15.0 (986351f)
- chore(deps): update nest monorepo to v10.4.1 (2e11b2d)
- chore(deps): update dependency lint-staged to v15.2.9 (2e4b4dd)
- chore(deps): update typescript-eslint monorepo to v8.1.0 (f499e54)
- chore(deps): update nest monorepo to v10.4.0 (15ad2b6)
- chore(deps): update dependency @types/node to v20.14.15 (ea25697)
- chore(deps): update dependency @commitlint/cli to v19.4.0 (51d7f50)
- chore(deps): update typescript-eslint monorepo to v8.0.1 (341918a)
- chore(deps): update dependency lint-staged to v15.2.8 (02e0341)
- chore(deps): update dependency @types/node to v20.14.14 (9cb4742)
- chore(deps): update dependency ts-jest to v29.2.4 (ab74629)
- chore(deps): update typescript-eslint monorepo to v8 (c5964c0)
- chore(deps): update typescript-eslint monorepo to v7.18.0 (13f99fe)
- chore(deps): update dependency husky to v9.1.4 (6715367)
- chore(deps): update dependency @types/node to v20.14.13 (b122574)
- chore(deps): update dependency husky to v9.1.3 (68b9814)
- chore(deps): update dependency husky to v9.1.2 (6f83cd0)
- chore(deps): update dependency @types/node to v20.14.12 (8323c3b)
- chore(deps): update typescript-eslint monorepo to v7.17.0 (5f40531)
- chore(deps): update dependency ts-jest to v29.2.3 (def2f77)
- chore(deps): update dependency husky to v9.1.1 (7c175bb)
- chore(deps): update dependency husky to v9.1.0 (0637912)
- chore(deps): update dependency @types/node to v20.14.11 (28424c9)
- chore(deps): update dependency @types/lodash to v4.17.7 (976d5c5)
- chore(deps): update typescript-eslint monorepo to v7.16.1 (29f59e9)
- chore(deps): update dependency release-it to v17.6.0 (f42c75f)
- chore(deps): update dependency ts-jest to v29.2.2 (05db366)
- chore(deps): update dependency ts-jest to v29.2.1 (b4e4f91)
- chore(deps): update typescript-eslint monorepo to v7.16.0 (2d61362)
- chore(deps): update dependency release-it to v17.5.0 (1a32e24)
- chore(deps): update dependency ts-jest to v29.2.0 (88859bb)
- chore(deps): update dependency @types/node to v20.14.10 (0b448ca)
- chore(deps): update typescript-eslint monorepo to v7.15.0 (ce9a5f6)
- 7.4.01 Jul 2024
Release notes
Open source →- Merge pull request #2870 from arkraft/fix/array-enums-queries-or-params (d3bad9d)
- Merge pull request #2835 from lit26/feature/add-response-decorator-from-comment (6c5a7f6)
- Merge pull request #2992 from nestjs/renovate/release-it-17.x (29adc2d)
- Merge pull request #2993 from nestjs/renovate/nest-monorepo (5e01879)
- chore(deps): update nest monorepo to v10.3.10 (6fd3c1c)
- chore(deps): update dependency release-it to v17.4.1 (4933f9e)
- Merge pull request #2827 from nestjs/renovate/swagger-ui-dist-5.x (71f7af1)
- Merge pull request #2994 from nestjs/revert-2909-fix-exclusive-min-max-types (6f1ee0c)
- Merge pull request #2840 from lucas-gregoire/feat/allow-to-disable-swagger-ui (c541886)
- Revert "fix: exclusive minimum and exclusive maximum are numbers" (9614b1d)
- Merge pull request #2836 from lit26/feature/add-more-apiresponse (91a7c76)
- Merge pull request #2869 from jinyongp/fix/cannot-find-typename-containing-promise-or-observable (91a40a3)
- Merge pull request #2871 from lit26/feature/add-response-example (56622e8)
- Merge pull request #2909 from mastermatt/fix-exclusive-min-max-types (d675211)
- Merge pull request #2930 from nestjs/renovate/cimg-node-22.x (b7eeffd)
- Merge pull request #2935 from slukes/add-enum-function (adb6561)
- Merge pull request #2952 from voriteam/clintonb/name-bug (a57f853)
- Merge pull request #2962 from nestjs/renovate/microsoft-tsdoc-0.x (d0a58e0)
- Merge pull request #2985 from Azbesciak/patch-2 (b165909)
- Merge branch 'nestjs:master' into fix/array-enums-queries-or-params (d74136b)
- chore(deps): update dependency @types/lodash to v4.17.6 (2245084)
- (fix) invalid return value of refs shim (325ba73)
- chore(deps): update dependency @types/node to v20.14.9 (29331c7)
- Merge branch 'nestjs:master' into feature/add-response-example (ff2cd2e)
- Merge branch 'nestjs:master' into feature/add-response-decorator-from-comment (3baf1de)
- Merge branch 'nestjs:master' into feature/add-more-apiresponse (2358cae)
- chore(deps): update typescript-eslint monorepo to v7.14.1 (bdc3fde)
- chore(deps): update dependency @types/node to v20.14.8 (1805b12)
- chore(deps): update dependency @types/node to v20.14.7 (24ca49c)
- chore(deps): update dependency release-it to v17.4.0 (1718d8b)
- fix: add missing refs declaration in swagger-shim (bc1edc5)
- chore(deps): update node.js to v22 (d286317)
- chore(deps): update dependency @types/node to v20.14.6 (0edbbfa)
- chore(deps): update dependency @types/node to v20.14.5 (5b8f7fa)
- chore(deps): update dependency @types/node to v20.14.4 (53f7023)
- chore(deps): update typescript-eslint monorepo to v7.13.1 (45cfe0d)
- chore(deps): update dependency ts-jest to v29.1.5 (9372130)
- chore(deps): update dependency lint-staged to v15.2.7 (7e64f94)
- chore(deps): update dependency lint-staged to v15.2.6 (6f07fa0)
- chore(deps): update typescript-eslint monorepo to v7.13.0 (6d25f5a)
- chore(deps): update dependency @types/lodash to v4.17.5 (04f199a)
- chore(deps): update dependency @types/node to v20.14.2 (61fdb23)
- chore(deps): update dependency @types/node to v20.14.1 (d4b66f8)
- chore(deps): update typescript-eslint monorepo to v7.12.0 (ffa315a)
- chore(deps): update nest monorepo to v10.3.9 (3edab81)
- chore(deps): update dependency @types/node to v20.14.0 (96858e9)
- chore(deps): update dependency @types/node to v20.13.0 (b913771)
- chore(deps): update dependency @types/node to v20.12.13 (9c2e270)
- fix(deps): update dependency @microsoft/tsdoc to ^0.15.0 (910b677)
- chore(deps): update dependency ts-jest to v29.1.4 (1cb5be5)
- fix(deps): update dependency swagger-ui-dist to v5.17.14 (6a5bcf6)
- chore(deps): update typescript-eslint monorepo to v7.11.0 (a660e18)
- chore(deps): update dependency lint-staged to v15.2.5 (3557547)
- chore(deps): update dependency lint-staged to v15.2.4 (4d93b7f)
- chore(deps): update dependency ts-jest to v29.1.3 (ce63ee3)
- chore(deps): update typescript-eslint monorepo to v7.10.0 (bcda39c)
- chore(deps): update dependency release-it to v17.3.0 (5324b0a)
- chore(deps): update dependency @types/lodash to v4.17.4 (0792ff0)
- fix: Retain $ref when setting name property (94f565c)
- chore(deps): update dependency @types/node to v20.12.12 (e6ea29f)
- chore(deps): update typescript-eslint monorepo to v7.9.0 (3cbaee7)
- chore(deps): update dependency @types/node to v20.12.11 (89d2f25)
- chore(deps): update dependency @fastify/static to v7.0.4 (9b1ce71)
- chore(deps): update dependency @types/node to v20.12.10 (7de37fb)
- chore(deps): update dependency @types/lodash to v4.17.1 (ca821c2)
- chore(deps): update dependency @types/node to v20.12.8 (ad89618)
- feat: add function for enum types (afc47a7)
- chore(deps): update typescript-eslint monorepo to v7.8.0 (d5591ec)
- chore(deps): update dependency release-it to v17.2.1 (5748b7a)
- chore(deps): update dependency supertest to v7 (6242728)
- chore(deps): update commitlint monorepo to v19.3.0 (d501bed)
- chore(deps): update typescript-eslint monorepo to v7.7.1 (ecf0c72)
- chore(deps): update nest monorepo to v10.3.8 (32cba16)
- chore(deps): update typescript-eslint monorepo to v7.7.0 (f2bc18a)
- chore(deps): update commitlint monorepo to v19.2.2 (9fddb4b)
- chore(deps): update dependency release-it to v17.2.0 (fd309b8)
- chore(deps): update dependency @types/node to v20.12.7 (b29dc1d)
- chore(deps): update dependency @types/node to v20.12.6 (e0c0547)
- chore(deps): update typescript-eslint monorepo to v7.6.0 (ae7fbe7)
- chore(deps): update dependency @types/node to v20.12.5 (27d6895)
- fix: exclusive minimum and exclusive maximum are numbers (ba62457)
- chore(deps): update dependency @types/node to v20.12.4 (b2a5ae9)
- chore(deps): update dependency @fastify/static to v7.0.3 (d0184d1)
- Merge branch 'nestjs:master' into feature/add-response-example (8e7208f)
- Merge branch 'nestjs:master' into feature/add-response-decorator-from-comment (468ccba)
- Merge branch 'nestjs:master' into feature/add-more-apiresponse (28fb0ba)
- chore(deps): update dependency @types/node to v20.12.3 (eedd401)
- chore(deps): update typescript-eslint monorepo to v7.5.0 (c23dc05)
- chore(deps): update dependency @types/node to v20.12.2 (607eaa4)
- chore(deps): update dependency @fastify/static to v7.0.2 (1791ffc)
- Optimize dict (e5adbe9)
- Add response example (713c48c)
- prettier (5ab17a9)
- add tests for enum schema types (11f6ac5)
- if enum is of type array, use the item type (7230915)
- add params and queries to routes (16d1ea9)
- fix(plugin): ensure open-api docs generation for types named with Promise or Observable (9465e0e)
- Refactor (220ba97)
- docs: add docs on SwaggerCustomOptions (d56087c)
- test: add tests for Swagger UI disabling (25942eb)
- feat: add swaggerUiEnabled option to control activation of Swagger UI (8b2c6a3)
- chore: remove unused swaggerDoc property in buildSwaggerHTML and adapt usages (de2d695)
- docs: add deprecation warning on useless SwaggerCustomOptions properties (c373d51)
- feat: add more api response (5a0020e)
- feat: remove removing response decorator (445886f)
- feat: update function name (746ee88)
- feat: update test (e3eed25)
- feat: add error response decorator (d9e0454)
- 7.3.129 Mar 2024
Release notes
Open source →- Merge pull request #2863 from NovikovEvgeny/partial-type-helper-add-skip-null-option (d3c8844)
- chore(deps): update dependency reflect-metadata to v0.2.2 (8a51339)
- chore(deps): update nest monorepo to v10.3.7 (22ddf91)
- chore(deps): update nest monorepo to v10.3.6 (48929bf)
- chore(deps): update typescript-eslint monorepo to v7.4.0 (dbdb839)
- chore(deps): update dependency express to v4.19.2 (d2c9a74)
- chore(deps): update nest monorepo to v10.3.5 (1270f83)
- chore(deps): update dependency express to v4.19.1 (823ba9c)
- chore(deps): update dependency express to v4.19.0 (439aeba)
- chore(deps): update dependency @types/node to v20.11.30 (4de8627)
- chore(deps): update dependency @commitlint/cli to v19.2.1 (52d3ac1)
- chore(deps): update typescript-eslint monorepo to v7.3.1 (7ca4009)
- chore(deps): update dependency @types/node to v20.11.29 (a4eb2b7)
- chore(deps): update typescript-eslint monorepo to v7.3.0 (d4e7ed9)
- chore(deps): update nest monorepo to v10.3.4 (b632b88)
- chore(deps): update dependency @types/node to v20.11.28 (46ace94)
- chore(deps): update dependency @commitlint/cli to v19.2.0 (85e631b)
- chore(deps): update dependency @types/node to v20.11.27 (da23222)
- chore(deps): update dependency @types/lodash to v4.17.0 (3e516a7)
- chore(deps): update commitlint monorepo to v19.1.0 (badd92a)
- chore(deps): update dependency @types/node to v20.11.26 (9eb2159)
- chore(deps): update typescript-eslint monorepo to v7.2.0 (041be9f)
- chore(deps): update dependency @types/node to v20.11.25 (2ee9b7c)
- chore(deps): update typescript-eslint monorepo to v7.1.1 (900d953)
- chore(deps): update dependency @types/node to v20.11.24 (847b2f6)
- feat: add skip null properties option to partial type (1b4084e)
- chore(deps): update dependency express to v4.18.3 (3814115)
- chore(deps): update dependency @types/node to v20.11.22 (7be9512)
- chore(deps): update commitlint monorepo to v19.0.3 (9fa839e)
- chore(deps): update dependency @types/node to v20.11.21 (6633c36)
- chore(deps): update dependency @commitlint/cli to v19.0.1 (bc1abb7)
- chore(deps): update commitlint monorepo to v19 (d3a2530)
- chore(deps): update typescript-eslint monorepo to v7.1.0 (a60a233)
- chore(deps): update dependency eslint to v8.57.0 (4e5c930)
- chore(deps): update dependency @types/node to v20.11.20 (8543737)
- chore(deps): update typescript-eslint monorepo to v7.0.2 (7b20359)
- chore(deps): update dependency release-it to v17.1.1 (027eec8)
- chore(deps): update dependency release-it to v17.1.0 (ed12169)
- chore(deps): update dependency @types/node to v20.11.19 (0dac5ad)
- chore(deps): update dependency @types/node to v20.11.18 (cd13994)
- chore(deps): update dependency release-it to v17.0.5 (b35412c)
- chore(deps): update dependency husky to v9.0.11 (7dd751b)
- chore(deps): update commitlint monorepo to v18.6.1 (7a3bfc8)
- chore(deps): update typescript-eslint monorepo to v7 (a584b05)
- chore(deps): update nest monorepo to v10.3.3 (3e2f60c)
- chore(deps): update dependency @types/node to v20.11.17 (feca721)
- chore(deps): update dependency @fastify/static to v7.0.1 (4e672c8)
- 7.3.07 Feb 2024
Release notes
Open source →- chore: regenerate package lock (9db9c94)
- chore: regenerate package lock (0e15b20)
- chore: bump mapped-types (da14c10)
- chore: fix package lock (a35ad89)
- Merge pull request #2825 from nestjs/renovate/fastify-static-7.x-lockfile (fb9cd50)
- chore(deps): update dependency @fastify/static to v7 (72ee9fc)
- Merge pull request #2815 from nestjs/renovate/fastify-static-7.x (425302d)
- Merge pull request #2750 from nestjs/renovate/reflect-metadata-0.x (f58d0f8)
- chore(deps): update dependency reflect-metadata to v0.2.1 (cfa94a0)
- Merge pull request #2824 from nestjs/renovate/nest-monorepo (a95f719)
- chore(deps): update dependency @fastify/static to v7 (e52fc55)
- chore(deps): update nest monorepo to v10.3.2 (6c6a7a8)
- chore(deps): update nest monorepo to v10.3.2 (eb3abdb)
- Merge pull request #2820 from mgohin/feature/add-decorator-ApiPaymentRequiredResponse (8ed4884)
- Merge pull request #2777 from kurt-west/master (876d17a)
- Merge pull request #2797 from TheSalarKhan/master (1d86dfd)
- Merge pull request #2782 from nestjs/renovate/cimg-node-21.x (b1fb761)
- Merge pull request #2800 from nestjs/renovate/swagger-ui-dist-5.x (2a4fec8)
- Merge pull request #2816 from Algram/master (cf800f2)
- Merge pull request #2822 from lit26/features/enhanced-comments (979f256)
- feat: update test and optimize code (7e6b64f)
- feat: Update code for latest package (d3e7e1c)
- Merge branch 'features/enhanced-controller-comments' into features/enhanced-comments (90447b1)
- feat(core): add decorator for response http status 402 ApiPaymentRequiredResponse (68d2366)
- chore(deps): update typescript-eslint monorepo to v6.21.0 (500a718)
- chore(deps): update dependency lint-staged to v15.2.2 (6a0afb7)
- feat(spec): allow additional fields on enum refs (5404905)
- chore(deps): update dependency husky to v9.0.10 (20b90fc)
- chore(deps): update dependency @types/node to v20.11.16 (1e042e8)
- chore(deps): update dependency @types/jest to v29.5.12 (1ac0bd8)
- chore(deps): update dependency @types/node to v20.11.15 (74505f2)
- chore(deps): update dependency @types/node to v20.11.14 (7e2274a)
- chore(deps): update dependency lint-staged to v15.2.1 (dab4f02)
- chore(deps): update dependency @types/node to v20.11.13 (1bfdae8)
- chore(deps): update typescript-eslint monorepo to v6.20.0 (860d75f)
- chore(deps): update dependency husky to v9.0.7 (3eb53b3)
- fix(deps): update dependency swagger-ui-dist to v5.11.2 (13a7008)
- chore(deps): update dependency @types/node to v20.11.10 (f737848)
- chore(deps): update dependency @types/node to v20.11.9 (e50716b)
- chore(deps): update dependency @types/node to v20.11.8 (a7a6b6f)
- chore(deps): update dependency @types/node to v20.11.7 (a2aedf7)
- fix: support type
UUIDfrom node'scryptopackage (bdc130a) - chore(deps): update dependency husky to v9.0.6 (9fdd440)
- chore(deps): update dependency husky to v9.0.5 (3ae00ce)
- chore(deps): update commitlint monorepo to v18.6.0 (667eba9)
- chore(deps): update dependency husky to v9 (e2b7142)
- chore(deps): update dependency @types/node to v20.11.6 (9c3d9c2)
- chore(deps): update nest monorepo to v10.3.1 (ad17a30)
- chore(deps): update dependency release-it to v17.0.3 (d6b7a08)
- chore(deps): update typescript-eslint monorepo to v6.19.1 (b617b65)
- chore(deps): update commitlint monorepo to v18.5.0 (5fe03b8)
- chore(deps): update dependency ts-jest to v29.1.2 (48e5284)
- chore(deps): update dependency @types/node to v20.11.5 (ed528d4)
- chore(deps): update node.js to v21.6 (8ee9347)
- chore(deps): update dependency @types/node to v20.11.4 (71fe6dd)
- chore(deps): update dependency @types/node to v20.11.3 (1de91b5)
- chore(deps): update typescript-eslint monorepo to v6.19.0 (857b8a0)
- chore(deps): update dependency @types/node to v20.11.2 (8e0be61)
- feat(plugin) add support for @Expose() and @Exclude() decorators (f4fcd64)
- chore(): Add tests (dc48ef1)
- chore(): Use tsdoc to generate enhanced introspect comments (95c46a1)
- refactor(): Refactor Controller class visitor tests (cd75f5d)
- Install @microsoft/tsdoc (4564117)
- 7.2.015 Jan 2024
Release notes
Open source →- Merge branch 'ZainUrRehmanKhan-support_of_ApiParam_and_ApiQuery_for_controller' (c5676b3)
- chore: resolve conflicts, update tests (b4f6599)
- Merge pull request #2734 from lucas-gregoire/fix/param-enums (b7f3f5b)
- Merge pull request #2687 from devoto13/support-parameter-properties (91d2035)
- Merge pull request #2774 from alenap93/2771 (1d50385)
- Merge pull request #2760 from cantecim/patch-1 (1fb1995)
- Merge pull request #2751 from nestjs/renovate/swagger-ui-dist-5.x (24d1976)
- Merge pull request #2764 from nestjs/renovate/cimg-node-21.x (cf88cde)
- Merge pull request #2776 from nestjs/renovate/node-20.x (9bd4776)
- chore(deps): update dependency @types/node to v20.11.1 (60a27c4)
- chore(deps): update dependency supertest to v6.3.4 (d8096f8)
- fix(): ApiHeader has 'type: String' as default (4f1681a)
- chore(deps): update dependency class-validator to v0.14.1 (8a3594c)
- chore(deps): update dependency @types/node to v20.11.0 (36b7792)
- chore(deps): update dependency @types/node to v20.10.8 (2d999bd)
- chore(deps): update typescript-eslint monorepo to v6.18.1 (bba2443)
- fix(deps): update dependency swagger-ui-dist to v5.11.0 (775833e)
- chore(deps): update dependency @types/node to v20.10.7 (fd57763)
- chore(deps): update typescript-eslint monorepo to v6.18.0 (33a0ee5)
- chore(deps): update commitlint monorepo to v18.4.4 (59ad557)
- chore(deps): update node.js to v21.5 (16d5b03)
- chore(deps): update typescript-eslint monorepo to v6.17.0 (836030d)
- chore(deps): update dependency @types/node to v20.10.6 (d369403)
- fix(): fix clonePrimitiveLiteral is undefined issue on Length decorator (e5be51e)
- chore(deps): update typescript-eslint monorepo to v6.16.0 (5108ba6)
- chore(deps): update typescript-eslint monorepo to v6.15.0 (18f088e)
- chore(deps): update nest monorepo to v10.3.0 (5f9332c)
- chore(deps): update dependency @types/node to v20.10.5 (658f975)
- chore(deps): update dependency eslint to v8.56.0 (41324b4)
- chore(deps): update dependency eslint-plugin-import to v2.29.1 (3d57a5a)
- test: add test case for enums without name (3a869a3)
- refactor: improve ApiParam decorator to use shared addEnumSchema (508a559)
- fix: using $ref for enums on parameters (e373243)
- feat: Add basic support for parameter properties (e3151bc)
- feat: Support of ApiParam and ApiQuery for Controller (3967c4f)
- 7.1.1714 Dec 2023
Release notes
Open source →- Merge pull request #2697 from nestjs/renovate/swagger-ui-dist-5.x (a14b96a)
- Merge pull request #2709 from nestjs/renovate/cimg-node-21.x (49db8fc)
- Merge pull request #2708 from nestjs/renovate/nestjs-mapped-types-2.x (5d5cae7)
- chore(deps): update typescript-eslint monorepo to v6.14.0 (f183ef7)
- chore(deps): update dependency release-it to v17.0.1 (aeee317)
- chore(deps): update dependency reflect-metadata to v0.1.14 (d38fa1a)
- chore(deps): update dependency @types/node to v20.10.4 (33bec34)
- chore(deps): update dependency @types/jest to v29.5.11 (546f7a8)
- chore(deps): update node.js to v21.4 (08f42df)
- chore(deps): update typescript-eslint monorepo to v6.13.2 (b1f8173)
- chore(deps): update dependency lint-staged to v15.2.0 (8e97b4a)
- chore(deps): update dependency @types/node to v20.10.3 (0e1ca3c)
- chore(deps): update dependency eslint-config-prettier to v9.1.0 (c03f42e)
- chore(deps): update dependency eslint to v8.55.0 (499b87f)
- chore(deps): update dependency @types/node to v20.10.2 (3ae9068)
- chore(deps): update dependency @types/node to v20.10.1 (ce4a386)
- chore(deps): update typescript-eslint monorepo to v6.13.1 (#2730) (6612674)
- chore(deps): update typescript-eslint monorepo to v6.13.0 (c9ff6a3)
- chore(deps): update dependency @types/node to v20.10.0 (5a0538a)
- chore(deps): update dependency @types/node to v20.9.5 (9ea844b)
- fix(deps): update dependency swagger-ui-dist to v5.10.3 (bd5c2df)
- chore(deps): update dependency @types/node to v20.9.4 (2d33f16)
- chore(deps): update dependency @types/jest to v29.5.10 (c065fd7)
- chore(deps): update dependency @types/node to v20.9.3 (3d0d4ab)
- chore(deps): update dependency @types/lodash to v4.14.202 (de653eb)
- chore(deps): update commitlint monorepo to v18.4.3 (a083490)
- chore(deps): update dependency @types/jest to v29.5.9 (5323960)
- chore(deps): update typescript-eslint monorepo to v6.12.0 (75a1b3c)
- chore(deps): update nest monorepo to v10.2.10 (54f9d19)
- chore(deps): update dependency @types/node to v20.9.2 (5f23b26)
- chore(deps): update dependency eslint to v8.54.0 (349ed57)
- chore(deps): update nest monorepo to v10.2.9 (e0cb95f)
- chore(deps): update dependency @types/node to v20.9.1 (75c2ccb)
- chore(deps): update commitlint monorepo to v18.4.2 (8720da4)
- fix(deps): update dependency @nestjs/mapped-types to v2.0.4 (b3889bf)
- 7.1.1615 Nov 2023
Release notes
Open source →- Merge pull request #2684 from drewish/extensions (fddb84b)
- chore(deps): update typescript-eslint monorepo to v6.11.0 (c4cbca6)
- chore(deps): update dependency @commitlint/cli to v18.4.1 (a849b89)
- chore(deps): update dependency lint-staged to v15.1.0 (d8c4159)
- chore(deps): update dependency release-it to v17 (d71e46d)
- chore(deps): update commitlint monorepo to v18.4.0 (8be0ed5)
- Update lib/services/schema-object-factory.ts (ae67789)
- feat(@nestjs/swagger): Support extensions in Document and Schema objects (693889f)
- 7.1.158 Nov 2023
Release notes
Open source →- Merge pull request #2696 from devoto13/no-refs (cf4f7bc)
- feat: Disable refs in the generated Yaml file (2fafb80)
- Merge pull request #2695 from nestjs/renovate/nestjs-mapped-types-2.x (2034bb5)
- fix(deps): update dependency @nestjs/mapped-types to v2.0.3 (eb42a2c)
- Merge pull request #2675 from nestjs/renovate/swagger-ui-dist-5.x (490ed33)
- Merge pull request #2679 from nestjs/renovate/cimg-node-21.x (a713c15)
- Merge pull request #2694 from nestjs/renovate/node-20.x (f3271ea)
- chore(deps): update dependency @types/node to v20.9.0 (9723e58)
- chore(deps): update dependency @types/lodash to v4.14.201 (d2a5919)
- chore(deps): update dependency @types/js-yaml to v4.0.9 (c197021)
- chore(deps): update dependency @types/jest to v29.5.8 (a4272e3)
- chore(deps): update typescript-eslint monorepo to v6.10.0 (e4ac9a2)
- chore(deps): update dependency eslint to v8.53.0 (18cc84b)
- chore(deps): update nest monorepo to v10.2.8 (15cc990)
- chore(deps): update dependency @types/node to v20.8.10 (a4f93a1)
- chore(deps): update dependency @types/jest to v29.5.7 (9614e4c)
- chore(deps): update typescript-eslint monorepo to v6.9.1 (e618e03)
- chore(deps): update dependency @fastify/static to v6.12.0 (b13387a)
- chore(deps): update node.js to v21.1 (dcaaafa)
- chore(deps): update dependency @commitlint/cli to v18.2.0 (769b599)
- chore(deps): update dependency @types/node to v20.8.9 (168295b)
- chore(deps): update commitlint monorepo to v18.1.0 (f892694)
- fix(deps): update dependency swagger-ui-dist to v5.9.1 (628ad6b)
- chore(deps): update dependency @types/node to v20 (849d8ed)
- chore(deps): update typescript-eslint monorepo to v6.9.0 (aa6761e)
- 7.1.1423 Oct 2023
Release notes
Open source →- Merge pull request #2665 from OskarsPakers/feat-token-name (68b96fe)
- Merge pull request #2672 from nestjs/renovate/eslint-plugin-import-2.x (cdeced0)
- Merge pull request #2664 from nestjs/renovate/cimg-node-21.x (1603130)
- chore(deps): update dependency eslint-plugin-import to v2.29.0 (7d493d3)
- Update lib/interfaces/open-api-spec.interface.ts (b64131f)
- chore(deps): update dependency eslint to v8.52.0 (cfcdaa8)
- chore(deps): update commitlint monorepo to v18 (57fa5ff)
- chore(deps): update commitlint monorepo to v17.8.1 (f7f1bf7)
- chore(deps): update dependency lint-staged to v15.0.2 (f8d0989)
- feat(@nestjs/swagger): Support for custom OAuth2 token name with
x-tokenNameparameter in security scheme (bd87433) - chore(deps): update node.js to v21 (1e1b71d)
- chore(deps): update dependency @types/node to v18.18.6 (c20bd9b)
- chore(deps): update dependency @types/lodash to v4.14.200 (d07687b)
- chore(deps): update dependency @types/js-yaml to v4.0.8 (306d284)
- chore(deps): update dependency @types/jest to v29.5.6 (f8fbd5c)
- chore(deps): update typescript-eslint monorepo to v6.8.0 (8a628ed)
- chore(deps): update dependency lint-staged to v15.0.1 (c57cb69)
- chore(deps): update dependency lint-staged to v15 (b722800)
- chore(deps): update commitlint monorepo to v17.8.0 (f37f1fe)
- chore(deps): update dependency @types/node to v18.18.5 (6daa4f0)
- chore(deps): update dependency @types/js-yaml to v4.0.7 (8f79ec9)
- chore(deps): update typescript-eslint monorepo to v6.7.5 (d33c05c)
- chore(deps): update dependency @types/node to v18.18.4 (97b996e)
- chore(deps): update dependency eslint to v8.51.0 (1617526)
- chore(deps): update nest monorepo to v10.2.7 (801e5fc)
- 7.1.134 Oct 2023
Release notes
Open source →- Merge pull request #2642 from nestjs/renovate/swagger-ui-dist-5.x (d56a498)
- Merge pull request #2647 from IodizedGabe/fix/issue-2615-fix-array-based-enum (ecc09e0)
- fix(): Derive enum types correctly when defined as an array #2615 (fad6ee9)
- chore(deps): update dependency @types/node to v18.18.3 (e403f9e)
- chore(deps): update typescript-eslint monorepo to v6.7.4 (769d06b)
- chore(deps): update dependency @types/node to v18.18.1 (d393db2)
- fix(deps): update dependency swagger-ui-dist to v5.9.0 (29d03a9)
- chore(deps): update dependency @commitlint/cli to v17.7.2 (bf0a860)
- chore(deps): update dependency release-it to v16.2.1 (c7f7b3e)
- chore(deps): update dependency @types/node to v18.18.0 (26b008c)
- chore(deps): update typescript-eslint monorepo to v6.7.3 (196dea0)
- chore(deps): update dependency @types/node to v18.17.19 (30abc8c)
- chore(deps): update dependency release-it to v16.2.0 (32ab9d6)
- chore(deps): update dependency @types/lodash to v4.14.199 (7fc4741)
- chore(deps): update dependency eslint to v8.50.0 (9b99381)
- chore(deps): update nest monorepo to v10.2.6 (725c91c)