Releases: ClanCats/Container
Releases · ClanCats/Container
v1.1.2
- Minor fixes
- PHPUnit 9 compatibility
- added
allParameters
method.
v1.1.1
Fixes
- PHP 7.3 preg_match fix
v1.1.0
Features
This release brings container meta data support. In plain PHP and for the container language.
You are now able to assign meta data to a service as follows:
@my.event_listener: App\EventListener\Thing
= on: 'something', call: 'handleTheThing'
Fixes
Methods stacking has been fixed. You can now stack multiple calls to the same method together.
@my.registry: App\Registry
- add('james')
- add('John')
🎉 We can work with this version.
v1.0.0 typo