The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dancer2-Plugin-WebSocket

0.1.2 2019-01-20
  [ MISC ]
    - Adds tests via Mojolicious and the awesome Joel Berger. (GH#2) see
      https://github.com/MojoliciousDotIO/mojolicious.io/blob/master/blog/2018/12/20/testing-dancer/websocket.t

  [ STATISTICS ]
    - code churn: 7 files changed, 62 insertions(+), 7 deletions(-)

0.1.1 2017-11-20
  [ BUG FIXES ]
    - change protocol to 'wss://' if request is secure. (Frank Schreiner,
      GH#1)

  [ STATISTICS ]
    - code churn: 3 files changed, 12 insertions(+), 3 deletions(-)

0.1.0 2017-10-14
  [ ENHANCEMENTS ]
    - Use Moo::Role instead of Role::Tiny.
    - Add channels for connection grouping.

  [ STATISTICS ]
    - code churn: 8 files changed, 297 insertions(+), 19 deletions(-)

0.0.1 2017-10-06
  - First release.