Skip to content

Releases: yiisoft/config

Version 1.5.0

25 Dec 17:13
1.5.0
8cd32f0
Compare
Choose a tag to compare
  • New #155: Add ability to specify recursion depth for recursive modifier (@vjik)
  • Enh #157: Remove unnecessary code in PackagesListBuilder (@vjik)
  • Bug #153: Do not throw "Duplicate key…" exception when using nested groups (@vjik)
  • Bug #163: References to another configs use reverse and recursive modifiers of root group now (@vjik)

Version 1.4.0

17 Nov 12:00
1.4.0
c41c37f
Compare
Choose a tag to compare
  • Enh #152: Add plugin option "package-types" that define package types for process, by default "library" and
    "composer-plugin" (@vjik)

Version 1.3.1

17 Nov 07:49
1.3.1
a236b11
Compare
Choose a tag to compare
  • Bug #145: Use composer library and plugins only, instead of any packages before (@vjik)
  • Bug #150: Empty configuration groups from packages were not added to merge plan (@vjik)

Version 1.3.0

11 Feb 07:49
1.3.0
da4762e
Compare
Choose a tag to compare
  • Enh #131: Add ability to use Config without params (@vjik)

Version 1.2.0

08 Feb 17:50
1.2.0
8cc9c42
Compare
Choose a tag to compare
  • Enh #119: Improve performance of collecting data for ReverseMerge and RecursiveMerge (@samdark)
  • Enh #122: Raise minimal PHP version to 8.0 (@vjik, @xepozz)
  • Enh #130: Add ability to change merge plan file path (@vjik)