File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.18.4] ( https://github.com/twinh/wei/compare/v0.18.3...v0.18.4 ) (2025-05-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** QueryBuilder:** ` orWhereRaw ` 不含参数时,addWhere 仍会生成 null 参数导致错误 ([ 465bd45] ( https://github.com/twinh/wei/commit/465bd4596525a0e3bd1fe970df841d583c415601 ) )
7
+
1
8
## [ 0.18.3] ( https://github.com/twinh/wei/compare/v0.18.2...v0.18.3 ) (2025-02-02)
2
9
3
10
Original file line number Diff line number Diff line change 45
45
},
46
46
"extra" : {
47
47
"branch-alias" : {
48
- "dev-main" : " 0.18.3 -dev"
48
+ "dev-main" : " 0.18.4 -dev"
49
49
},
50
50
"require-ci" : {
51
51
"miaoxing/dev" : " miaoxing/dev as 9.x-dev" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Wei extends Base
25
25
/**
26
26
* Version
27
27
*/
28
- public const VERSION = '0.18.3 ' ;
28
+ public const VERSION = '0.18.4 ' ;
29
29
30
30
/**
31
31
* The configurations for all objects
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wei/wei" ,
3
- "version" : " 0.18.3 " ,
3
+ "version" : " 0.18.4 " ,
4
4
"main" : " index.js" ,
5
5
"author" : " twinh" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments