Listenable v0.9.2 Release Notes

Release Date: 2017-01-29 // about 7 years ago
  • ➕ Added prioritised exclusive enumeration.

    ➕ Added

    • ⚡️ priorities parameter to updateListeners to allow for exclusive updating of a specified range of listener priorities. (#10)
    • ⚡️ Convenience function updateListeners(withPriority: ListenerPriority, ...) to Listenable. This allows for a specific ListenerPriority to be exclusively enumerated. (#10)
    • isListener(...) function to Listenable; returns a boolean as to whether an object is a registered listener. (#14)