Releases: glebbash/nestjs-swagger-dto
Releases · glebbash/nestjs-swagger-dto
v1.2.2
1.2.2 (2021-10-20)
Bug Fixes
- correct string pattern info in openapi (7ca3513)
v1.2.1
1.2.1 (2021-10-05)
Bug Fixes
- 'example & default' types for arrays (#4) (11ff289)
v1.2.0
1.2.0 (2021-10-01)
Bug Fixes
Features
- date validation for IsString (4166b6c)
v1.1.1
1.1.1 (2021-10-01)
Bug Fixes
- isBoolean: stringify on output if stringified: true (7b4be00)
- use min/maxItems instead of min/maxLength in ApiProperty (660ce30)
v1.1.0
1.1.0 (2021-09-30)
Features
- Add support for date validation (1fce6ca)
v1.0.4
1.0.4 (2021-05-27)
Bug Fixes
- update swagger property type (7a93766)
v1.0.3
1.0.3 (2021-05-26)
Bug Fixes
- specify correct peer dependencies (1ce2593)
v1.0.2
1.0.2 (2021-05-26)
Bug Fixes
- return default values in transformation (747c9a7)
v1.0.1
1.0.1 (2021-05-26)
Bug Fixes
- update types path in package.json (3618fa2)
v1.0.0
1.0.0 (2021-05-26)
Features