Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Latest commit

 

History

History
77 lines (35 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

77 lines (35 loc) · 2.5 KB

1.0.12 (2019-09-04)

Bug Fixes

  • mark request getter as singleton (a8a8ef0)

1.0.11 (2018-07-17)

Bug Fixes

  • server: allow trailing slashes in request url (fb61e56), closes #57

1.0.10 (2018-06-02)

1.0.9 (2018-04-06)

Features

  • channel: add option to broadcast from channel directly (5a3464c)
  • channel: expose get & getChannel methods to get channel instance (6d23355)

1.0.9 (2018-04-06)

Features

  • channel: add option to broadcast from channel directly (5a3464c)
  • channel: expose get & getChannel methods to get channel instance (6d23355)

1.0.8 (2018-03-21)

1.0.7 (2018-03-18)

1.0.6 (2018-03-16)

Features

  • channel: add option to define channel controller (fa792d6)
  • cluster: add cluster pub/sub file to deliver messages (6a4c52a)
  • middleware: add support for Adonis style middleware (f0eaf3d)

1.0.5 (2018-03-16)

Features

  • rewrite (a8b7d15)
  • config: add sample config file (4bf58c5)
  • encoder: use json encoder by default (01aa591)