Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 902 Bytes

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 902 Bytes

Kugel Changelog

Breaking

Other changes

Breaking

  • Updated codebase to Swift 3.0

Breaking

  • Removed Kugel.unsubscribeAll(), Kugel.unsubscribeToken(). Use Kugel.unsubscribe() instead.
  • Removed KugelToken (which was an alias of NSObjectProtocol)

Other changes

  • Added ability to publish a notification with userInfo but no object. #2
  • Added ability to subscribe to a notification with a specific object. #2

Initial public release.