- New #380: Add
TagReference::id()
method (@vjik)
- Enh #353: Add shortcut for tag reference #333 (@xepozz)
- Enh #356: Improve usage
NotFoundException
for cases with definitions (@vjik) - Enh #364: Minor refactoring to improve performance of container (@samdark)
- Enh #375: Raise minimum PHP version to
^8.1
and refactor code (@vjik) - Enh #376: Add default value
true
for parameter ofContainerConfig::withStrictMode()
andContainerConfig::withValidate()
methods (@vjik)
- Chg #316: Fix exception messages (@xepozz)
- Bug #317: Fix delegated container (@xepozz)
- Chg #310: Adopt to
yiisoft/definition
version^3.0
(@vjik) - Enh #308: Raise minimum PHP version to
^8.0
and refactor code (@xepozz, @vjik)
- Chg #263: Raise minimal required version of
psr/container
to^1.1|^2.0
(@xepozz, @vjik)
- Enh #302: Improve performance collecting tags (samdark)
- Enh #303: Add support for
yiisoft/definitions
version^2.0
(@vjik)
- Bug #297: Fix method name
TagHelper::extractTagFromAlias
(@rustamwin)
- Bug #293: Fix
ExtensibleService
normalization bug (@yiiliveext)
- Initial release.