File tree 2 files changed +10
-1
lines changed
packages/dbml-vs-code-extension
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,17 @@ All notable changes to the "dbml-erd-visualizer" extension will be documented in
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+ ## [ 0.5.0]
8
+
9
+ ### Added
10
+
11
+ - Display diagnostic errors directly on code editor lines instead of displaying toast messages
12
+ - Showing ` not_null ` label for not null columns
13
+
7
14
## [ 0.4.0]
8
15
16
+ ### Added
17
+
9
18
- Improve auto layout with dagrejs
10
19
11
20
## [ 0.3.4]
Original file line number Diff line number Diff line change 2
2
"name" : " dbml-erd-visualizer" ,
3
3
"displayName" : " DBML Entity-Relationship Diagrams visualizer" ,
4
4
"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.4 .0" ,
5
+ "version" : " 0.5 .0" ,
6
6
"icon" : " assets/logo.png" ,
7
7
"publisher" : " bocovo" ,
8
8
"engines" : {
You can’t perform that action at this time.
0 commit comments