Changelog History
Page 2
-
v0.7.1 Changes
December 05, 2019๐ This is a small maintenance release. It's main feature is the update to mutation-testing-elements v1.2.2 (used in the HTML report) which is now a smaller size (238kB vs 296kB).
๐ง ๐งฐ Maintenance
- โก๏ธ Update mutation-testing-elements to 1.2.2 (#314) @scala-steward
-
v0.7.0 Changes
December 01, 2019๐ We are excited to release Stryker4s 0.7.0. This release adds a couple of cool new features. Mainly, it improves the dashboard reporter to upload your full HTML report to the Stryker dashboard. The dashboard reporter now also supports GitHub actions.
๐ง We'll now also let you know about any unused configuration keys in your
stryker4s.conf
. This hopefully helps you keep your configuration clean and might let you know of any breaking configuration changes we've made. Thank you @scubamaggo for this one!๐ฆ Lastly, we now use the Stryker-independent mutation-testing-metrics library. This is a cool new little library that anyone can use to calculate metrics about their mutation testing results. It works with the mutation testing report JSON schema and is published for pretty much any Scala target we can think of! Go check it out if you want to work with mutation testing JSON results!
๐ฑ ๐ Features
- โ Add GitHub actions dashboard CI provider (#308) @hugo-vrijswijk
- ๐ Support upload of full report to stryker-dashboard (#299) @hugo-vrijswijk
- ๐จ refactor: use mutation-testing-metrics (#295) @hugo-vrijswijk
- ๐ Improve logging during config load (#283) @scubamaggo
๐ง ๐งฐ Maintenance
- โช Revert reporter regressions (#310) @hugo-vrijswijk
- Filter out duplicate reporters in config (#309) @hugo-vrijswijk
- ๐ Fix sbt scripted tests not running in CI (#306) @hugo-vrijswijk
- โ Remove json schema validation (done by metrics dep) (#296) @hugo-vrijswijk
- โก๏ธ Update to scalafmt 'latest' edition (#293) @hugo-vrijswijk
- โ Add GitHub CI (#286) @hugo-vrijswijk
- Create CODE_OF_CONDUCT.md (#277) @hugo-vrijswijk
- โ Remove sbt-scoverage (#274) @hugo-vrijswijk
- ๐ Use openjdk8 instead of oraclejdk8 on Travis (#250) @hugo-vrijswijk
-
v0.6.1 Changes
July 15, 2019๐ Bugfixes
- ๐ Fix possible conflict with generated code in user's variable names (#239)
Other changes
-
v0.6.0 Changes
June 18, 2019This version includes a new mutator: the triple equals mutator (#227). Thanks @rgugliel!
โก๏ธ There's also a fix for the dashboard reporter. If you use this reporter, please update to this version.
โก๏ธ We've also updated our HTML reporter (mutation-testing-elements
) to a new version. This includes some UI improvements. See the mutation-testing-elements changelog for more details.๐ Features
๐ Bugfixes
- ๐ Fix dashboard reporter (#222)
Other changes
-
v0.5.1 Changes
June 14, 2019๐ Bugfixes
- ๐ Fix glob pattern for collection files to be mutated (#219)
- This pattern takes into accounts located in the root
of the Scala source directory as well, not just those
in subdirectories.
- This pattern takes into accounts located in the root
Other changes
- ๐ Fix glob pattern for collection files to be mutated (#219)
-
v0.5.0 Changes
June 11, 2019๐ Stryker4s 0.5.0 introduces two new awesome reporters for you to use! The first is a
json
reporter, which lets you output mutation run results to a JSON file. The second is adashboard
reporter. This special report allows you to add a cool new mutation score badge to your readme. All you have to do for it is add a secret environment variable to your favourite CI tool. Have a look at the documentation for more details.๐ Features
Other changes
-
v0.4.0 Changes
May 18, 2019๐ Stryker4s 0.4.0 changes the way the CommandRunner is configured. If you use the CommandRunner, see our updated documentation (#168).
๐ Changes
- 0๏ธโฃ Enable html reporter by default (#203)
- Unify runner interface (#168)
- Only delete stryker4s dependencies from cache (#197)
โก๏ธ Dependency updates
-
v0.3.5 Changes
May 10, 2019 -
v0.3.4 Changes
April 12, 2019 -
v0.3.3 Changes
April 11, 2019๐ Features
- โ Switch to io.stryker-mutator mutation-testing-report instead of webjars (#185)
๐ Bugfixes
- ๐ Fix release steps with open sonatype releases (#180)
- ๐ Fix html reporter in sbt plugin and write report to separate file (#179)
Other changes
- โก๏ธ Update mockito-scala to 1.3.0 (#184)
- VS Code: only format on save in Scala files (#181)
- โ Add githook for pre-push formatting check (#182)
- ๐ฒ Make log conversion implicit (#167)
- โ Remove release-process.md (#174)
- ๐ Move supported mutators docs (#177)
- โ Remove changelog.md (#173)
- โ Add test to verify that report resource can be found