-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a32ac04
commit 1b91d73
Showing
5 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,5 @@ coverage.clover | |
# PHARs | ||
composer.phar | ||
php-cs-fixer.phar | ||
phpunit-skelgen.phar | ||
phpunit.phar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,18 +3,25 @@ hiqdev/yii2-hiart commits history | |
|
||
## 0.0.2 Under development | ||
|
||
- Fixed not renamed `hiresoruce` to `hiart` | ||
- a32ac04 2016-05-11 Renamed all mentions of `hiresource` to `hiart` ([email protected]) | ||
- Fixed `to new tab` link when POST request has no variables in query string | ||
- a131b13 2016-04-11 DebugPanel - fixed `to new tab` link when POST request has no variables in query string ([email protected]) | ||
- Added relations population via `->joinWith()` | ||
- 1b7a4ac 2016-03-07 ActiveQuery::populateJoinedRelations() fixed processing of multilevel relations ([email protected]) | ||
- 314ac7c 2016-04-08 ActiveQuery - added pupulate method ([email protected]) | ||
- da48238 2016-04-15 Improve populateRelation method ([email protected]) | ||
- Added `Connection::disableAuth()`, `::enableAuth()` in order to manage auth conditions per connection | ||
- 3554aaa 2016-03-25 rehideved ([email protected]) | ||
- a51bbb7 2016-03-25 phpcsfixed ([email protected]) | ||
- ceed267 2016-03-25 + disable/enableAuth for connection ([email protected]) | ||
- Updated CSS classes after yii2-debug extension update | ||
- 780aa3e 2016-03-17 Fixed DebugPanel CSS classes because of yii2-debug extenstion update ([email protected]) | ||
- 1b7a4ac 2016-03-07 ActiveQuery::populateJoinedRelations() fixed processing of multilevel relations ([email protected]) | ||
- Deleted `Command::getList()`, `ActiveQuery::getList()` | ||
- 4cf1bce 2016-02-26 Dropped `getList()` method in `Command`, `ActiveQuery` ([email protected]) | ||
- b75495c 2016-02-09 Collection::setModel - fixed working with scenario ([email protected]) | ||
- Chhanged `Connection::setErrorChecker()` to support a callable function using array syntax | ||
- ebbdcac 2016-02-01 Connection::setErrorChecker now allows to set a callable function using array syntax ([email protected]) | ||
- fa26180 2016-01-29 Collection: PHPDocs impreved - changed Model to ActiveRecord ([email protected]) | ||
- 485f9c7 2016-01-20 ErrorResponseException - added $response propery, __construct modified ([email protected]) | ||
- 6a97149 2016-01-18 + ConnectionTest.php ([email protected]) | ||
- 715a25d 2016-01-18 renamed makeGuzzleRequest -> handleRequest ([email protected]) | ||
- 94a1e11 2016-01-18 refactored $handler and `$_errorChecker` ([email protected]) | ||
- Changed url, query and body processing in Connection | ||
- 24dd86f 2016-01-18 fixed tests ([email protected]) | ||
|
@@ -25,6 +32,7 @@ hiqdev/yii2-hiart commits history | |
- 9ad8bc4 2016-01-17 improved .travis.yml ([email protected]) | ||
- f434ae4 2016-01-15 fixed CI ([email protected]) | ||
- Changed: started redoing with Guzzle | ||
- 715a25d 2016-01-18 renamed makeGuzzleRequest -> handleRequest ([email protected]) | ||
- 32c32d8 2016-01-15 ActiveQuery::getList() marked as deprecated ([email protected]) | ||
- 55d33d9 2016-01-15 Require guzzle, minor code enhancemants ([email protected]) | ||
- 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 | |
- cb1f5be 2016-01-11 STARTED REDOING with Guzzle ([email protected]) | ||
- 3f1a702 2015-12-31 redone get/post/head/delete with makeRequest ([email protected]) | ||
- Added tests and CI | ||
- 6a97149 2016-01-18 + ConnectionTest.php ([email protected]) | ||
- e80518e 2015-12-30 php-cs-fixed ([email protected]) | ||
- fb9b595 2015-12-30 added initial CommandTest ([email protected]) | ||
- ccdc3c3 2015-12-30 doing tests and ci ([email protected]) | ||
- Changed Collection::models visibility to protected | ||
- dd8cbf2 2015-12-01 BC Breaking: Collection::models visibility changed from public to protected ([email protected]) | ||
- Fixed different issues | ||
- fa26180 2016-01-29 Collection: PHPDocs impreved - changed Model to ActiveRecord ([email protected]) | ||
- 485f9c7 2016-01-20 ErrorResponseException - added $response propery, __construct modified ([email protected]) | ||
- 6d05685 2015-12-25 Collection::collectData - removed forced typecasting $attributes to array ([email protected]) | ||
- e410ea1 2015-12-17 Add usage to load method Collection class ([email protected]) | ||
- a561e2b 2015-12-11 Collection::getIds() - changed static pk `id` to dynamic, got from model ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters