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+ ## v5.3.0 (2025-12-04)
2+
3+ #### :rocket : New Feature
4+ * ` dbml-cli ` , ` dbml-connector ` , ` dbml-core `
5+ * [ #785 ] ( https://github.com/holistics/dbml/pull/785 ) Oracle connector ([ @H-DNA ] ( https://github.com/H-DNA ) )
6+
7+ #### Committers: 1
8+ - Huy DNA ([ @H-DNA ] ( https://github.com/H-DNA ) )
9+
110## v5.2.0 (2025-11-19)
211
312#### :bug : Bug Fix
Original file line number Diff line number Diff line change 11{
22 "name" : " @dbml/playground" ,
3- "version" : " 5.2 .0" ,
3+ "version" : " 5.3 .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" : " ^5.2 .0" ,
28+ "@dbml/parse" : " ^5.3 .0" ,
2929 "lodash" : " ^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" : " 5.2 .0" ,
2+ "version" : " 5.3 .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" : " 5.2 .0" ,
4+ "version" : " 5.3 .0" ,
55 "description" : " " ,
66 "main" : " lib/index.js" ,
77 "license" : " Apache-2.0" ,
2929 ],
3030 "dependencies" : {
3131 "@babel/cli" : " ^7.21.0" ,
32- "@dbml/connector" : " ^5.2 .0" ,
33- "@dbml/core" : " ^5.2 .0" ,
32+ "@dbml/connector" : " ^5.3 .0" ,
33+ "@dbml/core" : " ^5.3 .0" ,
3434 "bluebird" : " ^3.5.5" ,
3535 "chalk" : " ^2.4.2" ,
3636 "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" : " 5.2 .0" ,
4+ "version" : " 5.3 .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" : " 5.2 .0" ,
4+ "version" : " 5.3 .0" ,
55 "description" : " > TODO: description" ,
66 "author" : " Holistics <dev@holistics.io>" ,
77 "license" : " Apache-2.0" ,
3535 "lint:fix" : " eslint --fix ."
3636 },
3737 "dependencies" : {
38- "@dbml/parse" : " ^5.2 .0" ,
38+ "@dbml/parse" : " ^5.3 .0" ,
3939 "antlr4" : " ^4.13.1" ,
4040 "lodash" : " ^4.17.15" ,
4141 "parsimmon" : " ^1.13.0" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package" ,
33 "name" : " @dbml/parse" ,
4- "version" : " 5.2 .0" ,
4+ "version" : " 5.3 .0" ,
55 "description" : " DBML parser v2" ,
66 "author" : " Holistics <dev@holistics.io>" ,
77 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -10721,11 +10721,6 @@ oracledb@^6.10.0:
1072110721 resolved "https://registry.yarnpkg.com/oracledb/-/oracledb-6.10.0.tgz#a54f699547e7dfc1f2ecb8a72af0423b4e86e51d"
1072210722 integrity sha512-kGUumXmrEWbSpBuKJyb9Ip3rXcNgKK6grunI3/cLPzrRvboZ6ZoLi9JQ+z6M/RIG924tY8BLflihL4CKKQAYMA==
1072310723
10724- os-tmpdir@~1.0.2:
10725- version "1.0.2"
10726- resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
10727- integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
10728-
1072910724p-finally@^1.0.0:
1073010725 version "1.0.0"
1073110726 resolved "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz"
@@ -12552,14 +12547,7 @@ tinyspy@^3.0.2:
1255212547 resolved "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz"
1255312548 integrity sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==
1255412549
12555- tmp@^0.0.33:
12556- version "0.0.33"
12557- resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
12558- integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
12559- dependencies:
12560- os-tmpdir "~1.0.2"
12561-
12562- tmp@~0.2.1:
12550+ tmp@0.2.5, tmp@^0.0.33, tmp@~0.2.1:
1256312551 version "0.2.5"
1256412552 resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz#b06bcd23f0f3c8357b426891726d16015abfd8f8"
1256512553 integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==
You can’t perform that action at this time.
0 commit comments