Skip to content

Releases: ember-cli/ember-exam

0.8.1 - Deprecate Auto-Load

09 Oct 00:45

Choose a tag to compare

  • Warn when auto-loading (deprecation)
  • Remove # from test output.

0.8.0 - Update Dependencies

05 Oct 03:35

Choose a tag to compare

  • 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

05 Oct 03:34

Choose a tag to compare

  • Add compatibility check for ember-cli-qunit@4 (#102)

0.7.2 - Use local Ember-CLI

01 Oct 23:08

Choose a tag to compare

  • fixes #109 - use local ember

0.7.1 - No More jQuery

14 Sep 15:54

Choose a tag to compare

  • 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

02 Jun 04:36

Choose a tag to compare

  • 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

09 Apr 17:09

Choose a tag to compare

  • Downgrade split < 2 error to warning
  • Fix mocha test commands

0.6.1 - Bug Fixes

25 Mar 23:03

Choose a tag to compare

  • 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!

27 Nov 21:30

Choose a tag to compare

This release has support for using Mocha through ember-cli-mocha! It also improved some test coverage.

0.4.6

07 Aug 17:40

Choose a tag to compare

Support reading test_page in from a Testem config.