Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 362 Bytes

File metadata and controls

16 lines (13 loc) · 362 Bytes

v0.2.2

  • Fix support for objects. Data was not getting passed to handler, but it is now.

v0.2.1

  • Clean up package (remove unnecessary files)

v0.2.0

  • Add support for objects as the message. In such cases, the event type must be defined in the object as the type key, e.g.
{ "type": "toggle", "active": true }

v0.1.0

  • Initial release