Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@oanhnn oanhnn released this 29 Jan 09:54
· 2 commits to master since this release

Version 0.3.0 - 2016-01-29

Changed

  • Changed interface DispatcherInterface to EventDispatcherInterface
  • Changed class Dispatcher to EventDispatcher
  • Renamed method Event::getName() to Event::getEventName()

Added

  • More test cases
  • Trait EventDispatcherAwareTrait
  • Interface EventSubscriberInteface
  • Method EventDispatherInterface::addSubscriber() and EventDispatherInterface::removeSubscriber()

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing