Skip to content

Releases: vitaly-t/sub-events

0.8.3

31 Aug 03:39
Compare
Choose a tag to compare

Updating DEV dependencies + documentation.

0.8.2

11 Aug 17:54
Compare
Choose a tag to compare

Documentation updates only.

0.8.1

10 Aug 12:35
Compare
Choose a tag to compare

Removed extras module from distribution. It all moved into examples folder that's not distributed.

This was a long time coming, till some new examples started creating trouble for the distribution. Now examples are all separate, not mixed up with the core library anymore.

0.7.3

10 Aug 00:12
Compare
Choose a tag to compare

Adding fromEmitter + fromSharedEmitter examples to the list of extras.

0.7.2

09 Aug 16:55
Compare
Choose a tag to compare
  • Added type safeguards to events onSubscribe and onCancel, to have no access to internal structure.
  • Removed GreenKeeper integration, as it was just overzealous, piling up needless extra commits.
  • Updated documentation.
  • DEV dependency updates.

0.7.1

07 Aug 13:41
Compare
Choose a tag to compare

Updates in documentation + DEV dependencies.

0.7.0

06 Aug 12:21
Compare
Choose a tag to compare

Named Subscriptions

This release adds optional names to subscriptions, to help diagnosing subscription leaks:

Added new WiKi page - Diagnostics.

0.6.0

05 Aug 22:27
Compare
Choose a tag to compare

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.

0.5.5

05 Aug 16:27
Compare
Choose a tag to compare

Documentation updates only.

0.5.4

05 Aug 09:38
Compare
Choose a tag to compare

Documentation updates only.