Skip to content

v2.0.0

Compare
Choose a tag to compare
@goldfire goldfire released this 14 Feb 16:47
· 18 commits to master since this release

Updates

  • 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.