All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #77 adds support for PHP 7.3.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #67 adds support for PHP 7.2.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #40 fixes an
incorrect exception thrown from
Zend\Navigation\Page\Mvc
.
- Nothing.
- Nothing.
- Nothing.
- #38 fixes the
AbstractNavigationFactory
to allow either zend-router or zend-mvc v2RouteMatch
orRouteStackInterface
implementations when injecting pages with URIs.
- #33 adds support
for zend-mvc v3.0. Specifically, the
Mvc
page type now allows usage of eitherZend\Mvc\Router
orZend\Router
for URI generation.
- Nothing.
- Nothing.
- Nothing.
- #27 adds and publishes the documentation to https://zendframework.github.io/zend-navigation/
- Nothing.
- Nothing.
- #35 fixes errors
in the
ConfigProvider
that prevented its use.
- Nothing.
- Nothing.
- Nothing.
- This release removes the erroneous calls to
getViewHelperConfig()
in theConfigProvider
andModule
classes.
- #26 adds:
Zend\Navigation\View\ViewHelperManagerDelegatorFactory
, which decorates theViewHelperManager
service to configure it usingZend\Navigation\View\HelperConfig
.ConfigProvider
, which maps the default navigation factory and the navigation abstract factory, as well as the navigation view helper.Module
, which does the same as the above, but for zend-mvc applications.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #25 ups the minimum zend-view version to 2.6.5, to bring in a fix for a circular dependency issue in the navigation helpers.
- Nothing.
- Nothing.
- Nothing.