Skip to content

Commit 934c1fd

Browse files
committed
bump
1 parent 84b4362 commit 934c1fd

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

history.md

+29-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
hiqdev/yii2-hiart
22
-----------------
33

4-
## [Under development]
4+
## [0.1.1] - 2017-02-07
55

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
715
- [193dda0] 2017-01-27 fixed wrong tableName -> from renaming [@hiqsol]
816
- [54dcc08] 2017-01-27 renamed from -> `tableName` in ActiveRecord [@hiqsol]
917
- [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]
1123
- [96de4d1] 2017-01-27 csfixed [@hiqsol]
1224
- [1ef448c] 2017-01-27 removed `ActiveRecord::get()` [@hiqsol]
1325
- [46bb95f] 2017-01-27 removed index and joinIndex from ActiveRecord [@hiqsol]
@@ -26,7 +38,8 @@ hiqdev/yii2-hiart
2638
- [a54f1f6] 2017-01-25 added auth headers NOT TESTED [@hiqsol]
2739
- [938ad95] 2017-01-25 fixed sending request in DebugAction [@hiqsol]
2840
- [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]
3043
- [e80a08d] 2017-01-27 refactored setCurlOptions -> prepareCurlOptions [@hiqsol]
3144
- [951ae15] 2017-01-26 csfixed [@SilverFire]
3245
- [a2a733f] 2017-01-26 Implemented cURL transport [@SilverFire]
@@ -281,6 +294,7 @@ hiqdev/yii2-hiart
281294

282295
## [Development started] - 2015-04-17
283296

297+
[yii2-hiart-curl]: https://github.com/hiqdev/yii2-hiart-curl
284298
[@hiqsol]: https://github.com/hiqsol
285299
[sol@hiqdev.com]: https://github.com/hiqsol
286300
[@SilverFire]: https://github.com/SilverFire
@@ -514,3 +528,14 @@ hiqdev/yii2-hiart
514528
[9182f1d]: https://github.com/hiqdev/yii2-hiart/commit/9182f1d
515529
[3e5573c]: https://github.com/hiqdev/yii2-hiart/commit/3e5573c
516530
[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

Comments
 (0)