tag:github.com,2008:https://github.com/zendframework/zend-mvc-console/releases Tags from zend-mvc-console 2018-04-30T19:10:41Z tag:github.com,2008:Repository/54512700/1.2.0 2018-04-30T19:10:54Z zend-mvc-console 1.2.0 <p>zend-mvc-console 1.2.0</p> <p>Added <br />-----</p> <p>- [<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/24">#24</a>](<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/24">#24</a>) adds support for PHP 7.1 and 7.2.</p> <p>Changed <br />-------</p> <p>- Nothing.</p> <p>Deprecated <br />----------</p> <p>- Nothing.</p> <p>Removed <br />-------</p> <p>- [<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/24">#24</a>](<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/24">#24</a>) removes support for HHVM.</p> <p>Fixed <br />-----</p> <p>- [<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/21">#21</a>](<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/21">#21</a>) adds a missing import statement for `Zend\Router\RouteMatch` to the <br /> `ConsoleViewHelperManagerDelegatorFactory` class.</p> weierophinney tag:github.com,2008:Repository/54512700/1.1.11 2016-08-29T19:11:56Z zend-mvc-console 1.1.11 <p>zend-mvc-console 1.1.11</p> <p>Added <br />-----</p> <p>- Nothing.</p> <p>Deprecated <br />----------</p> <p>- Nothing.</p> <p>Removed <br />-------</p> <p>- Nothing.</p> <p>Fixed <br />-----</p> <p>- [<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/11">#11</a>](<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/11">#11</a>) ups the <br /> minimum supported zend-mvc version to 3.0.3, to ensure that the <br /> `SendResponseListenerFactory` is present, fixing an issue with console output. <br />- [<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/15">#15</a>](<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/15">#15</a>) promotes <br /> `Zend\Mvc\Console\View\ViewManager::getView()` to public visibility, <br /> matching the API of `Zend\Mvc\View\Http\ViewManager`.</p> weierophinney tag:github.com,2008:Repository/54512700/1.1.10 2016-05-31T20:53:48Z zend-mvc-console 1.1.10 <p>zend-mvc-console 1.1.10</p> <p>Added <br />-----</p> <p>- Nothing.</p> <p>Deprecated <br />----------</p> <p>- Nothing.</p> <p>Removed <br />-------</p> <p>- Nothing.</p> <p>Fixed <br />-----</p> <p>- [<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/8">#8</a>](<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/8">#8</a>) marks zend-mvc <br /> versions less than 3.0.0 as conflicts.</p> weierophinney tag:github.com,2008:Repository/54512700/1.1.9 2016-05-31T19:21:22Z zend-mvc-console 1.1.9 <p>zend-mvc-console 1.1.9</p> <p>Added <br />-----</p> <p>- [<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/7">#7</a>](<a class="issue-link js-issue-link" href="https://github.com/zendframework/zend-mvc-console/pull/7">#7</a>) adds support <br /> for handling any PHP 7 `Throwable`, not just `Exception`s, within the <br /> `RouteNotFoundStrategy` and `ExceptionStrategy`.</p> <p>Deprecated <br />----------</p> <p>- Nothing.</p> <p>Removed <br />-------</p> <p>- Nothing.</p> <p>Fixed <br />-----</p> <p>- Nothing.</p> weierophinney tag:github.com,2008:Repository/54512700/1.1.8 2016-05-31T19:23:52Z zend-mvc-console 1.1.8 <p>zend-mvc-console 1.1.8</p> <p>Added <br />-----</p> <p>- Nothing.</p> <p>Deprecated <br />----------</p> <p>- The `ConsoleApplicationDelegatorFactory` is deprecated in favor of the <br /> `ViewManagerDelegatorFactory`, as the former does not work correctly in unit <br /> test situations, and the latter works correctly for both testing and in <br /> production usage.</p> <p>Removed <br />-------</p> <p>- Nothing.</p> <p>Fixed <br />-----</p> <p>- Re-maps the `ConsoleRouterDelegatorFactory` to <br /> `Zend\Router\RouteStackInterface` instead of `Router`, as the former is what <br /> zend-router now defines as the canonical service name; this change ensures the <br /> delegator factory intercepts correctly.</p> weierophinney tag:github.com,2008:Repository/54512700/1.1.7 2016-05-31T19:23:21Z zend-mvc-console 1.1.7 <p>zend-mvc-console 1.1.7</p> <p>Added <br />-----</p> <p>- Adds `Zend\Mvc\Console\Service\ViewManagerDelegatorFactory`, which listens for <br /> the `ViewManager` service and, if in a console environment, returns the <br /> `ConsoleViewManager` service instead.</p> <p>Deprecated <br />----------</p> <p>- Nothing.</p> <p>Removed <br />-------</p> <p>- Nothing.</p> <p>Fixed <br />-----</p> <p>- Nothing.</p> weierophinney tag:github.com,2008:Repository/54512700/1.1.6 2016-05-31T19:22:51Z zend-mvc-console 1.1.6 <p>zend-mvc-console 1.1.6</p> <p>Added <br />-----</p> <p>- Nothing.</p> <p>Deprecated <br />----------</p> <p>- Nothing.</p> <p>Removed <br />-------</p> <p>- Nothing.</p> <p>Fixed <br />-----</p> <p>- Updates the `ConfigProvider::getDependencyConfig()` to add aliases for <br /> `console` and `Console`, targeting the `ConsoleAdapter` service. These were <br /> used internally, and were previously missing definitions.</p> weierophinney tag:github.com,2008:Repository/54512700/1.1.5 2016-05-31T19:22:22Z zend-mvc-console 1.1.5 <p>zend-mvc-console 1.1.5</p> <p>Added <br />-----</p> <p>- Nothing.</p> <p>Deprecated <br />----------</p> <p>- Nothing.</p> <p>Removed <br />-------</p> <p>- Nothing.</p> <p>Fixed <br />-----</p> <p>- Updates the `ConfigProvider::getDependencyConfig()` to remove the delegator <br /> entry for `ControllerPluginManager`, as the referenced delegator does not <br /> exist (it was never created, as plugins can be provided via configuration).</p> weierophinney tag:github.com,2008:Repository/54512700/1.1.4 2016-05-31T19:21:58Z zend-mvc-console 1.1.4 <p>zend-mvc-console 1.1.4</p> <p>Added <br />-----</p> <p>- Nothing.</p> <p>Deprecated <br />----------</p> <p>- Nothing.</p> <p>Removed <br />-------</p> <p>- Nothing.</p> <p>Fixed <br />-----</p> <p>- Updates the `ConfigProvider::getDependencyConfig()` to rename the key <br /> `delegator_factories` to `delegators` (as the latter is the key the service <br /> manager looks for).</p> weierophinney tag:github.com,2008:Repository/54512700/1.1.3 2016-05-24T14:22:47Z zend-mvc-console 1.1.3 <p>zend-mvc-console 1.1.3</p> <p>Added <br />-----</p> <p>- Nothing.</p> <p>Deprecated <br />----------</p> <p>- Nothing.</p> <p>Removed <br />-------</p> <p>- Nothing.</p> <p>Fixed <br />-----</p> <p>- Updates the zend-mvc constraint to allow using either current development <br /> versions of zend-mvc, or stable 3.0 releases once available.</p> weierophinney