0.0.39
- [BUGFIX]
ember build --watchshould run until SIGTERM. #1197 - [BUGFIX] Failed build should return non-zero exit code. #1169
- [BUGFIX] improve startup time by up to 3x
- [BUGFIX] Ensure
ember generatealways operate in relation to project root. #1165 - [ENHANCEMENT] Upgrade
ember-cli-ember-datato0.1.0. #1178 - [BUGFIX] Update
ember-cli-ic-ajaxto prevent warnings. #1180 - [BUGFIX] Throw error when trailing slash present in argument to
ember generate. #1184 - [ENHANCEMENT] Don't expect
EmberorEmto be global in tests.EmberorEmneeds to be imported. #1201 - [BUGFIX] Make behaviour of
--dry-runmore obvious & add--skip-npmand--skip-bower. #1205 - [ENHANCEMENT] Remove .gitkeep files from
ember initinside an existing project #1209 - [ENHANCEMENT] Addons can add commands to the local
embercommand. #1196 - [ENHANCEMENT] Addons can implement a postBuild hook. #1215
- [ENHANCEMENT] Addons can add post-processing steps to the
Brocfile.jsprocess. #1214 - [ENHANCEMENT]
broccoli-asset-revhas been moved to an addon using the standard addon post-processing hooks. #1214 - [ENHANCEMENT] Allow
app.toTreeto accept an array of additional trees to merge in the final output. #1214 - [BUGFIX] Only run JSHint after preprocessing. #1221
- [ENHANCEMENT] Addons can add blueprints. #1222
- [ENHANCEMENT] Allow testing of production assets. #1230
- [ENHANCEMENT] Provide Ember CLI version to Project model. #1239
- [BREAKING ENHANCEMENT] Split
app/templatesinto its own tree to prevent preprocessing template files as if they were JavaScript. #1238 - [ENHANCEMENT] Print a warning when using
app.importfor assets in the root ofvendor/(this is a significant performance penalty). - [ENHANCEMENT] Model generation no longer requires an attribute type. [#1252]
- [ENHANCEMENT] Allow vendor files to be configurable. #1187