JavaScript MVC 框架,Mithril.js 0.2.0 發(fā)布
Mithril.js 是一個(gè)客戶端的 JavaScript MVC 框架??蓪?yīng)用分成數(shù)據(jù)層、UI層和控制層。Mithril 壓縮后只有 3kb 左右。API 提供一個(gè)模板引擎,帶 DOM diff 實(shí)現(xiàn),支持路由和組合。
Mithril.js 0.2.0 發(fā)布,此版本更新內(nèi)容如下:
新特性
-
Mithril modules will be referred to ascomponentsfrom now on.
-
Virtual DOM tree can now containcomponents
-
Components can now be parameterized via
m.component
改進(jìn)
-
m.module
重命名為m.mount
-
fix diff edge case in
<select>
#569 -
fix support for arrays in template compiler