Releases · mroderick/PubSubJS
HousekeepingThis release removes the jQuery plugin from the repository, but doesn't make ANY changes to the API of the library, and has therefore not become a MAJOR
release.
The motivation for the housekeeping was to make it easier for contributors to get their pull requests merged, by not having to battle obsoleted dependencies (buster
, jslint
, phantomjs
).
pubsub-js@1.5.7
mocha
jslint
version (could not install on Travis anymore) with latest eslint
This release has a minor bug fix to unsubscribing hierarchies.
From #97
PubSub.subscribe('a', myFunc1); PubSub.subscribe('a.b', myFunc2); PubSub.subscribe('a.b.c', myFunc3); PubSub.unsubscribe('a.b'); // no further notications for 'a.b' and 'a.b.c' topics // notifications for 'a' will still get published
Thanks to @jbutz for the investigation and the fix
v1.5.2 v1.5.1Fixes an issue with immediateExceptions not working with namespaces #75
v1.5.0clearSubscriptions
method that clears all subscriptionsPubSub.unsubscribe('mytopic');
This release fixes a bug where more specific topic subscribers (rabbit.jumped
) would not get notified if a top level subscriber (rabbit
) didn't exist.
Since PubSubJS is now available through both npm and bower, it's easy enough to programmatically determine which version you have, so I've removed the version
and name
properties from the PubSub
object.
Fixes #26
This release is recommended for everyone
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4