Changelog
2.3.0
Minor Changes
- b8e664d: Prisma v7 support
2.2.1 (2025-11-22)
2.1.0
Minor Changes
- d5717ed: Upgrade mermaid dependency and resolve duplicate many to many connections
2.0.4
Patch Changes
- 464d8b9: Rename .mjs files to .js for binary references to work within prisma generator calls
2.0.0
Major Changes
- abe34ac: BREAKING CHANGES
- Removal of Node 16 support
Features
- Added support for Prisma v6
- Local testing migration to vitest
- Migration to pnpm for dependency management
- Migration to biome for linting and style guide
- Update to all minor dependencies
- Migrate to tsup for bundling
1.11.0 (2023-08-10)
Features
- Enable Prisma v5 as a peer dependency.
- Option to disable emoji output.
Bug Fixes
- Remove generator options logging.
- Unlock versions of prisma dependencies.
1.9.0 (2023-07-19)
Features
- Support Prisma v5.
- Support unique names in tables.