1. 程式人生 > >Ember.js 3.7 釋出,JS Web 應用開發框架

Ember.js 3.7 釋出,JS Web 應用開發框架

  

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

更新說明和下載地址