1
1
hiqdev/yii2-hiart
2
2
-----------------
3
3
4
- ## [ Under development ]
4
+ ## [ 0.1.1 ] - 2017-02-07
5
5
6
- - Changed: renamed ` from ` -> ` tableName ` in ActiveRecord
6
+ - Renamed performScenario to ` query ` and ` batchQuery `
7
+ - [ 2993c1e] 2017-02-07 csfixed [ @hiqsol ]
8
+ - [ c478145] 2017-01-31 renamed batch/performScenario -> batch/query [ @hiqsol ]
9
+ - [ e7b0e12] 2017-01-31 added default to $data in batch/Perform/Scenario() [ @hiqsol ]
10
+ - Added ` batchPerform `
11
+ - [ ae55bad] 2017-01-30 + ` ActiveRecord::batchPerform() ` [ @hiqsol ]
12
+ - Renamed scenarioCommands to ` scenarioActions `
13
+ - [ f00d744] 2017-01-31 renamed scenarioActions <- scenarioCommands, added batchPerformScenario [ @hiqsol ]
14
+ - Renamed from -> ` tableName ` in ActiveRecord
7
15
- [ 193dda0] 2017-01-27 fixed wrong tableName -> from renaming [ @hiqsol ]
8
16
- [ 54dcc08] 2017-01-27 renamed from -> ` tableName ` in ActiveRecord [ @hiqsol ]
9
17
- [ 1f652c8] 2017-01-27 Fixed ActiveQuery::one() not to populate row when it is null [ @SilverFire ]
10
- - Changed: refactored a lot, removed junk, improved PHPDocs
18
+ - Refactored a lot, removed junk, improved docs
19
+ - [ 84b4362] 2017-02-07 docs [ @hiqsol ]
20
+ - [ 4033561] 2017-01-30 doc [ @hiqsol ]
21
+ - [ 87486fb] 2017-01-30 changed project title and description [ @hiqsol ]
22
+ - [ 9f0144b] 2017-01-30 + createCommand to ConnectionInterface [ @hiqsol ]
11
23
- [ 96de4d1] 2017-01-27 csfixed [ @hiqsol ]
12
24
- [ 1ef448c] 2017-01-27 removed ` ActiveRecord::get() ` [ @hiqsol ]
13
25
- [ 46bb95f] 2017-01-27 removed index and joinIndex from ActiveRecord [ @hiqsol ]
@@ -26,7 +38,8 @@ hiqdev/yii2-hiart
26
38
- [ a54f1f6] 2017-01-25 added auth headers NOT TESTED [ @hiqsol ]
27
39
- [ 938ad95] 2017-01-25 fixed sending request in DebugAction [ @hiqsol ]
28
40
- [ 3f77a7f] 2017-01-25 renamed a bit [ @hiqsol ]
29
- - Implemented ** cURL** transport
41
+ - Removed ** cURL** transport into separate package [ yii2-hiart-curl]
42
+ - [ 777df5f] 2017-01-28 removed curl transport to yii2-hiart-curl [ @hiqsol ]
30
43
- [ e80a08d] 2017-01-27 refactored setCurlOptions -> prepareCurlOptions [ @hiqsol ]
31
44
- [ 951ae15] 2017-01-26 csfixed [ @SilverFire ]
32
45
- [ a2a733f] 2017-01-26 Implemented cURL transport [ @SilverFire ]
@@ -281,6 +294,7 @@ hiqdev/yii2-hiart
281
294
282
295
## [ Development started] - 2015-04-17
283
296
297
+ [ yii2-hiart-curl ] : https://github.com/hiqdev/yii2-hiart-curl
284
298
[ @hiqsol ] : https://github.com/hiqsol
285
299
[ sol@hiqdev.com ] : https://github.com/hiqsol
286
300
[ @SilverFire ] : https://github.com/SilverFire
@@ -514,3 +528,14 @@ hiqdev/yii2-hiart
514
528
[ 9182f1d ] : https://github.com/hiqdev/yii2-hiart/commit/9182f1d
515
529
[ 3e5573c ] : https://github.com/hiqdev/yii2-hiart/commit/3e5573c
516
530
[ 140aa1b ] : https://github.com/hiqdev/yii2-hiart/commit/140aa1b
531
+ [ c478145 ] : https://github.com/hiqdev/yii2-hiart/commit/c478145
532
+ [ e7b0e12 ] : https://github.com/hiqdev/yii2-hiart/commit/e7b0e12
533
+ [ f00d744 ] : https://github.com/hiqdev/yii2-hiart/commit/f00d744
534
+ [ ae55bad ] : https://github.com/hiqdev/yii2-hiart/commit/ae55bad
535
+ [ 9f0144b ] : https://github.com/hiqdev/yii2-hiart/commit/9f0144b
536
+ [ 4033561 ] : https://github.com/hiqdev/yii2-hiart/commit/4033561
537
+ [ 87486fb ] : https://github.com/hiqdev/yii2-hiart/commit/87486fb
538
+ [ 777df5f ] : https://github.com/hiqdev/yii2-hiart/commit/777df5f
539
+ [ 2993c1e ] : https://github.com/hiqdev/yii2-hiart/commit/2993c1e
540
+ [ 84b4362 ] : https://github.com/hiqdev/yii2-hiart/commit/84b4362
541
+ [ 0.1.1 ] : https://github.com/hiqdev/yii2-hiart/compare/0.1.0...0.1.1
0 commit comments