Releases: unlight/prisma-nestjs-graphql
Releases · unlight/prisma-nestjs-graphql
v15.2.4
15.2.4 (2022-05-02)
Bug Fixes
- mongodb: Get matching input type from Json (e16cad0)
v15.2.3
15.2.3 (2022-05-02)
Bug Fixes
- mongodb: Support composite types (behaves like model) (d505ecb), closes #99
v15.2.2
15.2.2 (2022-04-12)
Bug Fixes
- other: Fail model with single id field in mongodb (4d19e9a), closes #96
v15.2.0
15.2.0 (2022-03-26)
Features
- Support reexport with custom output pattern (2786894)
v15.1.0
15.1.0 (2022-03-16)
Features
- Use Prisma.Decimal typescript type (0395e5f)
v15.0.0
15.0.0 (2022-03-15)
⚠ BREAKING CHANGES
- other: defaults
input
and output
in PropertyType to false
Bug Fixes
- other: Makes proptype resolution behave like fieldtype (850018a)
v14.7.1
14.7.1 (2022-03-12)
Bug Fixes
- Remove unused classes when both noAtomicOperations and emitSingle enabled (41ce3c1), closes #89
v14.7.0
14.7.0 (2022-03-08)
Features
- configuration: Allow to map prisma scalars to custom graphql scalars (59300e1), closes #87