Releases: yiisoft/assets
Releases · yiisoft/assets
Version 5.0.0
- New #150: Add
AssetManager::getUrl()
method instead ofgetAssetUrl()
method that is marked as deprecated (@vjik) - Chg #132: Move
di-web
configuration todi
and allow to set publisher via parameters (@Gerych1984) - Enh #119, #129: Add debug collector for
yiisoft/yii-debug
(@xepozz, @vjik) - Enh #148: Raise the minimum PHP version to 8.1 and minor refactoring (@vjik)
- Enh #149: Improve
AssetBundle
properties' Psalm types (@vjik) - Bug #123:
AssetManager
load emptyAssetBundle
when register wrong namespace bundle (@terabytesoftw)
Version 4.0.0
Version 3.0.0
- Enh #101: Refactoring with PHP 8 features usage (@xepozz, @vjik)
- Enh #113: Add
Yiisoft\Assets\AssetManager::registerCustomized()
(@terabytesoftw)
Version 2.1.0
- Chg #91: Change path hash logic to
filemtime + filecount
(@Gerych1984) - Chg #94: Raise the minimum PHP version to 8.0 (@Gerych1984)
Version 2.0.1
- Enh #96: Add support for
2.0
,3.0
versions ofpsr/log
(rustamwin)