Releases: unlight/prisma-nestjs-graphql
Releases · unlight/prisma-nestjs-graphql
v14.2.0
23 Sep 18:38
Compare
Sorry, something went wrong.
No results found
14.2.0 (2021-09-23)
Features
custom decorators: Abstract and rename type (eb68ca6 ), closes #40
custom decorators: New decorate generator setting (c5e14b7 ), closes #48
Bug Fixes
Get model name for CompoundUniqueInput (f44aa85 ), closes #53
v14.1.0
11 Sep 02:25
Compare
Sorry, something went wrong.
No results found
14.1.0 (2021-09-11)
Features
custom decorators: New decorate generator setting (db970f0 ), closes #48
Bug Fixes
Getting json nullable enum (d001714 )
v14.0.1
07 Sep 21:05
Compare
Sorry, something went wrong.
No results found
14.0.1 (2021-09-07)
Bug Fixes
Getting json nullable enum (d001714 )
v14.0.0
06 Sep 19:38
Compare
Sorry, something went wrong.
No results found
14.0.0 (2021-09-06)
⚠ BREAKING CHANGES
Code Refactoring
Replace matcher by outmatch (fa7c003 )
v13.0.0
28 Aug 20:59
Compare
Sorry, something went wrong.
No results found
13.0.0 (2021-08-28)
⚠ BREAKING CHANGES
Removed deprecated setting types_*
Model is regenerating ignoring existing data, any manual changes will be discarded
Enum is regerating now, any manual changes will be discarded
Features
configuration: Option to disable ID graphql type (8474da7 ), closes #44
Bug Fixes
Regenerate enum ignoring existing values (c581bc7 ), closes #45
Regenerate model ignoring existing data (62ffd83 ), closes #45
Miscellaneous Chores
Removed deprecated setting types_* (3491398 )
v12.2.1
23 Jul 22:22
Compare
Sorry, something went wrong.
No results found
12.2.1 (2021-07-23)
Bug Fixes
compatibility: Make model types compatible from both sides Prisma and GraphQL (c015f12 ), closes #41
Get model name from {Model}AggregateArgs type (0703f7e )
v12.2.0
06 Jul 12:40
Compare
Sorry, something went wrong.
No results found
v12.1.0
02 Jul 19:59
Compare
Sorry, something went wrong.
No results found
12.1.0 (2021-07-02)
Features
hide field: Allow hide field in type matching by pattern (6c05123 ), closes #37
v12.0.3
05 Jun 23:30
Compare
Sorry, something went wrong.
No results found
12.0.3 (2021-06-05)
Bug Fixes
custom decorators: FieldType respect input/output in generator settings (a075e00 ), closes #34
v12.0.2
05 Jun 22:49
Compare
Sorry, something went wrong.
No results found
12.0.2 (2021-06-05)
Bug Fixes
other: Ignore @HideField() for output count fields (ce3eec2 ), closes #33