Releases: notiz-dev/prisma-dbml-generator
Releases · notiz-dev/prisma-dbml-generator
0.3.0
0.3.0 (2020-09-18)
Bug Fixes
- many-to-many: disable m-n-table generation (028d0b6)
Features
- deps: move @prisma/client to devDeps (f6ee512)
- many-to-many: generate join table (f0e2923)
- many-to-many: option to disable m-n table (b4615e7)
- output-name: add option for outputName (a876bec)
0.2.3
0.2.3 (2020-09-16)
Bug Fixes
- default: table default for string values (86ee44f)
0.2.2
0.2.2 (2020-09-15)
Bug Fixes
- docs: prisma generate command (fd5b78f)
- npm: ignore files from npm publish (a288cfc)
0.2.0
0.2.0 (2020-09-15)
Bug Fixes
- dmbl: comment out test.json file (5532bbc)
- relations: add test cases for relations (e68fc5f)
- point bin to dist (547191c)
Features
- dbml: add autogenerated comment (2a13128)
- dbml: test dbml generation (2647684)
- default: add '' around enum default values (a1117b3)
- enums: add single enum test (d25b592)
- generator: update prettyName (9b4e487)
- prisma: switch to prisma 2.6.0 dev version (e0dcd2b)
- relations: add none relationship test (1919576)
- table: add simple table test (f852af4)
- tests: adding tests for relations (e4be803)
0.1.0
0.1.0 (2020-08-20)
Bug Fixes
- relationship: fix combinekeys parameter (fa5e0a6)
Features
- column-definition: add column defintion to table fields (cdf38aa)
- enum: generate enum (da508cb)
- relationship: combine composite foreign keys (ea63aae)
- relationship: find correct relation (35d6bae)
- relationship: generate relationship (a9db1a2)
- table: add table documentation (af4308e)