Skip to content

Releases: unlight/prisma-nestjs-graphql

v19.0.0

24 Jul 21:24
Compare
Choose a tag to compare

19.0.0 (2023-07-24)

⚠ BREAKING CHANGES

  • Updated to Prisma 5

v18.1.2

24 Jul 20:56
Compare
Choose a tag to compare
v18.1.2 Pre-release
Pre-release

18.1.2 (2023-07-24)

Bug Fixes

  • Combine scalars option with nullable relation filter (471c405)
  • Compatibility Issues with Prisma 5 (1e1bee3), closes #179
  • Emit single with Prisma type (94df9cf)
  • More precise get model name (96323c1)

v18.1.1

21 Jul 18:42
Compare
Choose a tag to compare
v18.1.1 Pre-release
Pre-release

18.1.1 (2023-07-21) Last recomended release for prisma 4

Bug Fixes

  • Fix in getModelName helper (190ab33)

v18.1.0

04 Jul 20:20
Compare
Choose a tag to compare
v18.1.0 Pre-release
Pre-release

18.1.0 (2023-07-04)

Features

  • Allow the use of the generate function without the onGenerate (a566cca), closes #168 #169

v18.0.2

09 May 16:07
Compare
Choose a tag to compare

18.0.2 (2023-05-09)

Bug Fixes

v18.0.1

09 May 15:55
Compare
Choose a tag to compare

18.0.1 (2023-05-09)

Bug Fixes

  • Select input type from multiple options (81aeb02)

v18.0.0

02 Apr 11:18
Compare
Choose a tag to compare

18.0.0 (2023-04-02)

⚠ BREAKING CHANGES

  • Require @prisma/client v4.12+
  • Must be used with optional dependency prisma-graphql-type-decimal v3.0.0+

Bug Fixes

v17.1.0

31 Dec 15:08
Compare
Choose a tag to compare

17.1.0 (2022-12-31)

Features

  • Allow hide property using decorate in config (b83beeb) see #130

v17.0.3

14 Dec 18:34
Compare
Choose a tag to compare

17.0.3 (2022-12-14)

Bug Fixes

  • Combine scalar filters with fieldReference (1f1ef9c), closes #148
  • combine scalars: Bytes filter (6b0a156)
  • Detect graphql type (89a59cc), closes #148

v17.0.2

20 Nov 18:27
Compare
Choose a tag to compare

17.0.2 (2022-11-20)

Bug Fixes

  • Fix: Handle FindUniq/First..OrThrowArgs name (0419d0d)
  • Pin ts-morph to specific range (d076fe9), closes #146