Backbonejs 时隔3年发布 1.4.0 版本

栏目: 软件资讯 · 发布时间: 6年前

内容简介:随着 Angular, React, VUE 的流行,大家可能已经遗忘了老牌MVC框架 Backbone.js,自2016年4月 v1.3.3 版本后作者就没有任何更新了,时隔3年后 2019年2月19号作者进行了更新,发布了 1.4.0 ,呵呵。 1.4.0 — Feb....

Backbonejs 时隔3年发布 1.4.0 版本

随着 Angular, React, VUE 的流行,大家可能已经遗忘了老牌MVC框架 Backbone.js,自2016年4月 v1.3.3 版本后作者就没有任何更新了,时隔3年后 2019年2月19号作者进行了更新,发布了 1.4.0 ,呵呵。

1.4.0 — Feb. 19, 2019 — Diff — Docs 

  • Collections now support the Javascript Iterator Protocol!
  • listenTo uses the listened object's public on method. This helps maintain interoperability between Backbone and other event libraries (including Node.js).
  • Added support for setting instance properties before the constructor in ES2015 classeswith a preinitialize method.
  • Collection.get now checks if obj is a Model to allow retrieving models with an `attributes` key.
  • Fixed several issues with Router's URL hashing and parsing.

如果你的前端还需要支持 IE7+ 浏览器,那 Backbone.js 是你的首选:小巧、简单、强大。


以上所述就是小编给大家介绍的《Backbonejs 时隔3年发布 1.4.0 版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Hacker's Delight

Hacker's Delight

Henry S. Warren Jr. / Addison-Wesley / 2002-7-27 / USD 59.99

A collection useful programming advice the author has collected over the years; small algorithms that make the programmer's task easier. * At long last, proven short-cuts to mastering difficult aspec......一起来看看 《Hacker's Delight》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具