5.1.0
- The
NotificationListener
class now takes aNotification
instead of anNSDictionary
. - A
NotificationListener
without a target will now receive everyNotification
with its name, regardless of the value ofnotif.object
.
NotificationListener
class now takes a Notification
instead of an NSDictionary
.NotificationListener
without a target will now receive every Notification
with its name, regardless of the value of notif.object
.