Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Releases: zfcampus/zf-configuration

zf-configuration 1.3.3

07 May 17:40
Compare
Choose a tag to compare

Added

  • #32 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zf-configuration 1.3.2

14 Nov 23:09
Compare
Choose a tag to compare

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

01 Nov 19:12
Compare
Choose a tag to compare

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

24 Aug 14:14
Compare
Choose a tag to compare

Added

  • #22 adds support for zend-config v3 releases.

  • #23 adds support for PHP 7.1 and the upcoming 7.2 release.

Deprecated

  • Nothing.

Removed

  • #23 removes support for HHVM.

Fixed

  • Nothing.

zf-configuration 1.2.1

13 Aug 15:19
Compare
Choose a tag to compare

Added

  • #19 adds the ability to enable usage of ::class notation in generated configuration via a configuration setting, zf-configuration.class_name_scalars.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #19 fixes a syntax error in the ConfigResourceFactory.

zf-configuration 1.2.0

13 Jul 21:00
Compare
Choose a tag to compare

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.