-
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
Showing
4 changed files
with
358 additions
and
159 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 |
---|---|---|
@@ -1,55 +1,71 @@ | ||
hiqdev/yii2-hiart | ||
----------------- | ||
|
||
## [Under development] | ||
## [0.1.0] - 2017-01-25 | ||
|
||
- Added inversed relations | ||
- Added nested joinWith | ||
- Changed `api_url` to `base_uri` (as in guzzle) | ||
- Fixed code styling alot | ||
- Changed nearly everything: **REDONE** to be usable for any API ([@hiqsol]) | ||
- Added inversed relations ([@hiqsol], [@SilverFire]) | ||
- Added nested joinWith ([@SilverFire]) | ||
- Changed `api_url` to `base_uri` (as in guzzle) ([@SilverFire]) | ||
- Fixed code styling alot ([@SilverFire], [@tafid], [@hiqsol]) | ||
|
||
## [0.0.4] - 2016-05-11 | ||
|
||
- Fixed tests | ||
- Fixed tests ([@hiqsol]) | ||
|
||
## [0.0.3] - 2016-05-11 | ||
|
||
- Added asset-packagist.org repository to composer.json | ||
- Added asset-packagist.org repository to composer.json ([@SilverFire]) | ||
|
||
## [0.0.2] - 2016-05-11 | ||
|
||
- 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 | ||
- Changed: started redoing with Guzzle | ||
- Added tests and CI | ||
- Changed Collection::models visibility to protected | ||
- Fixed different issues | ||
- Changed authorization in Connection class, made with configuration callback | ||
- Added passing options to Command through find/One/All() | ||
- Added population of joined relations | ||
- Changed default limit to ALL | ||
- Added recursive joining | ||
- Added lt/gt to QueryBuilder | ||
- Fixed translation, redone Re::l to Yii::t ([email protected]) | ||
- Removed `gl_key`, `gl_value` | ||
- Added second argument to ActiveQuery::all that will be passed to Command::search | ||
- Fixed 'raw' processing | ||
- Fixed PHP warnings | ||
- Fixed not renamed `hiresoruce` to `hiart` ([@SilverFire]) | ||
- Fixed `to new tab` link when POST request has no variables in query string ([@SilverFire]) | ||
- Added relations population via `->joinWith()` ([@SilverFire], [@tafid]) | ||
- Added `Connection::disableAuth()`, `::enableAuth()` in order to manage auth conditions per connection ([@hiqsol]) | ||
- Updated CSS classes after yii2-debug extension update ([@SilverFire]) | ||
- Deleted `Command::getList()`, `ActiveQuery::getList()` ([@SilverFire]) | ||
- Chhanged `Connection::setErrorChecker()` to support a callable function using array syntax ([@SilverFire], [@hiqsol]) | ||
- Changed url, query and body processing in Connection ([@hiqsol]) | ||
- Added user agent ([@hiqsol]) | ||
- Fixed CI ([@hiqsol]) | ||
- Changed: started redoing with Guzzle ([@hiqsol], [@SilverFire], [[email protected]]) | ||
- Added tests and CI ([@hiqsol]) | ||
- Changed Collection::models visibility to protected ([@SilverFire]) | ||
- Fixed different issues ([@SilverFire], [@tafid], [@hiqsol]) | ||
- Changed authorization in Connection class, made with configuration callback ([@hiqsol]) | ||
- Added passing options to Command through find/One/All() ([@hiqsol]) | ||
- Added population of joined relations ([@SilverFire]) | ||
- Changed default limit to ALL ([@SilverFire]) | ||
- Added recursive joining ([@SilverFire]) | ||
- Added lt/gt to QueryBuilder ([@hiqsol], [@SilverFire]) | ||
- Fixed translation, redone Re::l to Yii::t ([email protected]) ([@hiqsol]) | ||
- Removed `gl_key`, `gl_value` ([@SilverFire]) | ||
- Added second argument to ActiveQuery::all that will be passed to Command::search ([@SilverFire]) | ||
- Fixed 'raw' processing ([@hiqsol]) | ||
- Fixed PHP warnings ([@hiqsol]) | ||
|
||
## [0.0.1] - 2015-08-26 | ||
|
||
- Added Connection::errorChecker callback to test if API response was error | ||
- Fixed PHP warnings | ||
- Changed: moved to src | ||
- Added basics | ||
- Changed: renamed to hiart | ||
- Added Connection::errorChecker callback to test if API response was error ([@hiqsol]) | ||
- Fixed PHP warnings ([@tafid]) | ||
- Changed: moved to src ([@hiqsol]) | ||
- Added basics ([@SilverFire], [@hiqsol], [@tafid]) | ||
- Changed: renamed to hiart ([@hiqsol], [@SilverFire], [@tafid]) | ||
|
||
## [Development started] - 2015-04-17 | ||
|
||
[@hiqsol]: https://github.com/hiqsol | ||
[[email protected]]: https://github.com/hiqsol | ||
[@SilverFire]: https://github.com/SilverFire | ||
[[email protected]]: https://github.com/SilverFire | ||
[@tafid]: https://github.com/tafid | ||
[[email protected]]: https://github.com/tafid | ||
[@BladeRoot]: https://github.com/BladeRoot | ||
[[email protected]]: https://github.com/BladeRoot | ||
[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.0.4...HEAD | ||
[0.0.4]: https://github.com/hiqdev/yii2-hiart/compare/0.0.3...0.0.4 | ||
[0.0.3]: https://github.com/hiqdev/yii2-hiart/compare/0.0.2...0.0.3 | ||
[0.0.2]: https://github.com/hiqdev/yii2-hiart/compare/0.0.1...0.0.2 | ||
[0.0.1]: https://github.com/hiqdev/yii2-hiart/releases/tag/0.0.1 | ||
[0.1.0]: https://github.com/hiqdev/yii2-hiart/compare/0.0.4...0.1.0 |
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 |
---|---|---|
@@ -1,3 +1,33 @@ | ||
{ | ||
"name": "hiqdev/yii2-hiart" | ||
"name": "hiqdev/yii2-hiart", | ||
"authors": { | ||
"hiqsol": { | ||
"name": "Andrii Vasyliev", | ||
"role": "Project lead", | ||
"email": "[email protected]", | ||
"github": "https://github.com/hiqsol", | ||
"homepage": "http://hipanel.com/" | ||
}, | ||
"SilverFire": { | ||
"name": "Dmitry Naumenko", | ||
"role": "Lead backend developer", | ||
"email": "[email protected]", | ||
"github": "https://github.com/SilverFire", | ||
"homepage": "http://silverfire.me/" | ||
}, | ||
"tafid": { | ||
"name": "Andrey Klochok", | ||
"role": "Lead frontend developer", | ||
"email": "[email protected]", | ||
"github": "https://github.com/tafid", | ||
"homepage": "http://hiqdev.com/" | ||
}, | ||
"BladeRoot": { | ||
"name": "Yuriy Myronchuk", | ||
"role": "QA Lead", | ||
"email": "[email protected]", | ||
"github": "https://github.com/BladeRoot", | ||
"homepage": "http://hiqdev.com/" | ||
} | ||
} | ||
} |
Oops, something went wrong.