You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1018 B

7 years ago
  1. 1.1.2 / 2014-02-10
  2. ==================
  3. * package: rename to "component-emitter"
  4. * package: update "main" and "component" fields
  5. * Add license to Readme (same format as the other components)
  6. * created .npmignore
  7. * travis stuff
  8. 1.1.1 / 2013-12-01
  9. ==================
  10. * fix .once adding .on to the listener
  11. * docs: Emitter#off()
  12. * component: add `.repo` prop
  13. 1.1.0 / 2013-10-20
  14. ==================
  15. * add `.addEventListener()` and `.removeEventListener()` aliases
  16. 1.0.1 / 2013-06-27
  17. ==================
  18. * add support for legacy ie
  19. 1.0.0 / 2013-02-26
  20. ==================
  21. * add `.off()` support for removing all listeners
  22. 0.0.6 / 2012-10-08
  23. ==================
  24. * add `this._callbacks` initialization to prevent funky gotcha
  25. 0.0.5 / 2012-09-07
  26. ==================
  27. * fix `Emitter.call(this)` usage
  28. 0.0.3 / 2012-07-11
  29. ==================
  30. * add `.listeners()`
  31. * rename `.has()` to `.hasListeners()`
  32. 0.0.2 / 2012-06-28
  33. ==================
  34. * fix `.off()` with `.once()`-registered callbacks