Skip to content

8.0.0

Compare
Choose a tag to compare
@kamilmysliwiec kamilmysliwiec released this 28 Oct 14:31
· 111 commits to master since this release
5699254

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