I am starting an evaluation of ember.js and I have identified quite a few resources. One of the things I noticed is that there are different ways to structure my application (e.g. using the router or not) and that the choice actually depends on the version of ember.js (the framework appears to be evolving very quickly).
I started off by downloading the reference version on the ember.js website (1.0.0-PRE2). However, if I understood correctly, what is described in the Guides section of the ember.js website corresponds to the latest version of the codebase on github. I am thinking about the new router API for instance.
So, I am wondering what is the recommended version of the framework for me to use in a new project. Should I use the master branch in github? Should I stick to 1.0.0-PRE2)? I am trying to get a sense for how stable/reliable the master is...
Thanks for your feedback!