1.3 2022-07-29 12:41:25-05:00 America/Chicago * Switch from rtm.start to rtm.connect. (HT: @afresh1) * Add keep-alive watchdog timer to keep the connection up. (HT: @afresh1) 1.1 2019-10-03 14:01:15-05:00 America/Chicago * Adding client options to constructor to allow options to be passed through to the underlying AnyEvent::WebSocket::Client connection. (HT: ibutorin) 1.0 2017-09-21 21:56:14-05:00 America/Chicago * Fixed a bug where errors weren't quieted when the quiet flag was set by the developer. * Fixed a bug where errors were always quieted because they weren't being detected correctly. * Removed the experimental notice from the docs. * Added a CAVEATS section to the docs. 0.161950 2016-07-13 12:56:03-05:00 America/Chicago * The on() method now allows multiple registrations with one call. * The off() method now allows multiple deregistraitons with one call. 0.160720 2016-03-11 23:08:09-06:00 America/Chicago * Adding better error handling for malformatted JSON in start and in handling incoming WebSocket messages. HT: robn 0.152750 2015-10-02 13:28:35CDT-0500 America/Chicago * Adding IO::Socket::SSL as a prereq. HT: shoichikaji 0.152660 2015-09-23 10:39:17CDT-0500 America/Chicago * Fixed the SYNOPSIS code. HT: robn * Removed the dependency on AIO. HT: robn 0.151800 2015-06-29 13:57:02CDT-0500 America/Chicago * Fixed a bug in ping where a call with no arguments would die, which was especially critical since the API itself calls ping regularly to help keep the connection alive (and/or notice when it is not). HT: jsime 0.151570 June 6, 2015 * Initial release of base API.