Releases: unlight/prisma-nestjs-graphql
Releases · unlight/prisma-nestjs-graphql
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)
v18.0.0
18.0.0 (2023-04-02)
⚠ BREAKING CHANGES
- Require
@prisma/client
v4.12+
- Must be used with optional dependency
prisma-graphql-type-decimal
v3.0.0+
Bug Fixes
v17.1.0
17.1.0 (2022-12-31)
Features
- Allow hide property using decorate in config (b83beeb) see #130
v17.0.3
17.0.3 (2022-12-14)
Bug Fixes
- Combine scalar filters with
fieldReference
(1f1ef9c), closes #148
- combine scalars: Bytes filter (6b0a156)
- Detect graphql type (89a59cc), closes #148
v17.0.2
17.0.2 (2022-11-20)
Bug Fixes
- Fix: Handle
FindUniq/First..OrThrowArgs
name (0419d0d)
- Pin
ts-morph
to specific range (d076fe9), closes #146