Skip to content

Releases: pusher/pusher-js

v4.0.0 (new major version!)

01 Dec 10:49
@hph hph
Compare
Choose a tag to compare

4.0.0 (2016-12-01)

New major version released due to breaking changes. For more information, see PR 202.

[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

v3.2.4

29 Nov 11:58
@hph hph
Compare
Choose a tag to compare

3.2.4 (2016-11-29)

[FIXED] Subscriptions are reinstated correctly after a disconnection and reconnection. Regression introduced in 3.2.3.

v3.2.3

22 Nov 14:38
@hph hph
Compare
Choose a tag to compare

3.2.3 (2016-10-22)

[NEW] Cancelled subscriptions are now re-instated on subsequent subscribe calls, allowing arbitrary chains of subscribe/unsubscribe calls, where the final method is always respected regardless of the timings. See PR 201 for details.

v3.2.2

03 Nov 16:18
@hph hph
Compare
Choose a tag to compare

3.2.2 (2016-10-03)

[FIXED] Fix unsubscribe behaviour while subscription is pending (thanks to @hot-leaf-juice).

v3.2.1

02 Aug 19:15
Compare
Choose a tag to compare

[FIXED] Removes instances of evalling for global scope in timers module.

v3.2.0

02 Aug 13:01
Compare
Choose a tag to compare

[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.

v3.1.0

11 May 09:24
Compare
Choose a tag to compare

[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.

2.2.4

16 Feb 11:31
@pl pl
Compare
Choose a tag to compare
[FIXED] Dependency loader not using HTTPS for encrypted connections on pages loaded via HTTP

2.2.3

10 Sep 12:21
@pl pl
Compare
Choose a tag to compare
[FIXED] Wrong encoding of HTTP heartbeats
[FIXED] Missing httpPath parameter for sockjs transport
[FIXED] Auth query strings no longer start with `&`

2.2.2

09 Jun 12:51
@pl pl
Compare
Choose a tag to compare
[CHANGED] Updated the HTTPS CDN URL to `https://js.pusher.com`