Skip to content

Commit 53ad9aa

Browse files
committed
v.0.3.0
1 parent 5aadaf4 commit 53ad9aa

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

packages/dbml-vs-code-extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the "dbml-erd-visualizer" extension will be documented in
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.3.0]
8+
9+
### Added
10+
11+
- Ability to toggle table visualization mode. Display all columns, relational columns only or table headers only by [@tv-long](https://github.com/tv-long)
12+
713
## [0.2.0]
814

915
### Added

packages/dbml-vs-code-extension/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Allow to visualize the database schema in ERD ( Entity Relationship Diagram ) fr
99
- Create Entity Relationship Diagram from your dbml file
1010
- Allow you to drag diagrams
1111
- Support both light and dark themes
12+
- Multiple display mode. Display all columns, relational columns only or table headers only
1213

1314
## Extension Settings
1415

packages/dbml-vs-code-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dbml-erd-visualizer",
33
"displayName": "DBML Entity-Relationship Diagrams visualizer",
44
"description": "A VS Code extension for viewing the ERD (Entity Relationship Diagram) database schema from a dbml file in your VS Code Editor.",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"icon": "assets/logo.png",
77
"publisher": "bocovo",
88
"engines": {

0 commit comments

Comments
 (0)