Releases: m9tdev/effect-prisma-generator
Releases · m9tdev/effect-prisma-generator
v0.8.1
09 Mar 21:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.8.0 (2026-02-05)
Features
add support for Prisma TypedSQL ($queryRawTyped) (#18 ) (b3de18c )
v0.7.1
03 Dec 13:35
Compare
Sorry, something went wrong.
No results found
0.7.1 (2025-12-03)
Bug Fixes
correctly infer groupBy error type (30590fd )
v0.7.0
28 Nov 21:54
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.4.0 (2025-11-20)
Features
add operation specific errors (3704f08 )
v0.3.3
20 Nov 14:43
Compare
Sorry, something went wrong.
No results found
0.3.3 (2025-11-20)
Bug Fixes
preserve error types in transactions (79f0ed4 )
v0.3.2
20 Nov 13:51
Compare
Sorry, something went wrong.
No results found
0.3.2 (2025-11-20)
Bug Fixes
add missing tx in transaction (fbd0071 )
v0.3.1
20 Nov 13:44
Compare
Sorry, something went wrong.
No results found
0.3.1 (2025-11-20)
Bug Fixes
reuse parent transaction for nested transactions (753b917 )