Releases: unlight/prisma-nestjs-graphql
Releases · unlight/prisma-nestjs-graphql
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
v18.1.2
18.1.2 (2023-07-24)
Bug Fixes
- Combine scalars option with nullable relation filter (471c405)
- Compatibility Issues with Prisma 5 (1e1bee3), closes #179
- Emit single with Prisma type (94df9cf)
- More precise get model name (96323c1)
v18.1.1
18.1.1 (2023-07-21) Last recomended release for prisma 4
Bug Fixes
- Fix in getModelName helper (190ab33)
v18.1.0
18.1.0 (2023-07-04)
Features
- Allow the use of the generate function without the
onGenerate
(a566cca), closes #168 #169
v18.0.1
18.0.1 (2023-05-09)
Bug Fixes
- Select input type from multiple options (81aeb02)