Skip to content

Releases: nestjs/swagger

Release 8.1.1

10 Jan 08:12
067d727
Compare
Choose a tag to compare

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

Committers: 3

Release 8.1.0

04 Dec 09:34
5f7e16b
Compare
Choose a tag to compare

8.1.0 (2024-12-04)

Enhancements

  • #3198 feat: support description in @ApiSchema (@ccaspers)
  • #3185 feat(swagger): add documentsEnabled option to disable JSON/YAML (@mag123c)

Committers: 2

Release 8.0.7

15 Nov 09:56
1dcb1dd
Compare
Choose a tag to compare

8.0.7 (2024-11-15)

Bug fixes

Committers: 1

Release 8.0.6

15 Nov 09:15
eadd76b
Compare
Choose a tag to compare

8.0.6 (2024-11-15)

Bug fixes

Dependencies

Committers: 2

Release 8.0.5

08 Nov 14:31
4ac55e2
Compare
Choose a tag to compare

8.0.5 (2024-11-08)

Dependencies

Release 8.0.4

08 Nov 07:27
3ae635e
Compare
Choose a tag to compare

8.0.4 (2024-11-08)

Bug fixes

  • #3155 fix(plugin): resolve compiler option paths relative to base (@Michsior14)

Dependencies

Committers: 1

Release 8.0.3

07 Nov 07:38
bf6e213
Compare
Choose a tag to compare

8.0.3 (2024-11-07)

Bug fixes

Enhancements

Dependencies

Committers: 1

Release 8.0.2

05 Nov 12:26
96259e6
Compare
Choose a tag to compare

8.0.2 (2024-11-05)

Bug fixes

Dependencies

Committers: 2

Release 8.0.1

29 Oct 07:41
75560fc
Compare
Choose a tag to compare

8.0.1 (2024-10-29)

Enhancements

Committers: 1

8.0.0

28 Oct 14:31
5699254
Compare
Choose a tag to compare

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 @ApiSchema decorator 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