Skip to content

v1.0.0

Choose a tag to compare

@fent fent released this 23 Sep 06:57
· 12 commits to master since this release

Code Refactoring

  • pass only args to identifier, no event name (95b6527)
  • use es6 arrow functions, const, let (0a006c9)

Features

  • add removeListener to default ignored events (f375482)

BREAKING CHANGES

  • identifier option no longer given the event name
  • NewsEmitter#addHistory() should not have the event name
  • const, let not supported in node < 6
  • array instead of array-like object should be used for NewsEmitter#addHistory()