You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v.1.1.0 contd
* js/php/py: fix pipeline loop both for sync and async processing
* js: enable UMD to load as es6 module as well via self instead of this as global root
v.1.0.0
* make `evt.data` be the passed data itself instead of being an instance of `PublishSubscribeData` and then `data` field, i.e avoid having to reference `evt.data.data`, instead reference `evt.data` directly
* make private methods -> protected (php)
* update tests