This repository was archived by the owner on Dec 10, 2024. It is now read-only.
v0.11.0
This release includes several breaking changes:
- The JSHint code has been moved into ember-cli-jshint
- The blueprints have been moved into ember.js, ember-data and ember-cli-legacy-blueprints (see README)
- Mocha, Chai and
ember-cli-test-loaderare now NPM dependencies and the Bower dependencies are no longer needed
Implemented enhancements:
- Replace
ember-cli-test-loaderBower with NPM dependency #129 (alexlafroscia) - Improved test generator output #125 (Turbo87)
- Load Mocha and Chai from NPM #124 (Turbo87)
- Remove JSHint lintTree #107 (Turbo87)
Closed issues:
- Remove ember-cli-test-loader from bower.json #122
- Inconsistent test names #121
- Disable JSHint "expr" rule #120
- Remove "ember-qunit-notifications" from "bower.json" #119
- Avoid writing JSHint ignore on generated files #117
- Increase test timeout with
pauseTest\(\)#114 - Move into "ember-cli" org #113
- Support for ESLint? #105
- Update to pull ember-test-helpers from NPM #92
- Clicking on "failures" transitions to the main app #90
- mocha parallel #78
- Warn when bowers deps are out of sync #63
- Intent to support linting flag #44
Merged pull requests:
- Add changelog file #126 (Turbo87)
- Remove blueprints #123 (Turbo87)
- avoid writing jshint ignore in blueprint tests if jshint is not detected #118 (philtobias)
- Add simple tests for test-loader #112 (trentmwillis)
- Add destroy step to instance-initializer test blueprint #110 (bttf)
- Use absolute path in acceptance test blueprints #109 (Dhaulagiri)