1
1
hiqdev/yii2-hiart
2
2
-----------------
3
3
4
- ## [ Under development ]
4
+ ## [ 0.2.0 ] - 2017-04-15
5
5
6
6
- Added transport autodetection with ` auto/Request.php `
7
7
- [ 986d1a2] 2017-03-30 changed AbstractRequest::isSupported - abstract static is not supported in PHP5 [ @hiqsol ]
8
8
- [ 9a90cf6] 2017-03-30 csfixed [ @hiqsol ]
9
9
- [ a6bda1e] 2017-03-30 added request(transport) autodetection with ` auto/Request.php ` [ @hiqsol ]
10
+ - Moved CURL transport here, deprecated ` yii2-hiart-curl `
10
11
- [ 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 ]
11
15
- [ 3a8d8ca] 2017-03-30 switched to phpunit 6.0 classes [ @hiqsol ]
12
16
- Improved docs
13
17
- [ b84723b] 2017-03-30 docs [ @hiqsol ]
@@ -16,8 +20,6 @@ hiqdev/yii2-hiart
16
20
- Added ` callWithDisabledAuth `
17
21
- [ 122a889] 2017-03-31 Added AbstractConnection::callWithDisabledAuth() [ @SilverFire ]
18
22
- 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 ]
21
23
- [ 36fb734] 2017-03-28 Timing::getTrace() enhanced to render paths with DebugPanel::getTraceLine() method [ @SilverFire ]
22
24
- [ 9388e48] 2017-03-17 fixed building debug panel new tab link [ @hiqsol ]
23
25
- [ e27a319] 2017-03-05 changed QueryBBuilder to pass where as query params [ @hiqsol ]
@@ -587,3 +589,4 @@ hiqdev/yii2-hiart
587
589
[ 36fb734 ] : https://github.com/hiqdev/yii2-hiart/commit/36fb734
588
590
[ 9388e48 ] : https://github.com/hiqdev/yii2-hiart/commit/9388e48
589
591
[ 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
0 commit comments