Skip to content

Releases: m9tdev/effect-prisma-generator

v0.8.1

09 Mar 21:27
52f82d7

Choose a tag to compare

0.8.1 (2026-03-09)

Bug Fixes

  • make $queryRawTyped generation conditional on typedSql preview feature (#21) (60675e5)

v0.8.0

05 Feb 12:04
784de86

Choose a tag to compare

0.8.0 (2026-02-05)

Features

  • add support for Prisma TypedSQL ($queryRawTyped) (#18) (b3de18c)

v0.7.1

03 Dec 13:35
2cbe1ba

Choose a tag to compare

0.7.1 (2025-12-03)

Bug Fixes

  • correctly infer groupBy error type (30590fd)

v0.7.0

28 Nov 21:54
e2c778f

Choose a tag to compare

0.7.0 (2025-11-28)

⚠ BREAKING CHANGES

  • The output of the generator in the schema.prisma now must be a .ts file instead of a directory.

Features

  • output to a file instead of directory (#10) (da9c5de)

Bug Fixes

  • correctly infer groupBy return type (60addd2)

v0.6.0

28 Nov 18:15
4f10d11

Choose a tag to compare

0.6.0 (2025-11-28)

⚠ BREAKING CHANGES

  • PrismaService itself (instead of it's functions) now depends on PrismaClientService.
  • The type of PrismaClientService is now PrismaClient instead of { client: PrismaClientService; tx: Prisma.TransactionClient }

Bug Fixes

  • PrismaService itself (instead of it's functions) now depends on PrismaClientService. (488a18e)
  • remove PrismaClientService dependency from PrismaService (488a18e)

Code Refactoring

  • The type of PrismaClientService is now PrismaClient instead of { client: PrismaClientService; tx: Prisma.TransactionClient } (488a18e)

v0.5.0

28 Nov 14:51
6394180

Choose a tag to compare

0.5.0 (2025-11-28)

⚠ BREAKING CHANGES

  • replace LivePrismaLayer with createPrismaClientLayer

Features

Bug Fixes

  • remove unnecessary queryEngine requirement (79d8a16)
  • replace LivePrismaLayer with createPrismaClientLayer (6329444)
  • use generic arg types to fix return types (bce858d)

Miscellaneous Chores

v0.4.0

20 Nov 15:37
78e8628

Choose a tag to compare

0.4.0 (2025-11-20)

Features

  • add operation specific errors (3704f08)

v0.3.3

20 Nov 14:43
b9f9f17

Choose a tag to compare

0.3.3 (2025-11-20)

Bug Fixes

  • preserve error types in transactions (79f0ed4)

v0.3.2

20 Nov 13:51
bd49785

Choose a tag to compare

0.3.2 (2025-11-20)

Bug Fixes

  • add missing tx in transaction (fbd0071)

v0.3.1

20 Nov 13:44
2cd6411

Choose a tag to compare

0.3.1 (2025-11-20)

Bug Fixes

  • reuse parent transaction for nested transactions (753b917)