- no changes in this release.
- New #44: Add method
Aliases::getArray()
that bulk translates path aliases into actual paths (@vjik) - Chg #59: Adapt configuration group names to Yii conventions (@vjik)
- Chg #40: Remove magic
__set()
that was leading to weird side-effects (@samdark)
- Chg: Adjust config for yiisoft/factory changes (@vjik, @samdark)
- Chg: Adjust config for new config plugin (@samdark)
- Bug #35: Don't throw TypeError from method
getAll()
, when alias is nested (@Fantom409)
- Bug #28: Add
params
toconfig-plugin
section incomposer.json
(@vjik)
- Chg #26: Change Yii configuration
$params['aliases']
to$params['yiisoft/aliases']['aliases']
(@vjik)
- Enh: Don't error on config assembly in case aliases aren't set (@samdark)
- Enh: Add a config for composer-config-plugin (@xepozz)
- Enh: Allow installing on PHP 8 (@samdark)
- Initial release.