Releases: grych/drab
Releases · grych/drab
IE compatibility
Fixed:
- not working in IE11 (#5)
iOS issue fixed
Fixed:
- not working on iOS9 (#3): changed all ES6 constructs to plain JS
New callback and Session housekeeping (renamed to Store)
Changes:
- new callback: onconnect
- renamed Session to Store to avoid confusion
Introduced Drab Session
Changes:
use Drab.Endpoint
instead ofsocket Drab.config.socket, Drab.Socket
in endpoint.ex- Drab Session with value inheritance from the Plug Session
- event handler must return socket, warning in the other case
Fixes:
- security (#2): checks token in each event call to prevent tampering