Releases: notiz-dev/prisma-dbml-generator
Releases · notiz-dev/prisma-dbml-generator
0.9.0-dev.0
0.8.3
Bug Fixes
- comments: fix multiple quotes in comments (#27)
Credits
Thanks to @doflo-dfa for finding and fixing this bug.
0.8.2
0.8.1
0.8.0
0.7.0
BREAKING CHANGES
Prisma introduced a breaking change of the internal DMMF API. If you are using Prisma 2.29.0 or newer install version 0.7.0](https://github.com/notiz-dev/prisma-dbml-generator/releases/tag/v0.7.0) or newer. If you are using Prisma prior to 2.29.0 stay with version 0.6.0](https://github.com/notiz-dev/prisma-dbml-generator/releases/tag/v0.6.0).
Prisma | prisma-dbml-generator |
---|---|
>=2.29.0 | 0.7.0 |
<2.29.0 | 0.6.0 |
Features
- indices: update primary and unique indices for prisma 2.29 (8ac5f75)
0.6.0
0.5.0
0.5.0 (2021-04-01)
Bug Fixes
- add support for prisma ^2.20 (a280871)
Credits
Huge thanks to @williamluke4 for helping!