Ember.js 3.7 已发布,Ember.js 是一个 JavaScript 框架,它极大地减少了构建任何 Web 应用程序所需的时间、精力和资源。它致力于通过完成大多数 Web 开发项目中涉及的所有常见、重复且至关重要的任务,帮助开发人员达成目标。
Ember.js 3.7 更新主要是 bug 的修复。这版本取消了对 Node 4 的支持。Node.js 开发团队也不再支持 Node 4,Ember CLI 在2018早期的时候就放弃对 Node 4 的支持。如果你在使用的是 Node 4 并且想要升级,你需要先升级你的 Node 版本。
计划在下几个月完成对 Node 6 的支持。
Ember.js 3.7 更新日志:
- #17254 [BREAKING] Explicitly drop support for Node 4
- #17426 [BUGFIX] Fix ‘strict mode does not allow function declarations’
- #17431 [BUGFIX] Fix ability to override a computed.volatile
- #17398 [BUGFIX] Avoid console.trace for every Ember.warn
- #17399 [BUGFIX] Local variable shadowing assert
- #17403 [BUGFIX] Ensure legacy build of template compiler can be loaded.
- #17328 [BUGFIX] Ensure that delayed transition retrys work
- #17374 [BUGFIX] Fix cyclic references on Array.prototype
- #17134 [CLEANUP] Remove deprecated ‘_router’
- #17133 [CLEANUP] Remove deprecated ‘property{Did,Will}Change’
- #16898 Add RFC 232 style util test blueprint for Mocha
转自 https://www.oschina.net/news/103570/ember-js-3-7-released