Releases: trixtateam/phoenix-to-redux
Releases · trixtateam/phoenix-to-redux
v3.4.0-beta.0
🚀 Features
- implemented leavePhoenixChannel function
v3.2.0-beta.0
🚀 Features
- dispatch channel presence diff on channel
v3.1.0-beta.0
🚀 Features
- option to log presence for joining channel
v3.0.0-beta.0
⚠️ Breaking Change
- getAnonymousPhoenixChannel method removed
- connectPhoenix method takes params object as paramater
🚀 Features
- connectPhoenix method takes params object
🖹 Docs
- connectPhoenix method change
- redux saga example updated
- react component example updated
v2.0.0-beta.2
🚀New Feature
- Included loadingStatusKey on error response
- Included additionalData on error response
v2.0.0-beta.0
🚀New Feature
- implemented immer
- removed local storage
- update socket from anonymous to authenticated
📑 Documentation
- documentation updated with examples
⚒️ Breaking Change
- local storage removed.
- immer required
v1.1.0-beta.3
🐛 Bug Fix
- fix for socket connection state
v1.1.0-beta.2
🚀New Feature
- updated phoenix to 1.5.4
- updated connecting to channel methods to allow for optional channel token
v1.0.0-beta.2
🚀New Feature
- include channelTopic on all responses
- allow to set domain on updatePhoenixLoginDetails function
- on socket disconnection give socket on response
v1.0.0-beta.0
First Beta Release