Skip to content

Releases: aleclarson/emitter-kit

5.2.0

14 Mar 21:43
Compare
Choose a tag to compare
  • feat: improved Carthage support
  • feat: add Event.getListeners method
  • deprecated: the Event.listenerCount property
  • fix: call listeners in the order they started listening
  • fix: Event<Void>.emit can be called without an argument again

5.1.0

04 Aug 14:08
Compare
Choose a tag to compare
  • The NotificationListener class now takes a Notification instead of an NSDictionary.
  • A NotificationListener without a target will now receive every Notification with its name, regardless of the value of notif.object.