JavaScript MVC 框架,Mithril.js 0.2.1 發布
Mithril.js 是一個客戶端的 JavaScript MVC 框架。可將應用分成數據層、UI層和控制層。Mithril 壓縮后只有 3kb 左右。API 提供一個模板引擎,帶 DOM diff 實現,支持路由和組合。
新特性:
-
large refactor to take better advantage of Chrome js optimizations and improve source code readability (thanks to @isiahmeadows)
-
added
catch
andfinally
to promises -
improvements and fixes in the documentation and wiki
-
m(component, ...args)
can now be used as a shorthand form.component(component, ...args)
Bug 修復:
-
errors thrown from the exception monitor no longer freeze redrawing
-
fix edge case with falsy keys
-
fix controller prototype inheritance in component controllers
-
fix return value of
parseQueryString
if input is empty string
下載:https://github.com/lhorie/mithril.js/archive/v0.2.1.zip
來自:http://www.oschina.net/news/69155/mithril-0-2-1