Mithril.js 0.1.28 发布,此版本现已提供下载,是个维护版本,更新内容如下:
新特性
性能提升
Bug 修复
throw error if root element is null in m.module/m.route #388
Mithril.js 是一个客户端的 JavaScript MVC 框架。可将应用分成数据层、UI层和控制层。Mithril 压缩后只有 3kb 左右。API 提供一个模板引擎,带 DOM diff 实现,支持路由和组合。
下载地址:https://github.com/lhorie/mithril.js/releases/tag/v0.1.28
来自:开源中国社区

