Releases: glebbash/nestjs-swagger-dto
Releases · glebbash/nestjs-swagger-dto
v3.8.3
3.8.3 (2024-10-15)
Bug Fixes
- correct
nullable
handling for IsUnknown (d0022e6)
v3.8.2
3.8.2 (2024-08-29)
Bug Fixes
- remove direct dependency on rxjs (cb6ae2f)
v3.8.1
3.8.1 (2024-07-15)
Bug Fixes
- bump package version to update docs (d50627d)
v3.8.0
3.8.0 (2024-04-23)
Features
- add isArray.force option for putting singular values into an array of their own (3576bc6)
v3.7.0
3.7.0 (2024-02-15)
Features
- typed-headers: add support for passing custom ValidationPipe (#16) (01e562b)
v3.6.1
3.6.1 (2024-02-15)
Bug Fixes
- allow
canBeEmpty: false
, use @IsNotEmpty()
in that case (e0a1be6)
v3.6.0
3.6.0 (2024-02-06)
Bug Fixes
Features
v3.5.0
3.5.0 (2023-02-15)
Features
- add integer and format support for IsNumber (bb6c86f)
v3.4.0
3.4.0 (2023-02-14)
Features
v3.3.2
3.3.2 (2022-09-19)
Bug Fixes
- handle defaults and examples for IsDate (d8c3dd3)