Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 3.42 KB

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 3.42 KB

CHANGELOG

0.6.0 (2024-03-05)

Features

  • adding support for .net solution at relative location than at workspace level (de95892)

0.5.1 (2024-02-29)

Bug Fixes

  • ensure the use of wildcard to mutate the filename.cs within any folder/subfolder (71b17c0)

0.5.0 (2023-10-05)

Bug Fixes

  • stryker-config: update the basic stryker-config file (ad9cb8d)

Features

  • add the possibility to install stryker locally (b230e5a)

0.4.0 (2023-09-03)

Features

  • dotnet: add update stryker tool globally (f16ea41)

0.3.0 (2023-08-06)

Features

  • commands: use a warning message when mutate workspace, folder, solution or project (0f673a6)

0.2.0 (2023-08-04)

Bug Fixes

  • commands: mutate workspace is deprecated. mutate workspace/folder are removed from context menu (e4c69d5)
  • context menu: enforce that file mutation won't be trigger by a folder name endind with an ext (1b743b4)

Features

  • commands: add mutation for solution and project (35ba53a)
  • commands: add mutation on folder (e430c6b)

0.1.2 (2023-05-29)

Bug Fixes

  • config: format the default stryker .NET configuration file to be valid (8935df3)

0.1.1 (2023-05-28)

Bug Fixes

  • context menu: change titles in the menu and show only on specified files (#44) (72ef36f)

0.1.0 (2023-05-05)

Features

  • first version of the extension (60d1c1f)