Releases: yiisoft/config
Releases · yiisoft/config
Version 1.6.0
- 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
andProcessHelper
(@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
- 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)