Skip to content

Releases: glebbash/nestjs-swagger-dto

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)

v3.3.1

08 Jul 13:53
Compare
Choose a tag to compare

3.3.1 (2022-07-08)

Bug Fixes

  • add missing IsDate serialization (07e033a)
  • update date handling tests (872e8d1)

v3.3.0

26 May 09:35
d7ae432
Compare
Choose a tag to compare

3.3.0 (2022-05-26)

Features

  • deps: update dependencies (d7ae432)

v3.2.1

07 Mar 12:53
90764ec
Compare
Choose a tag to compare

3.2.1 (2022-03-07)

Bug Fixes

  • docs: describe typed-headers (#9) (90764ec)