Releases: unlight/prisma-nestjs-graphql
Releases · unlight/prisma-nestjs-graphql
v21.1.0
21.1.0 (2025-01-25)
Features
- Add generator option for custom import for
emitSingle
(46fed69)
v21.0.2
21.0.2 (2025-01-19)
Bug Fixes
- Change generated enum type to ticked style (2a0fe84)
v21.0.1
21.0.1 (2025-01-18)
Bug Fixes
- New names when
combineScalarFilters
enabled (88862bd)
v21.0.0
21.0.0 (2025-01-18)
⚠ BREAKING CHANGES
Bug Fixes
- Cannot find model by name (c69a10b), closes #228
- Change
Bytes
generated type to Uint8Array
(de3f17c)
Miscellaneous Chores
v20.1.0
20.1.0 (2025-01-18)
Features
- Support @field() option 'complexity' through comment line (ef8c327)
v19.2.0
19.2.0 (2023-09-23)
Features
- compatibility: New configuration option
unsafeCompatibleWhereUniqueInput
(72a3dab), closes #177
v19.1.0
19.1.0 (2023-09-19)
Features
- Add options to generate only selected blocks (cabe9bd)
v19.0.1
19.0.1 (2023-08-04)
Bug Fixes
- Compound primary key generated type (64a9854), closes #182
v19.0.0
19.0.0 (2023-07-24)
⚠ BREAKING CHANGES