Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 730 Bytes

File metadata and controls

31 lines (18 loc) · 730 Bytes

Change Log

All notable changes to the "prisma-erd-visualizer" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.2.0]

  • Improve auto layout with dagrejs

[0.1.1]

Fixed

  • Prevent table names from being truncated for long table name

[0.1.0]

Fixed

  • Improve description

[0.0.1]

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