Releases: ember-cli/ember-exam
Releases · ember-cli/ember-exam
0.8.1 - Deprecate Auto-Load
- Warn when auto-loading (deprecation)
- Remove
#
from test output.
0.8.0 - Update Dependencies
- Removed EMBER_TRY_SCENARIO's from .travis.yml file
- Fix ESLint warning
- Fix mocha integration
- Revert
npm install
command in .travis.yml - Upgrade all dependencies version
- Upgrade Ember CLI to version 2.15 and align with default blueprint
0.6.3 - Add compatibility check for ember-cli-qunit@4
- Add compatibility check for ember-cli-qunit@4 (#102)
0.7.2 - Use local Ember-CLI
- fixes #109 - use local ember
0.7.1 - No More jQuery
- Make notes about turning on parallelization more visible
- Move note on >= 0.7.0 into installation section
- Add installation instructions
- Remove jQuery usage
- Specify when to call loadEmberExam when using ember-cli-qunit@4
- fix version range
- Add release process notes
0.7.0 - Big Ol' Refactor
- Document load API for version 0.7.0
- Fix eslint errors for node-land code
- Refactor core functionality
- Extract TestLoader mods into utility function
- Simplify and revamp code coverage
- Fix tests from ESLint migration
- Replace JSHint with ESLint
- Tweak CI configs
- Change ember try:one -> ember try:each
- Remove Node 0.12 from Travis
- Add Node LTS versions 4.x, 6.x, and stable to Travis
0.6.2 - Allow splits of 1
- Downgrade split < 2 error to warning
- Fix mocha test commands
0.6.1 - Bug Fixes
- Ensure iterate exits with proper code
- Add Ember Exam video link to Readme
- Add note about using random with a seed
- Fix seed logging message for random option
Mocha Support!
This release has support for using Mocha through ember-cli-mocha! It also improved some test coverage.
0.4.6
Support reading test_page
in from a Testem config.