- Upgrade ember to 1.3.2 ❗
- Fix incorrect path of chai.js for karma
- Explicitly state handlebars dependency (1.2.1)
- Fix PhantomJS time out bug
- Fix bug in test helpers where #ember-testing-container wasn't found
- Fix ember-data and chai paths in generated karma.conf.js ❗
- Newly scaffolded project now comes with a default empty router
grunt server
is now deprecated. Usegrunt serve
instead- Upgrade Ember to 1.3.1(security critical) and Ember Data to 1.0.0.beta.5
- Generator now includes compass ONLY if user wants it
- Replace the deprecated 'linkTo' helper with the recommended link-to helper in templates
- Add a note about ES6 modules
- 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 inuser/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
- Fix Bootstrap 3 template
- Fix for #111, #92: karma picking up the wrong files
- Use model hooks for generated routes for Ember 1.0
- Remove Application Store's adapter field
- Updated for Ember 1.0.0
- Updated Ember Data
- Updated for Bootstrap 3
- Fixed hardcoded
user
model in template - JSHint fixes
- Updated karma
- Hotfix for template compilation
- Compatibility fix for yo 1.0
- Substantial update for scaffolding
- Assuming FixtureAdapter to start
- Changed base model to DS.Model
- Fixed issue where generator invoked in 'ember' dir
- Fixed issue where routes in router.js were blasted on model subgen invocation
- Reordered app script requires and added store.js
- modified for CVE-2013-4170
- fixed karma-based app gen
- simplication of install
- abandon dependencies changes; not working
- change dependencies for npm
- more dependency-moving out of readme
- moving dependencies out of readme
- new look!
- tests!
- Fixed #79 (srsly considering dropping CoffeeScript support for now)
- Re-introduced @fayimora's testing improvement; now working with
grunt test
- documentation updates
- Added basic scaffolding
- By default, include Ember Data
- Reverted changes for testing improvement
- Added testing improvement
- Upgraded to RC6
- Upgraded to grunt-contrib-compass 0.3.0
- Added install step to address PhantomJS issue
- Upgraded to Ember 1.0 RC5
- Support for scaffolding out CoffeeScript via
--coffee
- Support for jasmine as alternative test framework via
--test-framework
- Automatic script inclusions via
grunt-neuter
- New prompt