Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed May 11, 2016
1 parent a32ac04 commit 1b91d73
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ coverage.clover
# PHARs
composer.phar
php-cs-fixer.phar
phpunit-skelgen.phar
phpunit.phar
21 changes: 16 additions & 5 deletions .hidev/commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand All @@ -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])
Expand All @@ -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])
Expand Down
3 changes: 0 additions & 3 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ package:
namespace: hiqdev\hiart
description: Use your API as ActiveRecord

require:
hiqdev/hidev-php: "*"
hiqdev/hidev-vendor: "*"
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ hiqdev/yii2-hiart changelog

## 0.0.2 Under development

- Fixed not renamed `hiresoruce` to `hiart`
- Fixed `to new tab` link when POST request has no variables in query string
- Added relations population via `->joinWith()`
- Added `Connection::disableAuth()`, `::enableAuth()` in order to manage auth conditions per connection
- Updated CSS classes after yii2-debug extension update
- Deleted `Command::getList()`, `ActiveQuery::getList()`
- Chhanged `Connection::setErrorChecker()` to support a callable function using array syntax
- Changed url, query and body processing in Connection
- Added user agent
- Fixed CI
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"guzzlehttp/guzzle": "6.*"
},
"require-dev": {
"minii/db": "*@dev",
"minii/helpers": "*@dev"
"hiqdev/hidev-php": "<2.0",
"hiqdev/hidev-vendor": "<2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1b91d73

Please sign in to comment.