Skip to content

Releases: BOCOVO/db-schema-visualizer

v0.4.0 ( DBML extension )

08 Oct 23:56
Compare
Choose a tag to compare

Added

  • Improve auto layout with dagrejs

v0.2.0 ( Prisma extension )

08 Oct 23:57
Compare
Choose a tag to compare

Added

  • Improve auto layout with dagrejs

v0.3.4 ( DBML extension )

22 Sep 21:45
Compare
Choose a tag to compare

Added

  • Added DBML logo as file icon for dbml file

Fixed

  • Dependence with the vscode-dbml VS Code plugin

v0.3.3 ( DBML extension )

25 Aug 13:55
Compare
Choose a tag to compare

Fixed

  • Prevent table names from being truncated for long table name
  • Typo in preview tab name

v0.1.1 ( Prisma extension )

25 Aug 14:00
Compare
Choose a tag to compare

Fixed

  • Prevent table names from being truncated for long table name

v0.3.2 ( DBML extension )

01 Aug 21:15
Compare
Choose a tag to compare

Fixed

  • Improved multi-schema code handling
    Related to #53 fixed in #54

v0.1.0 ( Prisma extension )

27 Jul 19:12
Compare
Choose a tag to compare

Create the Prisma extension

Added

  • Create diagram from Prisma code
  • Support light and dark theme
  • Save and restore tables positions on exiting
  • Save and restore stage position on exiting
  • Ability to toggle table visualization mode. Display all columns, relational columns only or table headers only by @tv-long

v0.3.0 ( DBML extension )

27 Jul 19:04
Compare
Choose a tag to compare

Added

  • Ability to toggle table visualization mode. Display all columns, relational columns only or table headers only by @tv-long

v0.2.0 ( DBML extension )

19 Jun 21:38
Compare
Choose a tag to compare

Added

  • Support table header customization via table settings in the dbml code by @tv-long

0.1.0

18 Jun 00:43
Compare
Choose a tag to compare

Added

  • Make the table width fit the table content
  • Save and restore tables positions on exiting
  • Save and restore stage position on exiting