This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Releases: ember-cli/ember-cli-mocha
Releases · ember-cli/ember-cli-mocha
v0.13.0
BREAKING CHANGES:
chai
is now provided by the ember-cli-chai
addon which will be added to your projects by default during ember install ember-cli-mocha
.
If you upgrade your version of ember-cli-mocha
you will have to run ember generate ember-cli-mocha
to make sure the dependency gets installed in your project!
Implemented enhancements:
- Remove unused/empty
ember-cli-shims
#134 (alexlafroscia) - Split "chai" code into ember-cli-chai #132
- Remove dep on ember-cli-shims #131
- Add "ember-cli-chai" to project instead of making it a dependency #144 (Turbo87)
- Split "chai" code into "ember-cli-chai" addon #143 (Turbo87)
Merged pull requests:
- Update dependencies to enable Greenkeeper 🌴 #137 (greenkeeper[bot])
v0.12.1
v0.12.0
This release includes v0.9.x of ember-mocha
that introduced a new testing API and deprecated the old describeModule()
helpers.
Implemented enhancements:
Fixed bugs:
Closed issues:
- Release v0.11.0 #128
Merged pull requests:
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-loader
are now NPM dependencies and the Bower dependencies are no longer needed
Implemented enhancements:
- Replace
ember-cli-test-loader
Bower 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)