Releases: hcoles/pitest
Releases · hcoles/pitest
1.1.1
1.1.0
- Change scheme for identifying mutants (see #125)
- Support alternate test apis via plugin system
- Report error when supplied mutator name does not match (thanks artspb)
- Report exit codes from coverage child process (thanks KyleRogers)
- Treat JUnit tests with ClassRule annotation as one unit (thanks devmop)
Please note that any stored history files or sonar results are invalidated by this release.
1.0.0
- Switch version numbering scheme
- Upgrade to ASM 5.0.2
- Fix for #114 - fails to run for java 8 when -parameters flag is set
- #99 Support additionalClasspathElements property in maven plugin (thanks artspb)
- #98 Do not mutate java 7 try with resources (thanks @artspb)
- #109 extended remove conditional mutator (thanks @vrthra)
0.33
- Upgrade of ASM to support Java 8 bytecode
- Partial support for JUnit categories
- New Remove Increments Mutator
- Minor logging improvements
- Fix for issue 92 - broken maven 2 support
- Fix for issue 75 - incorrectly ignored tests in classes with both
@Ignore
and@BeforeClass
/@AfterClass