Skip to content

v0.8.0

Compare
Choose a tag to compare
@fayimora fayimora released this 25 Dec 18:13
· 107 commits to master since this release
  • All generated scripts and templates have been updated to use the latest ember syntax as of v1.2.0.
    See this post
    and this entry in the changelog
  • The generator ships with ember v1.2.0
  • Better coffee-script syntax
  • Generated edit template now goes into expected subfolder. So yo ember:model User name age:number
    will place the edit template in user/edit.hbs
  • The generated views no longer explicitly define templateName as Ember's default resolver knows
    where to find the templates
  • Removed hardcoded user.edit link.
  • CoffeeScript support has been added to the sub-generators. yo ember:controller Users --coffee
    will now generate a controller in CoffeeScript
  • More concise REST routes in router as described in An In-depth Introduction to Ember.js
  • The build task now uses the production version of ember.
  • Remove Unecessary File From App Generation