Skip to content

Latest commit

 

History

History
555 lines (299 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

555 lines (299 loc) · 13.1 KB

Changelog

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

1.17.0 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.16.0 - 2024-11-11


Release Notes for 1.16.0

Feature release (minor)

1.16.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3

Enhancement

renovate

1.15.0 - 2024-05-12


Release Notes for 1.15.0

Feature release (minor)

1.15.0

  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 3

Enhancement

Duplicate,renovate

renovate

1.14.0 - 2023-09-19


Release Notes for 1.14.0

Feature release (minor)

1.14.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 2

Enhancement

renovate

1.13.0 - 2022-12-03


Release Notes for 1.13.0

Feature release (minor)

1.13.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

renovate

Enhancement

1.12.0 - 2022-11-22


Release Notes for 1.12.0

Feature release (minor)

1.12.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Documentation,Enhancement

1.11.0 - 2022-10-11


Release Notes for 1.11.0

Feature release (minor)

1.11.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

1.10.0 - 2022-10-11


Release Notes for 1.10.0

Feature release (minor)

1.10.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

1.9.0 - 2022-09-15


Release Notes for 1.9.0

Feature release (minor)

1.9.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

1.8.0 - 2022-07-24


Release Notes for 1.8.0

Feature release (minor)

1.8.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3

Enhancement

renovate

1.7.0 - 2021-10-26


Release Notes for 1.7.0

Feature release (minor)

1.7.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

Enhancement,hacktoberfest-accepted

Enhancement

1.6.0 - 2021-09-15

Changed

  • Laminas\ConfigAggregator\ConfigAggregator now accepts any iterable type for $providers constructor argument.

Release Notes for 1.6.0

Feature release (minor)

1.6.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

1.5.0 - 2021-03-16


Release Notes for 1.5.0

1.5.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

Enhancement

1.4.0 - 2020-11-18

Added

  • #10 Adds PHP 8.0 support

Release Notes for 1.4.0

1.4.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

1.3.0 - 2020-07-08

Added

  • #7 adds support for caching closures when caching configuration.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #7 removes support for PHP versions prior to 7.2.

Fixed

  • Nothing.

1.2.2 - 2020-03-29

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed replace version constraint in composer.json so repository can be used as replacement of zendframework/zend-config-aggregator:^1.2.0.

1.2.1 - 2020-03-21

Added

  • #5 adds support for PHP 7.4.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

1.2.0 - 2019-12-27

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.1.1 - 2018-04-04

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.1.0 - 2018-02-26

Added

  • zendframework/zend-config-aggregator#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.

1.0.1 - 2017-11-06

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

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

1.0.0 - 2017-04-24

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.2.1 - 2017-04-23

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.2.0 - 2017-01-11

Added

  • zendframework/zend-config-aggregator#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.

0.1.0 - 2016-12-08

Initial release.

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