Skip to content

v0.28.0-dev.0

Pre-release
Pre-release

Choose a tag to compare

@marcjulian marcjulian released this 06 Feb 11:15
· 0 commits to main since this release

#123

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.0

Breaking changes

  • removes schematics and dependencies
  • removes docker-compose files
  • remove PrismaService with @prisma/client imports - PrismaClient is not generated under @prisma/client with v7+
  • replace CustomPrismaService for custom output path with PrismaService
  • removes PrismaClientExceptionFilter as it also relied on @prisma/client imports

Full Changelog: v0.27.0...v0.28.0-dev.0