- Updated codebase to Swift 3.0
- Removed
Kugel.unsubscribeAll()
,Kugel.unsubscribeToken()
. UseKugel.unsubscribe()
instead. - Removed
KugelToken
(which was an alias ofNSObjectProtocol
)
- Added ability to publish a notification with
userInfo
but noobject
. #2 - Added ability to subscribe to a notification with a specific
object
. #2
Initial public release.