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

Releases: zendframework/zend-config-aggregator

zend-config-aggregator 1.2.0

27 Dec 22:58
1.2.0
Compare
Choose a tag to compare

Added

  • #23 adds the ability to specify the file mode for the generated cache file, when generating a cache file. The mode can be provided via the Zend\ConfigAggregator\ConfigAggregator::CACHE_FILEMODE configuration option. Modes should be expressed as octal values (e.g., 0600).

  • #21 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-config-aggregator 1.1.1

04 Apr 20:39
Compare
Choose a tag to compare

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-config-aggregator 1.1.0

26 Feb 16:48
Compare
Choose a tag to compare

Added

  • #12 adds post-processing capabilities. Post processors are PHP callables (or class names of classes that define __invoke()) that accept the configuration array, and return a processed configuration array. Like providers, they are provided as an array of values when defining the ConfigAggregator instance, and passed as the third constructor argument. One use case is to re-use values by referencing another configuration key, ala the Symfony DI ParameterBag.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-config-aggregator 1.0.1

06 Nov 14:57
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #14 fixes how file globbing of configuration files works on FreeBSD and IBM i Series systems. It does so by adding a dependency on zend-stdlib, which provides a glob compatibility layer.

zend-config-aggregator 1.0.0

24 Apr 21:22
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-config-aggregator 0.2.1

23 Apr 11:19
0.2.1
Compare
Choose a tag to compare

Added

  • #3 added zend-config ^3.0 support

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-config-aggregator 0.2.0

11 Jan 14:10
Compare
Choose a tag to compare

Added

  • #2 adds a new ArrayProvider, which accepts an array to its constructor, and returns it when invoked. This can be used to provide in-line array configuration when feeding the ConfigAggregator instance.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-config-aggregator 0.1.0

08 Dec 22:15
Compare
Choose a tag to compare

Initial release.

Based on the 0.4.0 version of mtymek/expressive-config-manager, this version renames the namespace from Zend\Expressive\ConfigManager to Zend\ConfigAggregator, and renames the ConfigManager class to ConfigAggregator. All other functionality remains the same.