You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ADDED Basic pub/sub is now possible with democracy! This uses the same send system as with custom events, but new subscribe and publish methods have been added as well as a channels property on init (see README for docs and examples).
UPDATED Refactored all of the code to use ES6.
UPDATED Added ESLint configuration.
Breaking Changes
Custom events now just return the data that was sent rather than needing to access it in data.extra.
Support for Node.js older than 6.4.0 has been dropped.