Skip to content

Releases: glebbash/nestjs-swagger-dto

v3.8.3

15 Oct 16:39
d0022e6
Compare
Choose a tag to compare

3.8.3 (2024-10-15)

Bug Fixes

  • correct nullable handling for IsUnknown (d0022e6)

v3.8.2

29 Aug 17:35
cb6ae2f
Compare
Choose a tag to compare

3.8.2 (2024-08-29)

Bug Fixes

  • remove direct dependency on rxjs (cb6ae2f)

v3.8.1

15 Jul 16:20
d50627d
Compare
Choose a tag to compare

3.8.1 (2024-07-15)

Bug Fixes

  • bump package version to update docs (d50627d)

v3.8.0

23 Apr 13:56
3576bc6
Compare
Choose a tag to compare

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

15 Feb 09:59
01e562b
Compare
Choose a tag to compare

3.7.0 (2024-02-15)

Features

  • typed-headers: add support for passing custom ValidationPipe (#16) (01e562b)

v3.6.1

15 Feb 09:50
e0a1be6
Compare
Choose a tag to compare

3.6.1 (2024-02-15)

Bug Fixes

  • allow canBeEmpty: false, use @IsNotEmpty() in that case (e0a1be6)

v3.6.0

06 Feb 17:03
b94b593
Compare
Choose a tag to compare

3.6.0 (2024-02-06)

Bug Fixes

Features

v3.5.0

15 Feb 13:00
bb6c86f
Compare
Choose a tag to compare

3.5.0 (2023-02-15)

Features

  • add integer and format support for IsNumber (bb6c86f)

v3.4.0

14 Feb 11:29
ec77cdf
Compare
Choose a tag to compare

3.4.0 (2023-02-14)

Features

  • add IsUnknown decorator (ec77cdf)

v3.3.2

19 Sep 09:54
d8c3dd3
Compare
Choose a tag to compare

3.3.2 (2022-09-19)

Bug Fixes

  • handle defaults and examples for IsDate (d8c3dd3)