Skip to content

Releases: hotoo/evt

0.2.2

Choose a tag to compare

@hotoo hotoo released this 17 Aug 11:05
  • Refact slice.
  • Refact listeners.
  • Add context supports.

0.2.1

Choose a tag to compare

@hotoo hotoo released this 15 Aug 03:38
  • Fixed 没有事件监听器时,off(), emit() 不抛出异常。

0.2.0

Choose a tag to compare

@hotoo hotoo released this 15 Aug 03:37
  • Add emit() 多参数支持。
  • Fixed off() 支持逐个删除重复绑定的事件监听器。
  • Refact 使用 prototype 继承模式。

0.1.0

Choose a tag to compare

@hotoo hotoo released this 15 Aug 03:35
  • 发布第一个可用版本,感谢 seajs 的 util-events