Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

History.md 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. 1.3.0 / 2018-04-15
  2. ==================
  3. * removed bower support
  4. * expose emitter on `exports`
  5. * prevent de-optimization from using `arguments`
  6. 1.2.1 / 2016-04-18
  7. ==================
  8. * enable client side use
  9. 1.2.0 / 2014-02-12
  10. ==================
  11. * prefix events with `$` to support object prototype method names
  12. 1.1.3 / 2014-06-20
  13. ==================
  14. * republish for npm
  15. * add LICENSE file
  16. 1.1.2 / 2014-02-10
  17. ==================
  18. * package: rename to "component-emitter"
  19. * package: update "main" and "component" fields
  20. * Add license to Readme (same format as the other components)
  21. * created .npmignore
  22. * travis stuff
  23. 1.1.1 / 2013-12-01
  24. ==================
  25. * fix .once adding .on to the listener
  26. * docs: Emitter#off()
  27. * component: add `.repo` prop
  28. 1.1.0 / 2013-10-20
  29. ==================
  30. * add `.addEventListener()` and `.removeEventListener()` aliases
  31. 1.0.1 / 2013-06-27
  32. ==================
  33. * add support for legacy ie
  34. 1.0.0 / 2013-02-26
  35. ==================
  36. * add `.off()` support for removing all listeners
  37. 0.0.6 / 2012-10-08
  38. ==================
  39. * add `this._callbacks` initialization to prevent funky gotcha
  40. 0.0.5 / 2012-09-07
  41. ==================
  42. * fix `Emitter.call(this)` usage
  43. 0.0.3 / 2012-07-11
  44. ==================
  45. * add `.listeners()`
  46. * rename `.has()` to `.hasListeners()`
  47. 0.0.2 / 2012-06-28
  48. ==================
  49. * fix `.off()` with `.once()`-registered callbacks