Releases: ember-cli/ember-exam
Releases · ember-cli/ember-exam
v4.0.6 - Bug Fix for Process Object Validation, Enhancement for 'write-module-metadata' feature, & Update Dependencies
- 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
- 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
- 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
- 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
- ensure browserExitHandler is called for global errors #362
4.0.1 - Improve complete browser book keeping & improve request next module conditions
- Improve complete browser book keeping & improve request next module conditions #357
4.0.0 - Bump node support version to >=8
3.0.3 - Introducing file-path & module-path commands & Update Dependencies
3.0.2 - Docs updates & Update Dependencies & graceful exit when async iterator fails
1.0.0 - Remove auto-loading
- Remove auto-loading functionality
- Update readme to better emphasize explicit loading