Skip to content

Releases: ember-cli/ember-exam

v4.0.6 - Bug Fix for Process Object Validation, Enhancement for 'write-module-metadata' feature, & Update Dependencies

02 Dec 18:41

Choose a tag to compare

  • Ensure process object is valid before registering callbacks for process.on and process.error.
  • Update Dependencies

v4.0.5 - Fix bug in registering 'disconnect' event in exam.js & Update Dependencies

25 Oct 23:52

Choose a tag to compare

  • Add validation for process object for tests-start events
  • Fix bug when registering disconnect event by getting rid of process conditional statement
  • Update Dependencies

v4.0.4 Validate if testem object is available

30 Sep 17:52

Choose a tag to compare

  • v4.0.3 introduces an error Cannot read property 'emit' of undefined due to testem object is unavailable during ebmer serve. The version v4.0.4 includes a fix for v4.0.3.

v4.0.3 Introducing write-module-metadata-file command

24 Sep 17:42

Choose a tag to compare

  • Adding write-module-metadata-file to generate test module data after execution. #265
  • Update Dependencies

v4.0.2 - Fix bug in --write-execution-file for failedBrowsers Array

16 Sep 17:25

Choose a tag to compare

  • ensure browserExitHandler is called for global errors #362

4.0.1 - Improve complete browser book keeping & improve request next module conditions

11 Sep 23:51
662719a

Choose a tag to compare

  • Improve complete browser book keeping & improve request next module conditions #357

4.0.0 - Bump node support version to >=8

18 Jul 23:47

Choose a tag to compare

  • Update to use node version >= 8 #308
  • Throw error when there are no matching tests with a given input by file-path and module-path #302
  • Update Dependencies

3.0.3 - Introducing file-path & module-path commands & Update Dependencies

18 Jun 19:22
4f0653d

Choose a tag to compare

  • Adding file-path and module-path commands for improved test startup time #266 & #300
  • Update Dependencies

3.0.2 - Docs updates & Update Dependencies & graceful exit when async iterator fails

04 Jun 02:47
59263bb

Choose a tag to compare

  • Docs updates #286 #285
  • Update Dependencies
  • Graceful exit when async iterator fails #274

1.0.0 - Remove auto-loading

03 Nov 04:04

Choose a tag to compare

  • Remove auto-loading functionality
  • Update readme to better emphasize explicit loading