|
1 |
| -hiqdev/yii2-hiart |
2 |
| ------------------ |
| 1 | +# hiqdev/yii2-hiart |
| 2 | + |
| 3 | +## [0.3.0] - 2018-06-27 |
| 4 | + |
| 5 | +- Fixed bugs |
| 6 | + - [98384bd] 2018-06-27 csfixed [@hiqsol] |
| 7 | + - [7390245] 2018-05-21 Fixed AbstractQueryBuilder::buildInCondition(), added check if $column is \Countable otherwise it will Exception [@tafid] |
| 8 | + - [04e1cf5] 2018-04-30 Updated Request::send() not to throw exception when response is not 200-OK [@SilverFire] |
| 9 | + - [f22fddc] 2018-03-12 Merge pull request #13 from bladeroot/rawData-in-exception [@SilverFire] |
| 10 | + - [3760c4b] 2018-03-12 add get rawData to error exception [@BladeRoot] |
| 11 | + - [87b6aca] 2018-03-09 Added Collection::findAssociatedModelData(), because if the response from the api came without an index by ID [@tafid] |
| 12 | + - [a8f41eb] 2018-02-09 Fixed typo in code [@SilverFire] |
| 13 | + - [5460e99] 2018-01-30 Updated PHPDocs [@SilverFire] |
| 14 | + - [b74101e] 2018-01-28 csfixed [@hiqsol] |
| 15 | + - [c9b9571] 2017-11-16 Merge pull request #12 from hiqsol/master [@hiqsol] |
| 16 | + - [d5c996d] 2017-11-16 Still fixing running non batch queries from Collection [@hiqsol] |
| 17 | + - [028c161] 2017-11-10 Fixed bug introduced by #11 [@SilverFire] |
| 18 | + - [5d5f608] 2017-11-06 Merge pull request #11 from tafid/master [@hiqsol] |
| 19 | + - [4e2fa99] 2017-11-06 Fixed [@tafid] |
| 20 | + - [24cdbd6] 2017-11-06 Added attribute `queryOptions` and sent it to like query options. Added Collection::isBatch() method in order to determine whether is neede to do batch query. [@tafid] |
| 21 | + - [a35aa74] 2017-10-13 csfixed [@hiqsol] |
| 22 | + - [7b06057] 2017-06-01 fixed ActiveQuery::all to pass $db [@hiqsol] |
| 23 | + - [3bd52a1] 2017-05-31 added ManualResponse [@hiqsol] |
| 24 | + - [c309679] 2017-05-31 added searchSingle/Batch [@hiqsol] |
| 25 | + - [172eca7] 2017-05-31 phpdocs [@hiqsol] |
| 26 | + - [7584eae] 2017-05-31 DANGEROUS change: Command::send returns response not data [@hiqsol] |
| 27 | + - [a9aaaec] 2017-05-31 added case insensitivity in cURL response [@hiqsol] |
| 28 | + - [e4ab8ff] 2017-05-29 fixed passing `$db` in Query [@hiqsol] |
| 29 | + - [2a2f131] 2017-05-22 simplified config [@hiqsol] |
| 30 | + - [a3ca17a] 2017-05-22 csfixed [@hiqsol] |
| 31 | + - [59ee8c2] 2017-05-22 renamed `hidev.yml` [@hiqsol] |
| 32 | + - [2518063] 2017-05-07 Added Collection::dataCollector [@SilverFire] |
| 33 | +- Fixed PHP 7.2 compatibility |
| 34 | + - [e2e1279] 2018-02-09 Enhanced PHP 7.2 compatibility [@SilverFire] |
3 | 35 |
|
4 | 36 | ## [0.2.0] - 2017-04-15
|
5 | 37 |
|
@@ -524,7 +556,7 @@ hiqdev/yii2-hiart
|
524 | 556 | [d3756e4]: https://github.com/hiqdev/yii2-hiart/commit/d3756e4
|
525 | 557 | [ea50c04]: https://github.com/hiqdev/yii2-hiart/commit/ea50c04
|
526 | 558 | [8047d37]: https://github.com/hiqdev/yii2-hiart/commit/8047d37
|
527 |
| -[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.1.2...HEAD |
| 559 | +[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.2.0...HEAD |
528 | 560 | [0.0.4]: https://github.com/hiqdev/yii2-hiart/compare/0.0.3...0.0.4
|
529 | 561 | [0.0.3]: https://github.com/hiqdev/yii2-hiart/compare/0.0.2...0.0.3
|
530 | 562 | [0.0.2]: https://github.com/hiqdev/yii2-hiart/compare/0.0.1...0.0.2
|
@@ -590,3 +622,32 @@ hiqdev/yii2-hiart
|
590 | 622 | [9388e48]: https://github.com/hiqdev/yii2-hiart/commit/9388e48
|
591 | 623 | [e27a319]: https://github.com/hiqdev/yii2-hiart/commit/e27a319
|
592 | 624 | [0.2.0]: https://github.com/hiqdev/yii2-hiart/compare/0.1.2...0.2.0
|
| 625 | +[98384bd]: https://github.com/hiqdev/yii2-hiart/commit/98384bd |
| 626 | +[7390245]: https://github.com/hiqdev/yii2-hiart/commit/7390245 |
| 627 | +[04e1cf5]: https://github.com/hiqdev/yii2-hiart/commit/04e1cf5 |
| 628 | +[f22fddc]: https://github.com/hiqdev/yii2-hiart/commit/f22fddc |
| 629 | +[3760c4b]: https://github.com/hiqdev/yii2-hiart/commit/3760c4b |
| 630 | +[87b6aca]: https://github.com/hiqdev/yii2-hiart/commit/87b6aca |
| 631 | +[e2e1279]: https://github.com/hiqdev/yii2-hiart/commit/e2e1279 |
| 632 | +[a8f41eb]: https://github.com/hiqdev/yii2-hiart/commit/a8f41eb |
| 633 | +[5460e99]: https://github.com/hiqdev/yii2-hiart/commit/5460e99 |
| 634 | +[b74101e]: https://github.com/hiqdev/yii2-hiart/commit/b74101e |
| 635 | +[c9b9571]: https://github.com/hiqdev/yii2-hiart/commit/c9b9571 |
| 636 | +[d5c996d]: https://github.com/hiqdev/yii2-hiart/commit/d5c996d |
| 637 | +[028c161]: https://github.com/hiqdev/yii2-hiart/commit/028c161 |
| 638 | +[5d5f608]: https://github.com/hiqdev/yii2-hiart/commit/5d5f608 |
| 639 | +[4e2fa99]: https://github.com/hiqdev/yii2-hiart/commit/4e2fa99 |
| 640 | +[24cdbd6]: https://github.com/hiqdev/yii2-hiart/commit/24cdbd6 |
| 641 | +[a35aa74]: https://github.com/hiqdev/yii2-hiart/commit/a35aa74 |
| 642 | +[7b06057]: https://github.com/hiqdev/yii2-hiart/commit/7b06057 |
| 643 | +[3bd52a1]: https://github.com/hiqdev/yii2-hiart/commit/3bd52a1 |
| 644 | +[c309679]: https://github.com/hiqdev/yii2-hiart/commit/c309679 |
| 645 | +[172eca7]: https://github.com/hiqdev/yii2-hiart/commit/172eca7 |
| 646 | +[7584eae]: https://github.com/hiqdev/yii2-hiart/commit/7584eae |
| 647 | +[a9aaaec]: https://github.com/hiqdev/yii2-hiart/commit/a9aaaec |
| 648 | +[e4ab8ff]: https://github.com/hiqdev/yii2-hiart/commit/e4ab8ff |
| 649 | +[2a2f131]: https://github.com/hiqdev/yii2-hiart/commit/2a2f131 |
| 650 | +[a3ca17a]: https://github.com/hiqdev/yii2-hiart/commit/a3ca17a |
| 651 | +[59ee8c2]: https://github.com/hiqdev/yii2-hiart/commit/59ee8c2 |
| 652 | +[2518063]: https://github.com/hiqdev/yii2-hiart/commit/2518063 |
| 653 | +[0.3.0]: https://github.com/hiqdev/yii2-hiart/compare/0.2.0...0.3.0 |
0 commit comments