Skip to content

Releases: notiz-dev/prisma-dbml-generator

0.9.0-dev.0

05 Jan 17:54
Compare
Choose a tag to compare
0.9.0-dev.0 Pre-release
Pre-release

Features

  • primitive list: add support for primitive list (30)

Credits

Thanks to @PabloSzx for adding this feature.

0.8.3

01 Dec 11:43
Compare
Choose a tag to compare

Bug Fixes

  • comments: fix multiple quotes in comments (#27)

Credits

Thanks to @doflo-dfa for finding and fixing this bug.

0.8.2

16 Nov 07:39
Compare
Choose a tag to compare

Bug Fixes

  • referential-actions-map: add map between prisma and DBML referential actions (#25) (913adc1)

Credits

Thanks to @ssukienn for the contribution!

0.8.1

01 Oct 10:36
Compare
Choose a tag to compare

Bug Fixes

  • default: add quotes around json default, closes #22 (b848d1c)

0.8.0

22 Sep 07:22
Compare
Choose a tag to compare

Features

0.7.0

11 Aug 07:03
Compare
Choose a tag to compare

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

08 Jun 18:50
Compare
Choose a tag to compare

Bug Fixes

  • dbml: fix md parser (efb544f)
  • m-n-relation: catch invalid m-n-relation (d5d3494)
  • note: escape single quote from documentation, closes #13 (f78d7dc)

0.5.0

01 Apr 08:29
Compare
Choose a tag to compare

0.5.0 (2021-04-01)

Bug Fixes

  • add support for prisma ^2.20 (a280871)

Credits

Huge thanks to @williamluke4 for helping!

0.4.0

19 Nov 16:13
Compare
Choose a tag to compare

0.4.0 (2020-11-19)

Features

  • indexes: include block level id (221da9c)
  • indexes: include block level unique indexes (67d8fd7)

0.3.1

24 Sep 13:15
Compare
Choose a tag to compare

0.3.1 (2020-09-24)

Bug Fixes

  • self-relations: use name for join fields instead of type (b62dc66)