Skip to content

Releases: yiisoft/config

Version 1.6.0

05 Feb 10:48
1.6.0
44fce9e
Compare
Choose a tag to compare
  • New #173: Allow to use option "config-plugin-file" in packages (@vjik)
  • New #175: Add yii-config-info composer command (@vjik)
  • Chg #175: Raise minimum Composer version to 2.3 (@vjik)
  • Chg #187: Change PHP constraint in composer.json to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 (@vjik)
  • Enh #172, #173: Refactoring: extract config settings reader to separate class (@vjik)
  • Enh #175: Minor refactoring of internal classes Options and ProcessHelper (@vjik)
  • Enh #186: Raise the minimum PHP version to 8.1 and minor refactoring (@vjik)
  • Bug #186: Explicitly mark nullable parameters (@vjik)

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)