All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #32 adds support for PHP 7.2.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #29 reverts the changes from 1.3.1, as we discovered they were backwards-incompatible with how zf-apigility-admin utilizes the component. We will re-introduce them for a new major release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #25 changes the
behavior of
ConfigResource::patchKey()
to do what it is advertised to do: merge incoming configuration. Previously, it was overwriting configuration, which could in some extreme instances lead to lost configuration. The behavior is now correct.
- Nothing.
- Nothing.
- Nothing.
-
#22 adds support for zend-config v3 releases.
-
#23 adds support for PHP 7.1 and the upcoming 7.2 release.
- Nothing.
- #23 removes support for HHVM.
- Nothing.
- #19 adds the ability
to enable usage of
::class
notation in generated configuration via a configuration setting,zf-configuration.class_name_scalars
.
- Nothing.
- Nothing.
- #19 fixes a syntax
error in the
ConfigResourceFactory
.
- #17 adds support for v3 releases of Zend Framework components, while retaining compatibility with v2 releases.
- #17 extracts all
factories previously defined inline in the
Module
class into their own classes:ZF\Configuration\ConfigResourceFactory
ZF\Configuration\ConfigWriterFactory
ZF\Configuration\ModuleUtilsFactory
ZF\Configuration\ResourceFactoryFactory
- Nothing.
- #17 removes support for PHP 5.5.
- Nothing.