This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Releases: msaps/Listenable
Releases · msaps/Listenable
2.2.0
2.1.0
2.0.0
2.0.0 Beta 1
Swift 4 goodness!
Added
- Added Swift 4.0 support.
- New example playground to replace the example application.
1.0.0
0.9.2
Added prioritised exclusive enumeration.
Added
priorities
parameter toupdateListeners
to allow for exclusive updating of a specified range of listener priorities. (#10)- Convenience function
updateListeners(withPriority: ListenerPriority, ...)
toListenable
. This allows for a specificListenerPriority
to be exclusively enumerated. (#10) isListener(...)
function toListenable
; returns a boolean as to whether an object is a registered listener. (#14)