All Versions
14
Latest Version
Avg Release Cycle
156 days
Latest Release
1203 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.0
December 07, 2019 -
v3.0.1 Changes
December 12, 2018- #27 (@neomilium)
- Implement reconnect
- Fix issue with subscribing only working on initial connection
- Additional Tests
- Drop support for Ruby 2.2
- #27 (@neomilium)
-
v2.0.2 Changes
November 29, 2017 -
v2.0.1 Changes
September 11, 2017 -
v2.0 Changes
General
- #18 Added the ability to reconnect (@NullVoxPopuli)
- #19 Allow for additional params via the identifier (@mcary, @NullVoxPopuli)
- ๐ Support ruby-2.4.x
- #20 Change underlying websocket gem to websocket-eventmachine-client
- enables SSL
- allows header usage on handshake
๐ฅ Breaking
- #19 Removed queued_send in initializer - this allows for a action_cable_client to be simpler, and stay an true to real-time communication as possible -- also it wasn't being used. (@NullVoxPopuli)
- โฌ๏ธ Drop Support for ruby-2.2.x
-
v1.3.4 Changes
September 07, 2016- #7 Avoid crashing on empty JSON data (@MikeAski)
-
v1.3.3
August 15, 2016 -
v1.3.2 Changes
May 14, 2016- Getting disconnected from the server will now set the result of subscribed? to false (@NullVoxPopuli)
-
v1.3.0 Changes
- subscribed now is a callback instead of a boolean (@NullVoxPopuli)
- subscribed? tells whether or not the client is subscribed to the channel (@NullVoxPopuli)
- โ added subscribed callback which signifies when the client can start sending messages on the channel (@NullVoxPopuli)
-
v1.2.4 Changes
April 29, 2016- #3 Support Ruby 2.2.2 (@NullVoxPopuli)