Ember 1.6.0 和 1.7 Beta 发布,这是第六个发布进程周期,上一个发布版本是 1.0 版本。
Ember.js 1.6 新特性:
1.Ember.computed.empty
2.Test Friendly Promises
3.Ember.Route.prototype.render Now has a model Option
其他值得注意的改进:
Add better debugging for Resolver Lookup
Ensure context is unchanged when using keywords with itemController for {{each}} or controller for {{with}}.
Fix swallowed rejections in asynchronous route hooks (this may mean that errors that were previously completely swallowed are now surfaced in your application).
Ember.copy and Ember.isEqual now support Date objects.
Backburner and RSVP now use the Ember.onerror handler if present to log errors.
An error is now thrown when injecting a factory into all factories of the same type.
Ember.js 1.7.0-beta1 包括一些 bug 修复和小的改进,更多内容请看详细的更新日志:
Ember.js 1.6.0 CHANGELOG
https://github.com/emberjs/ember.js/blob/v1.6.0/CHANGELOG.md
Ember.js 1.7.0-beta.1 CHANGELOG
https://github.com/emberjs/ember.js/blob/v1.7.0-beta.1/CHANGELOG.md
Ember是一个雄心勃勃的Web应用程序,消除了样板,并提供了一个标准的应用程序架构的JavaScript框架。
项目主页:http://emberjs.com/
来自:开源中国社区


191463233 于 2014-07-11 16:19:29发表:
不错,比较像大爷的作风