v0.28.0-dev.0
Pre-release
Pre-release
Test version nestjs-prisma@0.28.0-dev.0, docks for the new version are available here next.nestjs-prisma.dev
# npm
npm install nestjs-prisma@0.28.0-dev.0
# pnpm
pnpm add nestjs-prisma@0.28.0-dev.0
# yarn
yarn add nestjs-prisma@0.28.0-dev.0Breaking 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