diff --git a/CHANGELOG.md b/CHANGELOG.md index ff04155..46b7c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # hiqdev/hidev +## [Under development] + +- Enhanced `ConsoleTarget` ([@SilverFire], [@hiqsol]) +- Added Yii 2.1 compatibility ([@hiqsol], [@SilverFire]) +- Fixed stopping at error ([@hiqsol]) + ## [0.6.1] - 2018-02-27 - Fixed PHP 7.2 compatibility ([@hiqsol], [@SilverFire]) @@ -281,7 +287,7 @@ [@SilverFire]: https://github.com/SilverFire [d.naumenko.a@gmail.com]: https://github.com/SilverFire [Yii built-in controllers]: http://www.yiiframework.com/doc-2.0/guide-tutorial-console.html -[Under development]: https://github.com/hiqdev/hidev/compare/0.6.0...HEAD +[Under development]: https://github.com/hiqdev/hidev/compare/0.6.1...HEAD [0.5.0]: https://github.com/hiqdev/hidev/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/hiqdev/hidev/compare/0.3.9...0.4.0 [0.3.9]: https://github.com/hiqdev/hidev/compare/0.3.8...0.3.9 diff --git a/history.md b/history.md index edd33f2..f7e129e 100644 --- a/history.md +++ b/history.md @@ -1,5 +1,19 @@ # hiqdev/hidev +## [Under development] + +- Enhanced `ConsoleTarget` + - [ae09f81] 2018-05-15 Enhanced ConsoleTarget [@SilverFire] + - [295de32] 2018-05-08 csfixed [@hiqsol] +- Added Yii 2.1 compatibility + - [f9eb6d0] 2018-04-05 removed requiring `common` config in Starter [@hiqsol] + - [8bfa971] 2018-04-05 Fixed Yii 2.1 compatibility [@SilverFire] + - [a5ea1de] 2018-03-05 quickfixed logging severity [@hiqsol] + - [20183c1] 2018-03-05 NOT FINISHED implementing Yii 2.1 compatibility [@hiqsol] +- Fixed stopping at error + - [61512d8] 2018-05-08 added handling and passing of error and result in before actions [@hiqsol] + - [e149f73] 2018-04-12 added `Hidev` helper [@hiqsol] + ## [0.6.1] - 2018-02-27 - Fixed PHP 7.2 compatibility @@ -1437,7 +1451,7 @@ [2977a70]: https://github.com/hiqdev/hidev/commit/2977a70 [9e216ec]: https://github.com/hiqdev/hidev/commit/9e216ec [9e02ac4]: https://github.com/hiqdev/hidev/commit/9e02ac4 -[Under development]: https://github.com/hiqdev/hidev/compare/0.6.0...HEAD +[Under development]: https://github.com/hiqdev/hidev/compare/0.6.1...HEAD [0.5.0]: https://github.com/hiqdev/hidev/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/hiqdev/hidev/compare/0.3.9...0.4.0 [0.3.9]: https://github.com/hiqdev/hidev/compare/0.3.8...0.3.9 @@ -1617,3 +1631,11 @@ [e245d4e]: https://github.com/hiqdev/hidev/commit/e245d4e [1f2b81f]: https://github.com/hiqdev/hidev/commit/1f2b81f [0.6.1]: https://github.com/hiqdev/hidev/compare/0.6.0...0.6.1 +[ae09f81]: https://github.com/hiqdev/hidev/commit/ae09f81 +[295de32]: https://github.com/hiqdev/hidev/commit/295de32 +[61512d8]: https://github.com/hiqdev/hidev/commit/61512d8 +[e149f73]: https://github.com/hiqdev/hidev/commit/e149f73 +[f9eb6d0]: https://github.com/hiqdev/hidev/commit/f9eb6d0 +[8bfa971]: https://github.com/hiqdev/hidev/commit/8bfa971 +[a5ea1de]: https://github.com/hiqdev/hidev/commit/a5ea1de +[20183c1]: https://github.com/hiqdev/hidev/commit/20183c1 diff --git a/version b/version index 59f3f12..6c9c15f 100644 --- a/version +++ b/version @@ -1 +1 @@ -hidev 0.6.1 2018-02-27 17:03:22 +0000 951c10dcf8b0b517e28b3f66fd79476d42f60616 +hidev dev-0.6.1-ae09f81 2018-05-15 11:40:01 +0000 ae09f816faf265a8b00b137d80f29224a6e321d0