Releases: vitaly-t/sub-events
Releases · vitaly-t/sub-events
0.8.3
0.8.2
0.8.1
0.7.3
0.7.2
0.7.1
0.7.0
Named Subscriptions
This release adds optional names to subscriptions, to help diagnosing subscription leaks:
- Option
name
now can be passed into method subscribe - Method getStat added, to pull all available statistics
- Property
name
added to class Subscription - Property
name
added to ISubContext
Added new WiKi page - Diagnostics.
0.6.0
The value of maxSubs set inside SubEvent constructor is now exposed as a read-only property on the class.
This was done so if you are monitoring subscriptions via onCount, you might want to compare the number of subscribers to maxSubs, to detect when the quota has been reached. This will help counter memory leaks.