JavaScript MVC 框架,Mithril.js 0.2.0 發布
Mithril.js 是一個客戶端的 JavaScript MVC 框架。可將應用分成數據層、UI層和控制層。Mithril 壓縮后只有 3kb 左右。API 提供一個模板引擎,帶 DOM diff 實現,支持路由和組合。
新特性
-
Mithril modules will be referred to as components from now on.
</li> -
Virtual DOM tree can now contain components
</li> -
Components can now be parameterized via
</li> </ul>m.component
改進
-
</li> </ul>m.module
重命名為m.mount
Bug 修復
-
fix diff edge case in
</li><select>
#569 -
fix support for arrays in template compiler
</li> </ul>此版本現已提供下載:https://github.com/lhorie/mithril.js/archive/v0.2.0.zip。
來自:http://www.oschina.net/news/62038/mithril-0-2-0
本文由用戶 fpcm 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!
-
-