Stryker4s v0.11.0
hugo-vrijswijk
released this
03 Feb 13:53
·
927 commits
to master
since this release
Welcome to Stryker4s 0.11.0! The big feature in this release is a new kind of mutator: regular expressions (#699)! We're using the awesome Weapon regeX library to mutate regular expressions. If you're curious how this works, take a look at the demo page.
One other noteworthy change is in #696. To reduce maintenance and external dependencies in Stryker4s, the dashboard reporter will no longer work on JDK 10 or lower. If you are using the dashboard reporter on Java 10 or lower, Stryker4s will not upload your report and throw an exception. You won't run into this restriction when not using the dashboard reporter or if you are running Stryker4s on a recent JDK.
🚀 Features
- Mutate regular expressions using weapon-regex (#699) @hugo-vrijswijk
🐛 Bugfixes
- Fix pattern interpolation matching on string mutations (#704) @hugo-vrijswijk
🧰 Maintenance
- Refactor logger to simplify interface (#700) @hugo-vrijswijk
💥 Breaking change
- Replace sttp async-http-client backend with httpclient (Java 11+) (#696) @hugo-vrijswijk