File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v6.5.0 (2026-03-24)
2+
3+ #### :memo : Documentation
4+ * [ #837 ] ( https://github.com/holistics/dbml/pull/837 ) Refactor documentation structure and improve wording ([ @TeaNguyen ] ( https://github.com/TeaNguyen ) )
5+
6+ #### :bug : Bug Fix
7+ * ` dbml-core `
8+ * [ #839 ] ( https://github.com/holistics/dbml/pull/839 ) fix(postgres): support UNIQUE NULLS NOT DISTINCT constraint syntax ([ @frenzzy ] ( https://github.com/frenzzy ) )
9+ * ` dbml-connector `
10+ * [ #835 ] ( https://github.com/holistics/dbml/pull/835 ) Short-circuit null check constraints (db2dbml mssql) ([ @ajar ] ( https://github.com/ajar ) )
11+
12+ #### :rocket : New Feature
13+ * ` dbml-core `
14+ * [ #844 ] ( https://github.com/holistics/dbml/pull/844 ) feat: link sample id with table id ([ @nguyenalter ] ( https://github.com/nguyenalter ) )
15+
16+ #### Committers: 4
17+ - Aaron Artille ([ @ajar ] ( https://github.com/ajar ) )
18+ - Nguyen Hoang ([ @nguyenalter ] ( https://github.com/nguyenalter ) )
19+ - Thi Nguyen ([ @TeaNguyen ] ( https://github.com/TeaNguyen ) )
20+ - Vladimir Kutepov ([ @frenzzy ] ( https://github.com/frenzzy ) )
21+
122## v6.4.0 (2026-02-26)
223
324#### :bug : Bug Fix
Original file line number Diff line number Diff line change 11{
22 "name" : " @dbml/playground" ,
3- "version" : " 6.4 .0" ,
3+ "version" : " 6.5 .0" ,
44 "description" : " Interactive playground for debugging and visualizing the DBML parser pipeline" ,
55 "author" : " Holistics <dev@holistics.io>" ,
66 "license" : " Apache-2.0" ,
2525 "format" : " prettier --write src/"
2626 },
2727 "dependencies" : {
28- "@dbml/parse" : " ^6.4 .0" ,
28+ "@dbml/parse" : " ^6.5 .0" ,
2929 "lodash-es" : " ^4.17.21" ,
3030 "monaco-editor" : " ^0.52.2" ,
3131 "monaco-vim" : " ^0.4.2" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 6.4 .0" ,
2+ "version" : " 6.5 .0" ,
33 "npmClient" : " yarn" ,
44 "$schema" : " node_modules/lerna/schemas/lerna-schema.json"
55}
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package" ,
33 "name" : " @dbml/cli" ,
4- "version" : " 6.4 .0" ,
4+ "version" : " 6.5 .0" ,
55 "description" : " " ,
66 "main" : " lib/index.js" ,
77 "license" : " Apache-2.0" ,
3232 ],
3333 "dependencies" : {
3434 "@babel/cli" : " ^7.21.0" ,
35- "@dbml/connector" : " ^6.4 .0" ,
36- "@dbml/core" : " ^6.4 .0" ,
35+ "@dbml/connector" : " ^6.5 .0" ,
36+ "@dbml/core" : " ^6.5 .0" ,
3737 "bluebird" : " ^3.5.5" ,
3838 "chalk" : " ^2.4.2" ,
3939 "commander" : " ^2.20.0" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package" ,
33 "name" : " @dbml/connector" ,
4- "version" : " 6.4 .0" ,
4+ "version" : " 6.5 .0" ,
55 "description" : " This package was created to fetch the schema JSON from many kind of databases." ,
66 "author" : " huy.phung.sw@gmail.com" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package" ,
33 "name" : " @dbml/core" ,
4- "version" : " 6.4 .0" ,
4+ "version" : " 6.5 .0" ,
55 "description" : " > TODO: description" ,
66 "author" : " Holistics <dev@holistics.io>" ,
77 "license" : " Apache-2.0" ,
4646 "lint:fix" : " eslint --fix ."
4747 },
4848 "dependencies" : {
49- "@dbml/parse" : " ^6.4 .0" ,
49+ "@dbml/parse" : " ^6.5 .0" ,
5050 "antlr4" : " ^4.13.1" ,
5151 "lodash" : " ^4.17.15" ,
5252 "lodash-es" : " ^4.17.15" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package" ,
33 "name" : " @dbml/parse" ,
4- "version" : " 6.4 .0" ,
4+ "version" : " 6.5 .0" ,
55 "description" : " DBML parser v2" ,
66 "author" : " Holistics <dev@holistics.io>" ,
77 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments