Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

43 lines (32 loc) · 1.65 KB

Change Log

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.

[0.2.4] - 2017-10-23

Fixed

  • Build issues on Windows (🤞).

Added

  • Additional option onlyOnFailure for verbose to select what build status to show verbose dialogs for.

[0.2.3] - 2017-01-29

Fixed

  • A regression where attempting to stop the process on Windows throws an error.

[0.2.2] - 2017-01-28

Fixed

  • An issue where complex test scripts spawning multiple child processes were not getting killed when the build was stopped.

[0.2.1] - 2017-01-24

Fixed

  • Missing dependency in the last release that caused the extension to crash.
  • Made the extension size smaller.

[0.2.0] - 2017-01-23

Added

  • minimal setting to declutter the status bar.
  • reporter setting to parse TAP outputs.

Removed

  • The deprecated runOnActivation setting.

[0.1.1] - 2017-01-17

Changed

  • Deprecated the runOnActivation setting in favour of buildOnActivation for better consistency in config names. runOnActivation will be removed in the next release.
  • (Internal) Now using spawn instead of exec to run tests.

Fixed

  • Fixed an issue with coverage reporting.

[0.1.0] - 2017-01-15

  • Initial release