Releases: unlight/prisma-nestjs-graphql
Releases · unlight/prisma-nestjs-graphql
v12.0.1
22 May 18:24
Compare
Sorry, something went wrong.
No results found
v12.0.0
20 May 00:13
Compare
Sorry, something went wrong.
No results found
12.0.0 (2021-05-20)
⚠ BREAKING CHANGES
compatibility: Possible breaking change aggregation keywords use underscore as prefix to prevent field clashes
Features
useInputType config option allow to choose input type (54eeb1c )
Bug Fixes
Make types same as in prisma (1f5bc4e )
compatibility: Rename aggregation keywords (83491c8 )
v11.4.5
13 May 20:11
Compare
Sorry, something went wrong.
No results found
11.4.5 (2021-05-13)
Bug Fixes
Combine scalar filters on nullable list (8f306e8 )
Get graphql type for scalar list (97a1ae4 ), closes #30
v11.4.4
11 May 23:37
Compare
Sorry, something went wrong.
No results found
11.4.4 (2021-05-11)
Bug Fixes
custom decorators: Prevent applying on aggregate inputs (9b21970 )
v11.4.3
11 May 21:47
Compare
Sorry, something went wrong.
No results found
11.4.3 (2021-05-11)
Bug Fixes
custom decorators: Reget decorator full name (9e279bf ), closes #29
v11.4.2
11 May 19:32
Compare
Sorry, something went wrong.
No results found
11.4.2 (2021-05-11)
Bug Fixes
custom decorators: Missed imports when enabled emitSingle (bf55996 ), closes #28
v11.4.1
09 May 11:34
Compare
Sorry, something went wrong.
No results found
v11.4.0
28 Apr 14:00
Compare
Sorry, something went wrong.
No results found
11.4.0 (2021-04-28)
Features
configuration: Allow purge output folder (a360869 ), closes #7
v11.3.1
25 Apr 16:07
Compare
Sorry, something went wrong.
No results found
v11.3.0
25 Apr 01:52
Compare
Sorry, something went wrong.
No results found
11.3.0 (2021-04-25)
Features
@PropertyType() to replace types_ configuration (4a7313d )
Bug Fixes
Model types mismatch (ffe70b6 ), closes #21
Prisma client generator is optional (4ce28f1 ), closes #25