Skip to content

Commit 548bb4a

Browse files
committed
chore(prisma-ext): v.0.3.0
- Display diagnostic errors directly on code editor lines instead of displaying toast messages - Showing `not_null` label for not null columns
1 parent b53d788 commit 548bb4a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ All notable changes to the "prisma-erd-visualizer" extension will be documented
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+
- Showing diagnostics error directly on the code editor lines instead showing toast messages
12+
- Showing `not_null` label for not null columns
13+
714
## [0.2.0]
815

16+
### Added
17+
918
- Improve auto layout with dagrejs
1019

1120
## [0.1.1]

packages/prisma-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": "prisma-erd-visualizer",
33
"displayName": "Prisma Entity-Relationship Diagrams visualizer",
44
"description": "A VsCode extension that lets you visualize the ERD (Entity Relationship Diagram) of your prisma database structure.",
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)