0.7.0 (2018-11-28)
0.6.0 (2018-11-19)
- String interpolation on mutation threshold hit output was incorrect causing values to not be interpolated (#226) (b343d17)
- system.memory dependency issue by bumping dotnet core version to 2.1 (#245) (3b35d90), closes #234
- Conditional mutant placer: Add ability to place mutations in ConditionalExpressions (#207) (e3e0433)
- integrationtest: Run stryker from nuget in integration test (#239) (4b21514)
- logging: Print version number below logo (#246) (7dc13a6)
0.5.0 (2018-11-03)
0.4.0 (2018-10-28)
- cli: Return exit code 1 when score is below threshold break value (#154) (f4a8419)
- config: Simplify CLI option creation (#184) (67d3b80)
- testing: Add happyflow integration test (#163) (2b2f9ba)
- reporting: Set default log level to Info and cleanup reporters (#167) (b378262)
- installation: Package stryker runner as dotnet tool (#193) (a3fd4a4)
0.3.0 (2018-10-06)
Note: Version bump only for package StrykerMutator.DotNetCoreCli
0.2.0 (2018-10-05)
- dependency-resolve: add new targets file with nugetID as name (#112) (331910d), closes #47
- Logging: Ensure all references of --project are now --project-file (#144) (7379e5d), closes #142
- Reporter: rename "RapportOnly" to "reportOnly" (#123) (6be7fe6), closes #95
- Logging: add logLevel validation (#124) (c5960ca), closes #97
- replace camel case arguments with dashed (#129) (0f0f0b4), closes #100
- replace logFile with log-level-file (#132) (8237a25), closes #99
- Config: add --max-concurrent-test-runners config setting (#133) (f5395ae), closes #111
- Threshold: add threshold arguments for the CLI (#140) (ef93cb9), closes #11
- The
"RapportOnly"
reporter is now called"ReportOnly"
. - Renamed
"timeoutMS"
config property to"timeout-ms"
- Renamed
"logConsole"
config property to"log-console"
- Renamed
"logFile"
config property to"log-level-file"
- Renamed
"projectName"
config property to"project-file"
- Renamed
"projectName"
cli option to"project-file"
- Renamed
"configFilePath"
config property to"config-file-path"