Skip to content

Latest commit

 

History

History
71 lines (26 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

71 lines (26 loc) · 2.07 KB

1.2.1 (2023-08-14)

Features

  • 调整 core 模块的代码结构 (9ce2674)

1.2.0 (2023-07-18)

Features

  • 调整 on() 和 once() 方法,添加设置 context 参数,指定执行上下文 (2abb405)

1.1.0 (2023-07-05)

Features

  • 添加 all() 方法,支持订阅所有消息 (b5a9d94)
    • 添加 all() 方法
    • 调整 emit() 方法,支持触发所有消息的订阅处理方法
  • 调整 emit() 方法,针对 typed arrays 类型数据,使用 toString() 方法,将数据传话为普通(JSON)字符串

1.0.0 (2023-07-04)

Features

  • 发布 1.0.0 正式版本 (f0ae74c)

0.5.0 (2023-04-12)

Features

  • 添加 _hasDirectSubscribersFor() 和 has() 方法; (8fa56ba)

0.4.0 (2023-04-06)

Features

  • 添加 notify() 方法; (48903db)

0.3.0 (2023-04-04)

Features

  • emit() 方法支持异步或者同步发布 (ca71187)

0.2.0 (2023-04-03)

初始化 0.2.0 版本