Releases: pusher/pusher-websocket-react-native
Releases · pusher/pusher-websocket-react-native
v1.3.1
v1.3.0
v1.2.3
v1.2.2
v1.2.1
1.2.1
- [FIXED] Fixed event name conflicts with other libs using RCTDeviceEventEmitter
v1.2.0
1.2.0
- [CHANGED] Remove mutex locks in favor of storing callbacks so onAuthorizer does no longer freeze the app on iOS
v1.1.1
1.1.1
- [CHANGED] Allow re-init of the Pusher singleton.
- [CHANGED] Update dependencies
v1.1.0
1.1.0
- [CHANGED] Add support for the new subscription_count event
- [CHANGED] Using latest pusher-websocket-java and pusher-websocket-swift
v1.0.2
1.0.2
- [CHANGED] Use latest pusher websocket java sdk.
- [ADDED] Example to use a custom authorizer.
v1.0.1
1.0.1
- [ADDED] Add onAuthorizer support to iOS