Releases: Dukeabaddon/ERD-Visualizer
Releases · Dukeabaddon/ERD-Visualizer
Release list
v0.1.2
v0.1.1 - ERD Visualizer
v0.1.1 – Improved SQL Parsing & Compatibility
This maintenance release focuses on stability, compatibility, and support for complex SQL schemas.
Highlights
- Improved PostgreSQL Support: Fixed a critical parser bug where nested parentheses in CHECK constraints or default functions (e.g., gen_random_uuid()) caused tables to appear empty.
- Wider Compatibility: Lowered the minimum VS Code version requirement to ^1.85.0, fixing "command not found" errors for many users.
-Databricks / Spark SQL Support: Added parser support for complex types like ARRAY, MAP, STRUCT and table options (USING DELTA, etc.).
-Better Error Handling: Added robust error trapping to ensure the extension fails gracefully with clear messages instead of valid schemas being ignored.
v0.1.0 – ERD Visualizer preview
First public preview of ERD Visualizer for VS Code.
Highlights
- Visualize SQL DDL (PostgreSQL, MySQL, SQL Server, SQLite) and canonical JSON schemas directly in VS Code.
- Auto-detect entities, PK/FK relationships, and cardinality for clean ER diagrams.
- Interactive dark-mode canvas with pan/zoom/drag plus per-file layout persistence.
- Export diagrams to SVG/PNG or copy snapshots straight into documentation and PRs.
Installation
- From VS Code: search for “ERD Visualizer” or run
ext install dukeabaddon.erd-visualizer. - Manual: download the attached
erd-visualizer-0.1.0.vsixand install withcode --install-extension.