Skip to content

Stryker4s v0.11.0

Compare
Choose a tag to compare
@hugo-vrijswijk hugo-vrijswijk released this 03 Feb 13:53
· 927 commits to master since this release
5bbe91e

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

🐛 Bugfixes

🧰 Maintenance

💥 Breaking change