|
1 | 1 | hiqdev/yii2-hiart
|
2 | 2 | -----------------
|
3 | 3 |
|
4 |
| -## [Under development] |
| 4 | +## [0.1.0] - 2017-01-25 |
5 | 5 |
|
6 |
| -- Added inversed relations |
7 |
| -- Added nested joinWith |
8 |
| -- Changed `api_url` to `base_uri` (as in guzzle) |
9 |
| -- Fixed code styling alot |
| 6 | +- Changed nearly everything: **REDONE** to be usable for any API ([@hiqsol]) |
| 7 | +- Added inversed relations ([@hiqsol], [@SilverFire]) |
| 8 | +- Added nested joinWith ([@SilverFire]) |
| 9 | +- Changed `api_url` to `base_uri` (as in guzzle) ([@SilverFire]) |
| 10 | +- Fixed code styling alot ([@SilverFire], [@tafid], [@hiqsol]) |
10 | 11 |
|
11 | 12 | ## [0.0.4] - 2016-05-11
|
12 | 13 |
|
13 |
| -- Fixed tests |
| 14 | +- Fixed tests ([@hiqsol]) |
14 | 15 |
|
15 | 16 | ## [0.0.3] - 2016-05-11
|
16 | 17 |
|
17 |
| -- Added asset-packagist.org repository to composer.json |
| 18 | +- Added asset-packagist.org repository to composer.json ([@SilverFire]) |
18 | 19 |
|
19 | 20 | ## [0.0.2] - 2016-05-11
|
20 | 21 |
|
21 |
| -- Fixed not renamed `hiresoruce` to `hiart` |
22 |
| -- Fixed `to new tab` link when POST request has no variables in query string |
23 |
| -- Added relations population via `->joinWith()` |
24 |
| -- Added `Connection::disableAuth()`, `::enableAuth()` in order to manage auth conditions per connection |
25 |
| -- Updated CSS classes after yii2-debug extension update |
26 |
| -- Deleted `Command::getList()`, `ActiveQuery::getList()` |
27 |
| -- Chhanged `Connection::setErrorChecker()` to support a callable function using array syntax |
28 |
| -- Changed url, query and body processing in Connection |
29 |
| -- Added user agent |
30 |
| -- Fixed CI |
31 |
| -- Changed: started redoing with Guzzle |
32 |
| -- Added tests and CI |
33 |
| -- Changed Collection::models visibility to protected |
34 |
| -- Fixed different issues |
35 |
| -- Changed authorization in Connection class, made with configuration callback |
36 |
| -- Added passing options to Command through find/One/All() |
37 |
| -- Added population of joined relations |
38 |
| -- Changed default limit to ALL |
39 |
| -- Added recursive joining |
40 |
| -- Added lt/gt to QueryBuilder |
41 |
| -- Fixed translation, redone Re::l to Yii::t (sol@hiqdev.com) |
42 |
| -- Removed `gl_key`, `gl_value` |
43 |
| -- Added second argument to ActiveQuery::all that will be passed to Command::search |
44 |
| -- Fixed 'raw' processing |
45 |
| -- Fixed PHP warnings |
| 22 | +- Fixed not renamed `hiresoruce` to `hiart` ([@SilverFire]) |
| 23 | +- Fixed `to new tab` link when POST request has no variables in query string ([@SilverFire]) |
| 24 | +- Added relations population via `->joinWith()` ([@SilverFire], [@tafid]) |
| 25 | +- Added `Connection::disableAuth()`, `::enableAuth()` in order to manage auth conditions per connection ([@hiqsol]) |
| 26 | +- Updated CSS classes after yii2-debug extension update ([@SilverFire]) |
| 27 | +- Deleted `Command::getList()`, `ActiveQuery::getList()` ([@SilverFire]) |
| 28 | +- Chhanged `Connection::setErrorChecker()` to support a callable function using array syntax ([@SilverFire], [@hiqsol]) |
| 29 | +- Changed url, query and body processing in Connection ([@hiqsol]) |
| 30 | +- Added user agent ([@hiqsol]) |
| 31 | +- Fixed CI ([@hiqsol]) |
| 32 | +- Changed: started redoing with Guzzle ([@hiqsol], [@SilverFire], [bscheshir.work@gmail.com]) |
| 33 | +- Added tests and CI ([@hiqsol]) |
| 34 | +- Changed Collection::models visibility to protected ([@SilverFire]) |
| 35 | +- Fixed different issues ([@SilverFire], [@tafid], [@hiqsol]) |
| 36 | +- Changed authorization in Connection class, made with configuration callback ([@hiqsol]) |
| 37 | +- Added passing options to Command through find/One/All() ([@hiqsol]) |
| 38 | +- Added population of joined relations ([@SilverFire]) |
| 39 | +- Changed default limit to ALL ([@SilverFire]) |
| 40 | +- Added recursive joining ([@SilverFire]) |
| 41 | +- Added lt/gt to QueryBuilder ([@hiqsol], [@SilverFire]) |
| 42 | +- Fixed translation, redone Re::l to Yii::t (sol@hiqdev.com) ([@hiqsol]) |
| 43 | +- Removed `gl_key`, `gl_value` ([@SilverFire]) |
| 44 | +- Added second argument to ActiveQuery::all that will be passed to Command::search ([@SilverFire]) |
| 45 | +- Fixed 'raw' processing ([@hiqsol]) |
| 46 | +- Fixed PHP warnings ([@hiqsol]) |
46 | 47 |
|
47 | 48 | ## [0.0.1] - 2015-08-26
|
48 | 49 |
|
49 |
| -- Added Connection::errorChecker callback to test if API response was error |
50 |
| -- Fixed PHP warnings |
51 |
| -- Changed: moved to src |
52 |
| -- Added basics |
53 |
| -- Changed: renamed to hiart |
| 50 | +- Added Connection::errorChecker callback to test if API response was error ([@hiqsol]) |
| 51 | +- Fixed PHP warnings ([@tafid]) |
| 52 | +- Changed: moved to src ([@hiqsol]) |
| 53 | +- Added basics ([@SilverFire], [@hiqsol], [@tafid]) |
| 54 | +- Changed: renamed to hiart ([@hiqsol], [@SilverFire], [@tafid]) |
54 | 55 |
|
55 | 56 | ## [Development started] - 2015-04-17
|
| 57 | + |
| 58 | +[@hiqsol]: https://github.com/hiqsol |
| 59 | +[sol@hiqdev.com]: https://github.com/hiqsol |
| 60 | +[@SilverFire]: https://github.com/SilverFire |
| 61 | +[d.naumenko.a@gmail.com]: https://github.com/SilverFire |
| 62 | +[@tafid]: https://github.com/tafid |
| 63 | +[andreyklochok@gmail.com]: https://github.com/tafid |
| 64 | +[@BladeRoot]: https://github.com/BladeRoot |
| 65 | +[bladeroot@gmail.com]: https://github.com/BladeRoot |
| 66 | +[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.0.4...HEAD |
| 67 | +[0.0.4]: https://github.com/hiqdev/yii2-hiart/compare/0.0.3...0.0.4 |
| 68 | +[0.0.3]: https://github.com/hiqdev/yii2-hiart/compare/0.0.2...0.0.3 |
| 69 | +[0.0.2]: https://github.com/hiqdev/yii2-hiart/compare/0.0.1...0.0.2 |
| 70 | +[0.0.1]: https://github.com/hiqdev/yii2-hiart/releases/tag/0.0.1 |
| 71 | +[0.1.0]: https://github.com/hiqdev/yii2-hiart/compare/0.0.4...0.1.0 |
0 commit comments