ClanCats Container v1.1.0 Release Notes

Release Date: 2018-04-11 // almost 6 years ago
  • ๐Ÿ”‹ 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')