Skip to content

v1.1.0

Compare
Choose a tag to compare
@mario-deluna mario-deluna released this 11 Apr 16:33
· 89 commits to master since this release

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')