v1.5.0
- Add
clearSubscriptions
method that clears all subscriptions - Add option to unsubscribe all subscriptions for a topic, via
PubSub.unsubscribe('mytopic');
- #64 makes it possible to build the jQuery version without ruby dependency
- Fixes issues #49 and #51, by using commonjsStrict from UMD