Releases: parable-php/di
Releases · parable-php/di
Parable DI 0.2.0
0.2.0
Bugfixes
clearRelationship()
had a bug where right-hand relationships weren't being cleared, leading to more class names being stored than necessary.
Changes
STORED_DEPENDENCIES
andNEW_DEPENDENCIES
are nowUSE_STORED_DEPENDENCIES
andUSE_NEW_DEPENDENCIES
, for clarity.
Parable DI 0.1.3
Parable PHP DI
0.1.3
Bugfixes:
- Calling
map()
will now also normalize the names provided. - Fixed type hint for
$maps
.
Parable DI 0.1.2
Parable PHP DI
0.1.2
Changes:
- Removed obsolete doc block annotations for params.
- Added dynamic return type config.
Parable DI 0.1.1
Parable PHP DI
0.1.1
Changes:
- Added
map(string $requested, string $replacement)
. This way, you can set replacement instantiating names beforehand, which only get resolved once the original name is retrieved.
Parable DI 0.1.0
Parable PHP DI
0.1.0
Changes:
- First release.