Skip to content

Commit

Permalink
v.0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BOCOVO committed Jul 24, 2024
1 parent 5aadaf4 commit 53ad9aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/dbml-vs-code-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to the "dbml-erd-visualizer" extension will be documented in

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

## [0.3.0]

### Added

- Ability to toggle table visualization mode. Display all columns, relational columns only or table headers only by [@tv-long](https://github.com/tv-long)

## [0.2.0]

### Added
Expand Down
1 change: 1 addition & 0 deletions packages/dbml-vs-code-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Allow to visualize the database schema in ERD ( Entity Relationship Diagram ) fr
- Create Entity Relationship Diagram from your dbml file
- Allow you to drag diagrams
- Support both light and dark themes
- Multiple display mode. Display all columns, relational columns only or table headers only

## Extension Settings

Expand Down
2 changes: 1 addition & 1 deletion packages/dbml-vs-code-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dbml-erd-visualizer",
"displayName": "DBML Entity-Relationship Diagrams visualizer",
"description": "A VS Code extension for viewing the ERD (Entity Relationship Diagram) database schema from a dbml file in your VS Code Editor.",
"version": "0.2.0",
"version": "0.3.0",
"icon": "assets/logo.png",
"publisher": "bocovo",
"engines": {
Expand Down

0 comments on commit 53ad9aa

Please sign in to comment.