Releases: unlight/prisma-nestjs-graphql
Releases · unlight/prisma-nestjs-graphql
v10.1.1
17 Mar 15:55
Compare
Sorry, something went wrong.
No results found
10.1.1 (2021-03-17)
Bug Fixes
Added more keywords for detection model name (51c836e )
v10.1.0
13 Mar 20:58
Compare
Sorry, something went wrong.
No results found
10.1.0 (2021-03-13)
Features
Allow to configure path to tsconfig.json (ead4411 )
Validate outputFilePattern (3240a73 )
Bug Fixes
Save files without intermediate layer (4a07bea )
Performance Improvements
Generation of inputs/outputs (4604160 )
v10.0.2
13 Mar 21:28
Compare
Sorry, something went wrong.
No results found
10.0.2 (2021-03-13)
Bug Fixes
Added more keywords for detection model name (51c836e )
v10.0.1
04 Mar 19:54
Compare
Sorry, something went wrong.
No results found
10.0.1 (2021-03-04)
Bug Fixes
BigInt property type in lower (19ace4e )
Conflict with models ending with Output (a08d4c4 ), closes #10
v10.0.0
01 Mar 21:23
Compare
Sorry, something went wrong.
No results found
10.0.0 (2021-03-01)
Bug Fixes
Generate correct json graphql type (c6d8d46 )
Json type changed to Record<string, any> (2877be7 )
Renamed config option (d989cfe )
refactor!: Renamed token in outputFilePattern template (95d4629 )
refactor!: Removed renameZooTypes config option (71bfb68 )
chore!: Renamed config option atomicNumberOperation to noAtomicOperations (6078eb9 )
Code Refactoring
Features
Ability to hide field in schema (a222955 ), closes #8
Performance Improvements
BREAKING CHANGES
Renamed token {feature} to {model} in outputFilePattern template pattern
Removed renameZooTypes config option
Config option combineScalarFilters is false by default
Made all options which mutates/renames types are false
Inverted config option atomicNumberOperations to noAtomicNumberOperations
Replace atomicNumberOperations = false by noAtomicNumberOperations = true
v9.0.0
06 Feb 19:34
Compare
Sorry, something went wrong.
No results found
9.0.0 (2021-02-06)
Features
New option rename zoo types (04cb5af )
BREAKING CHANGES
Adapt generator to Prisma 2.16
v8.0.0
27 Jan 18:41
Compare
Sorry, something went wrong.
No results found
8.0.0 (2021-01-27)
Bug Fixes
Typescript property type now same as graphql type (151d380 )
BREAKING CHANGES
Typescript property type now same as graphql type
v7.2.0
22 Jan 22:10
Compare
Sorry, something went wrong.
No results found
7.2.0 (2021-01-22)
Features
Adapted generator to Prisma 2.15 (77b87a6 )
v7.1.0
07 Jan 18:14
Compare
Sorry, something went wrong.
No results found
7.1.0 (2021-01-07)
Features
Adapted generator to Prisma 2.14 (26a23c4 )
Export all classes from one file (92ca651 ), closes #5
v7.0.0
04 Jan 21:41
Compare
Sorry, something went wrong.
No results found
7.0.0 (2021-01-04)
Bug Fixes
Type mismatch between prisma types (b5587cd ), closes #4
BREAKING CHANGES
Generated types tries to be compatible with Prisma types,
nullability (optional/required) changed for input types