Skip to content

v1.4.0

Compare
Choose a tag to compare
@olvlvl olvlvl released this 30 Aug 11:53
· 44 commits to 6.0 since this release

Backward incompatible changes

  • Renamed Events as EventCollection.
  • 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 by icanboogie/accessor.