Commit a546cfb 1 parent b402f0e commit a546cfb Copy full SHA for a546cfb
File tree 10 files changed +33
-15
lines changed
10 files changed +33
-15
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.37.0] - 2025-01-07
10
+ ### Added
11
+ - Added support for ` ON DUPLICATE KEY UPDATE ` in ` Insert ` class (#414 ).
12
+ - Implemented ` Replace ` query functionality (#413 ).
13
+ - Added join support for delete and update queries with alias handling (#411 ).
14
+ - Enhanced sorting functionality with multi-order support and null checks (#410 ).
15
+ - Implemented ` groupBy ` method for SQL queries and updated tests (#404 ).
16
+ - Added support for sub query builder (#403 ).
17
+ - Added ` ComponentTemplator ` (#402 ).
18
+ - Added set date default timezone configuration (#400 ).
19
+
20
+ ### Changed
21
+ - Refactored to remove backtick query builder (#407 ).
22
+ - Changed ` Now::$age ` manual age calculation (#408 ).
23
+
24
+ ### Fixed
25
+ - Corrected age calculation and improved code formatting (#405 ).
26
+
9
27
## [ 0.36.6] - 2024-10-28
10
28
### Fixed
11
29
- Fixed dilimater of sql builder alter raname (#398 ).
Original file line number Diff line number Diff line change 3
3
declare (strict_types=1 );
4
4
5
5
return [
6
- 'tag_version ' => '^0.36.6 ' ,
6
+ 'tag_version ' => '^0.37.0 ' ,
7
7
'split_repositorys ' => [
8
8
'sonypradana/cache ' => '/src/System/Cache/ ' ,
9
9
'sonypradana/collection ' => '/src/System/Collection/ ' ,
Original file line number Diff line number Diff line change 10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
12
"sonypradana/validator" : " ^0.8" ,
13
- "sonypradana/text" : " ^0.36.6 "
13
+ "sonypradana/text" : " ^0.37.0 "
14
14
},
15
15
"autoload" : {
16
16
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
- "sonypradana/collection" : " ^0.36.6 "
12
+ "sonypradana/collection" : " ^0.37.0 "
13
13
},
14
14
"autoload" : {
15
15
"psr-4" : {
Original file line number Diff line number Diff line change 10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
12
"sonypradana/validator" : " ^0.8" ,
13
- "sonypradana/collection" : " ^0.36.6 " ,
14
- "sonypradana/macroable" : " ^0.36.6 " ,
15
- "sonypradana/text" : " ^0.36.6 "
13
+ "sonypradana/collection" : " ^0.37.0 " ,
14
+ "sonypradana/macroable" : " ^0.37.0 " ,
15
+ "sonypradana/text" : " ^0.37.0 "
16
16
},
17
17
"autoload" : {
18
18
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
- "sonypradana/collection" : " ^0.36.6 " ,
13
- "sonypradana/http" : " ^0.36.6 " ,
14
- "sonypradana/text" : " ^0.36.6 "
12
+ "sonypradana/collection" : " ^0.37.0 " ,
13
+ "sonypradana/http" : " ^0.37.0 " ,
14
+ "sonypradana/text" : " ^0.37.0 "
15
15
},
16
16
"autoload" : {
17
17
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
- "sonypradana/macroable" : " ^0.36.6 "
12
+ "sonypradana/macroable" : " ^0.37.0 "
13
13
},
14
14
"autoload" : {
15
15
"psr-4" : {
Original file line number Diff line number Diff line change 10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
12
"ext-mbstring" : " *" ,
13
- "sonypradana/macroable" : " ^0.36.6 "
13
+ "sonypradana/macroable" : " ^0.37.0 "
14
14
},
15
15
"autoload" : {
16
16
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
- "sonypradana/collection" : " ^0.36.6 " ,
13
- "sonypradana/support" : " ^0.36.6 " ,
14
- "sonypradana/text" : " ^0.36.6 "
12
+ "sonypradana/collection" : " ^0.37.0 " ,
13
+ "sonypradana/support" : " ^0.37.0 " ,
14
+ "sonypradana/text" : " ^0.37.0 "
15
15
},
16
16
"autoload" : {
17
17
"psr-4" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " ^8.0" ,
12
- "sonypradana/http" : " ^0.36.6 "
12
+ "sonypradana/http" : " ^0.37.0 "
13
13
},
14
14
"autoload" : {
15
15
"psr-4" : {
You can’t perform that action at this time.
0 commit comments