@brakebein/prisma-generator-nestjs-dto
Advanced tools
Changelog
[1.17.0] - 2023-02-10
definiteAssignmentAssertion
flag to optionally add definite assignment assertion operator !
to properties [#14][i14]Changelog
[1.15.0] - 2022-12-04
replaceAll
is not supported by Node.js < 15 [#10][i10]Changelog
[1.14.0] - 2022-11-22
isArray: true
in ApiProperty decorator, if field is listChangelog
[1.13.0] - 2022-09-14
@DtoTypeFullUpdate
annotation [#2][i2-comment]@ApiProperty({ required: false, nullable: true }
if field is optional{ each: true }
class-validator option if field is a list@IsDateString()
for type DateTime
and @IsDecimal
for type Decimal