- 支持 properties。
- 修复 setData 设置 properties 会报 can't call setData in computed getter function! 问题
- 基于 observers 重构,开始支持 watch
- 支持 watch 的
.**
语法
- 修复 computed 中使用自定义 behavior 数据段时,初始化视图的 computed data 不渲染的问题。
- 支持 mobx-miniprogram 扩展库。
- 更新 computed 数据追踪方式。
- 使用 TypeScript 重构。
- 优化部分生命周期逻辑。
- 优化打包方式
- 优化 dev 开发流程
- 增加 polyfill
- 修复引用类型的部分问题
- 基于 glass-easel 重构
- 支持 chaining API