v1.4.0
Backward incompatible changes
- Renamed
Events
asEventCollection
. - Refactored patchable helper as EventCollection::set_instance_provider().
- Moved ICanBoogie bindings to
icanboogie/bind-event
.
New features
- Added
EventCollection::attach_to()
. - Added
EventCollection::attach()
now supports invokable objects. - Added
EventReflection
. - Added
EventHookReflection
.
Other changes
- The
Event
class is now using the accessor trait provided byicanboogie/accessor
.