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

Latest commit

 

History

History
169 lines (96 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

169 lines (96 loc) · 2.83 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

1.3.4 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.3.3 - 2018-05-07

Added

  • #32 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.3.2 - 2017-11-14

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.

1.3.1 - 2017-11-01

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.

1.3.0 - 2017-08-24

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.

1.2.1 - 2016-08-13

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.

1.2.0 - 2016-07-13

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.