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.
45 lines
720 B
45 lines
720 B
## 0.0.6
|
|
|
|
- 支持 properties。
|
|
|
|
## 0.0.7
|
|
|
|
- 修复 setData 设置 properties 会报 can't call setData in computed getter function! 问题
|
|
|
|
## 2.0.0
|
|
|
|
- 基于 observers 重构,开始支持 watch
|
|
|
|
## 2.1.0
|
|
|
|
- 支持 watch 的 `.**` 语法
|
|
|
|
## 3.0.0
|
|
|
|
- 修复 computed 中使用自定义 behavior 数据段时,初始化视图的 computed data 不渲染的问题。
|
|
- 支持 mobx-miniprogram 扩展库。
|
|
- 更新 computed 数据追踪方式。
|
|
|
|
## 4.0.0
|
|
|
|
- 使用 TypeScript 重构。
|
|
- 优化部分生命周期逻辑。
|
|
|
|
## 4.1.1
|
|
|
|
- 优化打包方式
|
|
- 优化 dev 开发流程
|
|
|
|
## 4.2.x
|
|
|
|
- 增加 polyfill
|
|
|
|
## 4.3.x
|
|
|
|
- 修复引用类型的部分问题
|
|
|
|
## 5.0.0
|
|
|
|
- 基于 glass-easel 重构
|
|
- 支持 chaining API
|