Releases: trixtateam/phoenix-to-redux
Releases · trixtateam/phoenix-to-redux
v1.2.0
What's Changed
- feat: ability to pass socket options by @jacqueswho in #44
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- fix: missing import leaveEventsForPhoenixChannel by @jacqueswho in #45
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
- feat: pass additionalData for joining a channel by @jacqueswho in #41
Full Changelog: v1.0.2...v1.1.0
v1.0.2
⚠️ Breaking Change
- socket service connect function no longer returns the socket. initialize needs to be called first which returns the socket
What's Changed
- fix: change socket service to initialize first then connect by @jacqueswho in #38
- fix: socket connect callback race conditions by @jacqueswho in #39
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- ci: improvements to ci by @jacqueswho in #33
- fix: include events on join of channel by @jacqueswho in #34
Full Changelog: v1.0.0...v1.0.1
v4.0.7-beta.0
🐛 Bug Fix
- removed module reference from package.json
What's Changed
- build(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #19
- build(deps): bump tar from 4.4.13 to 4.4.19 by @dependabot in #17
- build(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #16
- build(deps): bump browserslist from 4.14.0 to 4.19.1 by @dependabot in #21
- build(deps): bump ws from 7.4.3 to 7.5.6 by @dependabot in #22
- build(deps): bump immer from 8.0.4 to 9.0.6 by @dependabot in #18
- build(deps): bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #26
- build(deps): bump semver-regex from 3.1.2 to 3.1.3 by @dependabot in #25
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #23
- refactor: refactored socket service, renamed selectors by @jacqueswho in #27
- Remove reference to module in package.json by @jeffjenk in #31
New Contributors
Full Changelog: v3.5.1-beta.0...v4.0.7-beta.0
v4.0.6-beta.0
⚠️ Breaking Change
- selectors have been renamed from makeSelect to select
- introduced socket service
What's Changed
- build(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #19
- build(deps): bump tar from 4.4.13 to 4.4.19 by @dependabot in #17
- build(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #16
- build(deps): bump browserslist from 4.14.0 to 4.19.1 by @dependabot in #21
- build(deps): bump ws from 7.4.3 to 7.5.6 by @dependabot in #22
- build(deps): bump immer from 8.0.4 to 9.0.6 by @dependabot in #18
- build(deps): bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #26
- build(deps): bump semver-regex from 3.1.2 to 3.1.3 by @dependabot in #25
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #23
- refactor: refactored socket service, renamed selectors by @jacqueswho in #27
Full Changelog: v3.5.1-beta.0...v4.0.6-beta.0
v3.5.1-beta.0
🐛 Bug Fix
- removed disconnecting of socket on error. Instead up to user to handle socket error
v3.5.0-beta.0
⚠️ Possible Breaking Change
- additionalData parameter for pushToPhoenixChannel method is no longer on response.data but separated to response.additionalData. Make sure you change to look for your additionalData on the response and not in the response.data.