- Fix support for objects. Data was not getting passed to handler, but it is now.
- Clean up package (remove unnecessary files)
- Add support for objects as the message. In such cases, the event type must be
defined in the object as the
typekey, e.g.
{ "type": "toggle", "active": true }- Initial release