Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 1.98 KB

0.2.0 (2022-07-17)

Features

  • core: remove built in mobx (e56f162)
  • core: support use plugin (d1d5e15)
  • core: update types (b0045e8)
  • core: update useMixins to support custom options (023727a)

0.1.5 (2022-06-28)

Features

  • core: 封装mixins功能 (88169ef)
  • core: 完成基于mobx-miniprogram-bindings的状态管理 (8c9a461)
  • core: 完成diff功能以及相关测试 (fd3ce1d)
  • core: 完善createPage和createComponent的typescript的类型提示 (d40b444)
  • core: 移除ramda依赖 (c497380)
  • core: 移除westore依赖 (8e8c78e)
  • core: 增强computed选项的类型提示 (f180442)
  • core: computed功能集成 & 处理createPage生命周期函数的转换 (6e5bb59)
  • 完成选项合并的功能与测试 (6845be7)