All notable changes to node-tdd
will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Build issues on Windows (🤞).
- Additional option
onlyOnFailure
forverbose
to select what build status to show verbose dialogs for.
- A regression where attempting to stop the process on Windows throws an error.
- An issue where complex test scripts spawning multiple child processes were not getting killed when the build was stopped.
- Missing dependency in the last release that caused the extension to crash.
- Made the extension size smaller.
minimal
setting to declutter the status bar.reporter
setting to parse TAP outputs.
- The deprecated
runOnActivation
setting.
- Deprecated the
runOnActivation
setting in favour ofbuildOnActivation
for better consistency in config names.runOnActivation
will be removed in the next release. - (Internal) Now using
spawn
instead ofexec
to run tests.
- Fixed an issue with coverage reporting.
- Initial release