Releases: unlight/prisma-nestjs-graphql
Releases · unlight/prisma-nestjs-graphql
v19.0.1
04 Aug 19:24
Compare
Sorry, something went wrong.
No results found
19.0.1 (2023-08-04)
Bug Fixes
Compound primary key generated type (64a9854 ), closes #182
v19.0.0
24 Jul 21:24
Compare
Sorry, something went wrong.
No results found
19.0.0 (2023-07-24)
⚠ BREAKING CHANGES
v18.1.2
24 Jul 20:56
Compare
Sorry, something went wrong.
No results found
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
21 Jul 18:42
Compare
Sorry, something went wrong.
No results found
18.1.1 (2023-07-21) Last recomended release for prisma 4
Bug Fixes
Fix in getModelName helper (190ab33 )
v18.1.0
04 Jul 20:20
Compare
Sorry, something went wrong.
No results found
18.1.0 (2023-07-04)
Features
Allow the use of the generate function without the onGenerate (a566cca ), closes #168 #169
v18.0.2
09 May 16:07
Compare
Sorry, something went wrong.
No results found
v18.0.1
09 May 15:55
Compare
Sorry, something went wrong.
No results found
18.0.1 (2023-05-09)
Bug Fixes
Select input type from multiple options (81aeb02 )
v18.0.0
02 Apr 11:18
Compare
Sorry, something went wrong.
No results found
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
31 Dec 15:08
Compare
Sorry, something went wrong.
No results found
17.1.0 (2022-12-31)
Features
Allow hide property using decorate in config (b83beeb ) see #130
v17.0.3
14 Dec 18:34
Compare
Sorry, something went wrong.
No results found
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