Changelog
4.0.0 (2016-12-01)
New major version released due to breaking changes.
[CHANGED] rename bind_all to bind_global
[NEW] unbind_global to remove global bindings
[CHANGED] unbind_all now removes global bindings as well as event specific
[NEW] expose context to pusher level bindings
Changelog
3.2.4 (2016-10-29)
[FIXED] Subscriptions are reinstated correctly after a disconnection and reconnection. Regression introduced in 3.2.3.
Changelog
3.2.2 (2016-10-03)
[FIXED] Fix unsubscribe behaviour while subscription is pending (thanks to @hot-leaf-juice).
Changelog
3.2.1 (2016-08-02)
[FIXED] Removes instances of evalling for global scope in timers module.
Changelog
3.2.0 (2016-08-01)
[FIXED] CSP Issue with 3.1 in Chrome extension background context. #168
[FIXED] Stringifying circular JSON structures for React Native. #182
[NEW] Add a new global unbind method.
[INTERNAL] Uses webpack define plugin to specify the global for each runtime.
Changelog
3.1.0 (2016-05-08)
[NEW] New builds for ReactNative, NodeJS and Web Workers. The first two are available on NPM. The last is available as a download.
[FIXED] The library no longer swallows connected exceptions. (#105)
[FIXED] Callback removal issues in Safari 9 (#125 #129)
[CHANGED] Monkey-patching the DependencyLoader when self-hosting no longer supported. New steps in README.
[CHANGED] HTTP fallbacks are now included as part of the main file and are not therefore dynamically loaded.
[INTERNAL] Ported to TypeScript.
[INTERNAL] The library is split into a core directory and a runtimes directory to make a separation between platform-independent and platform-specific code.
[INTERNAL] Uses Webpack as a bundler.
[INTERNAL] Testing suites for NodeJS and workers.
[INTERNAL] TravisCI + Browserstack setup.
[INTERNAL] NodeJS and ReactNative builds use XMLHttpRequest polyfills for authorization and session timelines. Workers use the fetch
API.