This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Releases: zendframework/zend-mvc-console
Releases · zendframework/zend-mvc-console
zend-mvc-console 1.2.0
zend-mvc-console 1.1.11
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
zend-mvc-console 1.1.10
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #8 marks zend-mvc versions less than 3.0.0 as conflicts.
zend-mvc-console 1.1.9
Added
- #7 adds support for handling any PHP 7
Throwable
, not justException
s, within theRouteNotFoundStrategy
andExceptionStrategy
.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-mvc-console 1.1.8
Added
- Nothing.
Deprecated
- The
ConsoleApplicationDelegatorFactory
is deprecated in favor of theViewManagerDelegatorFactory
, 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
toZend\Router\RouteStackInterface
instead ofRouter
, 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 theViewManager
service and, if in a console environment, returns theConsoleViewManager
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 forconsole
andConsole
, targeting theConsoleAdapter
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 forControllerPluginManager
, 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 keydelegator_factories
todelegators
(as the latter is the key the service manager looks for).
zend-mvc-console 1.1.3
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Updates the zend-mvc constraint to allow using either current development versions of zend-mvc, or stable 3.0 releases once available.