Stryker4s v0.15.0
github-actions
released this
18 Oct 20:42
·
262 commits
to refs/heads/master
since this release
See https://stryker-mutator.io/blog/stryker4s-0-15-is-here/
🚀 Features
- [sbt] Add warning in case of empty framework sequence (#1424) @fabianhjr
- Rework mutant placing algorithm (#1150) @hugo-vrijswijk
- Add staticTmpDir static path and cleanTmpDir config options (#1263) @gergelytraveltime
- Fill report with system and framework info (#1211) @hugo-vrijswijk
- Add logging backend wrapper for sttp requests (#1155) @hugo-vrijswijk
- Use sbt's setting for if console color is enabled (#1071) @hugo-vrijswijk
- Add colors to console output (#1070) @hugo-vrijswijk
- Add source3 scala-dialect and deprecate 2.11 (#1062) @hugo-vrijswijk
🐛 Bugfixes
- Simplify canPlace algorithm and fix instrumenter recursively placing mutants (#1432) @hugo-vrijswijk
- [core] Use config Dialect to write Scala3 mutations (#1416) @fabianhjr
🧰 Maintenance
- Fix releases by disabling sbt-tpolecat release mode (#1421) @hugo-vrijswijk
- Use cats-effect Env for reading CI environment variables (#1367) @hugo-vrijswijk
- sbt: enable local publish for stryker4s-command-runner (#1262) @gergelytraveltime
- Update devcontainer java version to latest (17) (#1103) @hugo-vrijswijk
- Use predefined license config value (#1089) @hugo-vrijswijk
- Use fs2 socket implementations instead of old java.net (#1069) @hugo-vrijswijk
- Build maven-plugin on Scala 2.13 (#1061) @hugo-vrijswijk
- Compile with -Xsource:3 (#1060) @hugo-vrijswijk
📖 Documentation
- Two small documentation fixes (#979) @MartinWelgemoed
- minor typo in docs (#1234) @hochgi