Skip to content

Commit 1b91d73

Browse files
committed
Updated changelog
1 parent a32ac04 commit 1b91d73

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ coverage.clover
2828
# PHARs
2929
composer.phar
3030
php-cs-fixer.phar
31+
phpunit-skelgen.phar
3132
phpunit.phar

.hidev/commits.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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])

.hidev/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ package:
77
namespace: hiqdev\hiart
88
description: Use your API as ActiveRecord
99

10-
require:
11-
hiqdev/hidev-php: "*"
12-
hiqdev/hidev-vendor: "*"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ hiqdev/yii2-hiart changelog
33

44
## 0.0.2 Under development
55

6+
- Fixed not renamed `hiresoruce` to `hiart`
7+
- Fixed `to new tab` link when POST request has no variables in query string
8+
- Added relations population via `->joinWith()`
9+
- Added `Connection::disableAuth()`, `::enableAuth()` in order to manage auth conditions per connection
10+
- Updated CSS classes after yii2-debug extension update
11+
- Deleted `Command::getList()`, `ActiveQuery::getList()`
12+
- Chhanged `Connection::setErrorChecker()` to support a callable function using array syntax
613
- Changed url, query and body processing in Connection
714
- Added user agent
815
- Fixed CI

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"guzzlehttp/guzzle": "6.*"
4949
},
5050
"require-dev": {
51-
"minii/db": "*@dev",
52-
"minii/helpers": "*@dev"
51+
"hiqdev/hidev-php": "<2.0",
52+
"hiqdev/hidev-vendor": "<2.0"
5353
},
5454
"autoload": {
5555
"psr-4": {

0 commit comments

Comments
 (0)