• Joined on 2025-11-08
odjbin pushed to main at odjbin/vue-core-mini 2026-02-25 22:15:51 +08:00
b9a9c52333 feat(watch): 实现watch功能并完善响应式系统
odjbin pushed to master at odjbin/resume 2026-02-25 15:49:55 +08:00
Compare 2 commits »
odjbin pushed to master at odjbin/resume 2026-02-25 12:23:40 +08:00
odjbin pushed to master at odjbin/resume 2026-02-25 11:41:04 +08:00
odjbin pushed to main at odjbin/vue-core-mini 2026-02-24 22:06:36 +08:00
4a71105e28 feat(runtime-core): 添加预冲洗回调队列功能
odjbin pushed to main at odjbin/vue-core-mini 2026-02-11 00:01:10 +08:00
ba03278947 feat(scheduler): 初始化调度器挂起状态标志
odjbin pushed to main at odjbin/vue-core-mini 2026-02-10 17:54:28 +08:00
1f50ab1c84 feat(effects): 添加 scheduler 选项支持和 extend 工具函数
odjbin pushed to main at odjbin/vue-core-mini 2026-02-09 18:23:53 +08:00
62e40e7292 feat(effects): 添加懒执行选项和调度器支持
odjbin pushed to main at odjbin/vue-core-mini 2026-02-08 22:39:42 +08:00
c07431db08 feat(computed): 实现计算属性缓存优化和调度器支持
odjbin pushed to main at odjbin/vue-core-mini 2026-02-08 15:19:57 +08:00
4c60486511 feat(computed): 添加计算属性功能实现
odjbin pushed to main at odjbin/vue-core-mini 2026-02-05 23:53:35 +08:00
c0853b353d docs(ref): 更新 ref 实现的注释文档
odjbin pushed to main at odjbin/vue-core-mini 2026-02-05 23:39:00 +08:00
2ed86a03b5 refactor(vue): 构建ref简单数据类型的响应性
odjbin pushed to main at odjbin/vue-core-mini 2026-02-05 22:36:21 +08:00
6b7b452a56 feat(ref): 实现 ref 值变化检测和依赖触发功能
odjbin pushed to main at odjbin/vue-core-mini 2026-02-05 21:58:41 +08:00
9aad0f6c74 Merge remote-tracking branch 'origin/main'
7fc2292d4b feat(core): 添加 ref 响应式引用功能
Compare 2 commits »
odjbin pushed to main at odjbin/vue-core-mini 2026-02-05 17:26:43 +08:00
72a4bec26a docs(examples): 添加响应性示例并更新reactive示例
odjbin pushed to main at odjbin/vue-core-mini 2026-02-04 23:29:00 +08:00
434bf946c5 test(reactivity): 添加响应式测试用例
odjbin pushed to main at odjbin/vue-core-mini 2026-02-04 23:25:39 +08:00
668ecda610 refactor(reactivity): 重构响应式系统依赖收集机制
odjbin pushed to main at odjbin/vue-core-mini 2026-02-04 22:20:04 +08:00
0850e05bd1 feat(effects): 实现响应式依赖收集和触发机制
odjbin pushed to main at odjbin/vue-core-mini 2026-02-03 22:18:28 +08:00
5a24b61edf feat(core): 实现响应性系统的核心功能
odjbin pushed to main at odjbin/vue-core-mini 2026-02-03 18:14:42 +08:00
d3fea3f244 feat(reactivity): 实现响应式系统基础功能