Today Ember.js team just make available the final version 2.0 of Ember, the JavaScript framework to quickly achieving rich applications following the MV* pattern (Model-View-Anything). This version is the result of 5 beta, a huge overhaul and the addition of numerous feature. Among the latter we can mention:
- Synchronization between versions of Ember, Ember and Ember-data-cli
- The substitution of views in favor of Component.
- The finalization of JSONApi and the availability of a new adapter in Ember-data
- The transition from Handlebar template engine to HTMLbar to significantly improving performance and purifying the html code generated.
- The fusion of ArrayController controllers and ObjectController in the Controller class
If you wish you can see my new tutorial on creating a blog with Ember that will updated soon to reflect the changes between version 1.13 and 2.0