File tree 3 files changed +13
-2
lines changed
packages/dbml-vs-code-extension
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " db-schema-visualiser" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"main" : " index.js" ,
5
5
"license" : " MIT" ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
10
10
11
11
- Make the table width fit the table content
12
12
13
+ ## [ 0.0.3]
14
+
15
+ ### Added
16
+
17
+ - Display an ` empty content message ` when there is no table in the schema
18
+ - Enhance message for undefined schema
19
+
20
+ ### Fixed
21
+
22
+ - Remove mention of Prisma from plugin description
23
+
13
24
## [ 0.0.2]
14
25
15
26
### Added
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.0.2 " ,
5
+ "version" : " 0.0.3 " ,
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