Releases: notiz-dev/nestjs-prisma
Releases · notiz-dev/nestjs-prisma
v0.28.0-dev.0
Test version [email protected], docks for the new version are available here next.nestjs-prisma.dev
# npm
npm install [email protected]
# pnpm
pnpm add [email protected]
# yarn
yarn add [email protected]Breaking changes
- removes schematics and dependencies
- removes docker-compose files
- remove PrismaService with
@prisma/clientimports - PrismaClient is not generated under@prisma/clientwith v7+ - replace
CustomPrismaServicefor custom output path withPrismaService - removes
PrismaClientExceptionFilteras it also relied on@prisma/clientimports
Full Changelog: v0.27.0...v0.28.0-dev.0
v0.27.0
v0.27.0-dev.0
v0.26.0
What's Changed
- remove middleware
prisma.$usefunction by @marcjulian in #113 - add query logging extension example and docs page by @marcjulian in #114
- rust-free and driver adapter example/doc by @marcjulian in #115
Full Changelog: v0.25.0...v0.26.0
v0.26.0-dev.0
What's Changed
- remove middleware
prisma.$usefunction by @marcjulian in #113
Full Changelog: v0.25.0...v0.26.0-dev.0
v0.25.0
v0.25.0-dev.0
v0.24.0
What's Changed
- Bump nestjs dev dependencies by @sans-jmansfield in #94
- Support prisma 6
New Contributors
- @sans-jmansfield made their first contribution in #94
Full Changelog: v0.23.0...v0.24.0
v0.24.0-dev.0
What's Changed
- Bump nestjs dev dependencies by @sans-jmansfield in #94
- Support prisma 6
New Contributors
- @sans-jmansfield made their first contribution in #94
Full Changelog: v0.23.0...v0.24.0-dev.0
0.23.0
What's Changed
- remove comment by @yicrotkd in #80
- support custom error message mappings by @megane42 in #73
- refactor docs by @gonza7aav in #86
- Update custom-prisma-service.md by @ms10596 in #85
New Contributors
- @yicrotkd made their first contribution in #80
- @megane42 made their first contribution in #73
- @gonza7aav made their first contribution in #86
- @ms10596 made their first contribution in #85
Full Changelog: v0.22.0...v0.23.0