@@ -3,18 +3,25 @@ hiqdev/yii2-hiart commits history
33
44## 0.0.2 Under development
55
6+ - Fixed not renamed ` hiresoruce ` to ` hiart `
7+ - a32ac04 2016-05-11 Renamed all mentions of
` hiresource ` to
` hiart ` (
[email protected] )
8+ - Fixed ` to new tab ` link when POST request has no variables in query string
9+ - a131b13 2016-04-11 DebugPanel - fixed
` to new tab ` link when POST request has no variables in query string (
[email protected] )
10+ - Added relations population via ` ->joinWith() `
11+ - 1b7a4ac 2016-03-07 ActiveQuery::populateJoinedRelations() fixed processing of multilevel relations (
[email protected] )
12+ - 314ac7c 2016-04-08 ActiveQuery - added pupulate method (
[email protected] )
13+ - da48238 2016-04-15 Improve populateRelation method (
[email protected] )
14+ - Added ` Connection::disableAuth() ` , ` ::enableAuth() ` in order to manage auth conditions per connection
615 - 3554aaa 2016-03-25 rehideved (
[email protected] )
716 - a51bbb7 2016-03-25 phpcsfixed (
[email protected] )
817 - ceed267 2016-03-25 + disable/enableAuth for connection (
[email protected] )
18+ - Updated CSS classes after yii2-debug extension update
919 - 780aa3e 2016-03-17 Fixed DebugPanel CSS classes because of yii2-debug extenstion update (
[email protected] )
10- - 1b7a4ac 2016-03-07 ActiveQuery::populateJoinedRelations() fixed processing of multilevel relations ([email protected] ) 20+ - Deleted ` Command::getList() ` , ` ActiveQuery::getList() `
1121 - 4cf1bce 2016-02-26 Dropped
` getList() ` method in
` Command ` ,
` ActiveQuery ` (
[email protected] )
1222 - b75495c 2016-02-09 Collection::setModel - fixed working with scenario (
[email protected] )
23+ - Chhanged ` Connection::setErrorChecker() ` to support a callable function using array syntax
1324 - ebbdcac 2016-02-01 Connection::setErrorChecker now allows to set a callable function using array syntax (
[email protected] )
14- - fa26180 2016-01-29 Collection: PHPDocs impreved - changed Model to ActiveRecord ([email protected] ) 15- - 485f9c7 2016-01-20 ErrorResponseException - added $response propery, __construct modified ([email protected] ) 16- - 6a97149 2016-01-18 + ConnectionTest.php ([email protected] ) 17- - 715a25d 2016-01-18 renamed makeGuzzleRequest -> handleRequest ([email protected] ) 1825 - 94a1e11 2016-01-18 refactored $handler and
` $_errorChecker ` (
[email protected] )
1926- Changed url, query and body processing in Connection
2027 - 24dd86f 2016-01-18 fixed tests (
[email protected] )
@@ -25,6 +32,7 @@ hiqdev/yii2-hiart commits history
2532 - 9ad8bc4 2016-01-17 improved .travis.yml (
[email protected] )
2633 - f434ae4 2016-01-15 fixed CI (
[email protected] )
2734- Changed: started redoing with Guzzle
35+ - 715a25d 2016-01-18 renamed makeGuzzleRequest -> handleRequest (
[email protected] )
2836 - 32c32d8 2016-01-15 ActiveQuery::getList() marked as deprecated (
[email protected] )
2937 - 55d33d9 2016-01-15 Require guzzle, minor code enhancemants (
[email protected] )
3038 - 4d29513 2016-01-15 ActiveRecord::perform() - fixed action name generation for non-bulk requests (
[email protected] )
@@ -37,12 +45,15 @@ hiqdev/yii2-hiart commits history
3745 - cb1f5be 2016-01-11 STARTED REDOING with Guzzle (
[email protected] )
3846 - 3f1a702 2015-12-31 redone get/post/head/delete with makeRequest (
[email protected] )
3947- Added tests and CI
48+ - 6a97149 2016-01-18 + ConnectionTest.php (
[email protected] )
4049 - e80518e 2015-12-30 php-cs-fixed (
[email protected] )
4150 - fb9b595 2015-12-30 added initial CommandTest (
[email protected] )
4251 - ccdc3c3 2015-12-30 doing tests and ci (
[email protected] )
4352- Changed Collection::models visibility to protected
4453 - dd8cbf2 2015-12-01 BC Breaking: Collection::models visibility changed from public to protected (
[email protected] )
4554- Fixed different issues
55+ - fa26180 2016-01-29 Collection: PHPDocs impreved - changed Model to ActiveRecord (
[email protected] )
56+ - 485f9c7 2016-01-20 ErrorResponseException - added $response propery,
__ construct modified (
[email protected] )
4657 - 6d05685 2015-12-25 Collection::collectData - removed forced typecasting $attributes to array (
[email protected] )
4758 - e410ea1 2015-12-17 Add usage to load method Collection class (
[email protected] )
4859 - a561e2b 2015-12-11 Collection::getIds() - changed static pk
` id ` to dynamic, got from model (
[email protected] )
0 commit comments