Skip to content

Releases: unlight/prisma-nestjs-graphql

v15.2.4

02 May 15:15
Compare
Choose a tag to compare

15.2.4 (2022-05-02)

Bug Fixes

  • mongodb: Get matching input type from Json (e16cad0)

v15.2.3

02 May 14:47
Compare
Choose a tag to compare

15.2.3 (2022-05-02)

Bug Fixes

  • mongodb: Support composite types (behaves like model) (d505ecb), closes #99

v15.2.2

12 Apr 18:32
Compare
Choose a tag to compare

15.2.2 (2022-04-12)

Bug Fixes

  • other: Fail model with single id field in mongodb (4d19e9a), closes #96

v15.2.1

03 Apr 14:35
Compare
Choose a tag to compare

15.2.1 (2022-04-03)

Bug Fixes

  • tsConfigFilePath is ignored (d98e146), closes #88

v15.2.0

26 Mar 14:53
Compare
Choose a tag to compare

15.2.0 (2022-03-26)

Features

  • Support reexport with custom output pattern (2786894)

v15.1.1

21 Mar 16:28
Compare
Choose a tag to compare

15.1.1 (2022-03-21)

Bug Fixes

v15.1.0

16 Mar 19:59
Compare
Choose a tag to compare

15.1.0 (2022-03-16)

Features

  • Use Prisma.Decimal typescript type (0395e5f)

v15.0.0

15 Mar 19:49
Compare
Choose a tag to compare

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

12 Mar 21:18
Compare
Choose a tag to compare

14.7.1 (2022-03-12)

Bug Fixes

  • Remove unused classes when both noAtomicOperations and emitSingle enabled (41ce3c1), closes #89

v14.7.0

08 Mar 11:57
Compare
Choose a tag to compare

14.7.0 (2022-03-08)

Features

  • configuration: Allow to map prisma scalars to custom graphql scalars (59300e1), closes #87