Skip to content

Commit c7913c3

Browse files
committed
version bump to 0.2.0
1 parent 5ae8f12 commit c7913c3

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
hiqdev/yii2-hiart
22
-----------------
33

4-
## [Under development]
4+
## [0.2.0] - 2017-04-15
55

66
- Added transport autodetection with `auto/Request.php` ([@hiqsol])
7+
- Moved CURL transport here, deprecated `yii2-hiart-curl` ([@hiqsol])
8+
- Switched to PHPUnit 6 ([@hiqsol])
79
- Improved docs ([@hiqsol], [@SilverFire])
810
- Added `callWithDisabledAuth` ([@SilverFire])
9-
- Fixed minor issues ([@hiqsol], [@SilverFire])
11+
- Fixed minor issues ([@SilverFire], [@hiqsol])
1012

1113
## [0.1.2] - 2017-02-08
1214

@@ -93,3 +95,4 @@ hiqdev/yii2-hiart
9395
[0.1.0]: https://github.com/hiqdev/yii2-hiart/compare/0.0.4...0.1.0
9496
[0.1.1]: https://github.com/hiqdev/yii2-hiart/compare/0.1.0...0.1.1
9597
[0.1.2]: https://github.com/hiqdev/yii2-hiart/compare/0.1.1...0.1.2
98+
[0.2.0]: https://github.com/hiqdev/yii2-hiart/compare/0.1.2...0.2.0

history.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
hiqdev/yii2-hiart
22
-----------------
33

4-
## [Under development]
4+
## [0.2.0] - 2017-04-15
55

66
- Added transport autodetection with `auto/Request.php`
77
- [986d1a2] 2017-03-30 changed AbstractRequest::isSupported - abstract static is not supported in PHP5 [@hiqsol]
88
- [9a90cf6] 2017-03-30 csfixed [@hiqsol]
99
- [a6bda1e] 2017-03-30 added request(transport) autodetection with `auto/Request.php` [@hiqsol]
10+
- Moved CURL transport here, deprecated `yii2-hiart-curl`
1011
- [7bfbc4d] 2017-03-30 moved curl transport here from `yii2-hiart-curl` which will be deleted [@hiqsol]
12+
- Switched to PHPUnit 6
13+
- [ce46b7c] 2017-04-15 removed PHPUNIT 5 <-> 6 compatibility dirty hack [@hiqsol]
14+
- [d7a000e] 2017-03-30 added phpunit 5 <-> 6 compatibility dirty hack [@hiqsol]
1115
- [3a8d8ca] 2017-03-30 switched to phpunit 6.0 classes [@hiqsol]
1216
- Improved docs
1317
- [b84723b] 2017-03-30 docs [@hiqsol]
@@ -16,8 +20,6 @@ hiqdev/yii2-hiart
1620
- Added `callWithDisabledAuth`
1721
- [122a889] 2017-03-31 Added AbstractConnection::callWithDisabledAuth() [@SilverFire]
1822
- Fixed minor issues
19-
- [ce46b7c] 2017-04-15 removed PHPUNIT 5 <-> 6 compatibility dirty hack [@hiqsol]
20-
- [d7a000e] 2017-03-30 added phpunit 5 <-> 6 compatibility dirty hack [@hiqsol]
2123
- [36fb734] 2017-03-28 Timing::getTrace() enhanced to render paths with DebugPanel::getTraceLine() method [@SilverFire]
2224
- [9388e48] 2017-03-17 fixed building debug panel new tab link [@hiqsol]
2325
- [e27a319] 2017-03-05 changed QueryBBuilder to pass where as query params [@hiqsol]
@@ -587,3 +589,4 @@ hiqdev/yii2-hiart
587589
[36fb734]: https://github.com/hiqdev/yii2-hiart/commit/36fb734
588590
[9388e48]: https://github.com/hiqdev/yii2-hiart/commit/9388e48
589591
[e27a319]: https://github.com/hiqdev/yii2-hiart/commit/e27a319
592+
[0.2.0]: https://github.com/hiqdev/yii2-hiart/compare/0.1.2...0.2.0

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2 2017-02-08 09:26:39 +0000 a1de4ba31acfc3e2f1c9bba2742ffdcdd2ef64c8
1+
0.2.0 2017-04-15 13:22:44 +0000 5ae8f1274189830e15e715f10e3c591a7acedd44

0 commit comments

Comments
 (0)