This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Tags: zendframework/zend-mvc-console
Tags
zend-mvc-console 1.2.0 Added ----- - [#24](#24) adds support for PHP 7.1 and 7.2. Changed ------- - Nothing. Deprecated ---------- - Nothing. Removed ------- - [#24](#24) removes support for HHVM. Fixed ----- - [#21](#21) adds a missing import statement for `Zend\Router\RouteMatch` to the `ConsoleViewHelperManagerDelegatorFactory` class.
zend-mvc-console 1.1.11 Added ----- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - [#11](#11) ups the minimum supported zend-mvc version to 3.0.3, to ensure that the `SendResponseListenerFactory` is present, fixing an issue with console output. - [#15](#15) promotes `Zend\Mvc\Console\View\ViewManager::getView()` to public visibility, matching the API of `Zend\Mvc\View\Http\ViewManager`.
zend-mvc-console 1.1.8 Added ----- - Nothing. Deprecated ---------- - The `ConsoleApplicationDelegatorFactory` is deprecated in favor of the `ViewManagerDelegatorFactory`, as the former does not work correctly in unit test situations, and the latter works correctly for both testing and in production usage. Removed ------- - Nothing. Fixed ----- - Re-maps the `ConsoleRouterDelegatorFactory` to `Zend\Router\RouteStackInterface` instead of `Router`, as the former is what zend-router now defines as the canonical service name; this change ensures the delegator factory intercepts correctly.
zend-mvc-console 1.1.7 Added ----- - Adds `Zend\Mvc\Console\Service\ViewManagerDelegatorFactory`, which listens for the `ViewManager` service and, if in a console environment, returns the `ConsoleViewManager` service instead. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - Nothing.
zend-mvc-console 1.1.6 Added ----- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - Updates the `ConfigProvider::getDependencyConfig()` to add aliases for `console` and `Console`, targeting the `ConsoleAdapter` service. These were used internally, and were previously missing definitions.
zend-mvc-console 1.1.5 Added ----- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - Updates the `ConfigProvider::getDependencyConfig()` to remove the delegator entry for `ControllerPluginManager`, as the referenced delegator does not exist (it was never created, as plugins can be provided via configuration).
zend-mvc-console 1.1.4 Added ----- - Nothing. Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - Updates the `ConfigProvider::getDependencyConfig()` to rename the key `delegator_factories` to `delegators` (as the latter is the key the service manager looks for).
PreviousNext