This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zfcampus/zf-configuration
Releases · zfcampus/zf-configuration
zf-configuration 1.3.3
Added
- #32 adds support for PHP 7.2.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zf-configuration 1.3.2
Added
- Nothing.
Changed
- #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.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zf-configuration 1.3.1
Added
- Nothing.
Changed
- #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.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zf-configuration 1.3.0
zf-configuration 1.2.1
zf-configuration 1.2.0
Added
- #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
Deprecated
- Nothing.
Removed
- #17 removes support for PHP 5.5.
Fixed
- Nothing.