Skip to content

Releases: grych/drab

IE compatibility

02 Feb 15:01
Compare
Choose a tag to compare

Fixed:

  • not working in IE11 (#5)

iOS issue fixed

31 Jan 19:34
Compare
Choose a tag to compare

Fixed:

  • not working on iOS9 (#3): changed all ES6 constructs to plain JS

New callback and Session housekeeping (renamed to Store)

30 Jan 14:10
Compare
Choose a tag to compare

Changes:

  • new callback: onconnect
  • renamed Session to Store to avoid confusion

Introduced Drab Session

27 Jan 16:51
Compare
Choose a tag to compare

Changes:

  • use Drab.Endpoint instead of socket 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