Skip to content

Releases: hcoles/pitest

1.1.1

01 Nov 16:53
Compare
Choose a tag to compare
  • Block based coverage (fixes 79/131)
  • End support for running on Java 5 (java 5 bytecode still supported)
  • Skip flag for maven modules (#106)
  • Stop declaring TestNG as a dependency
  • New parameter propagation mutator (thanks UrsMetz)

1.1.0

23 Sep 20:22
Compare
Choose a tag to compare
  • 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

18 May 19:33
Compare
Choose a tag to compare
  • 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

25 Mar 20:36
Compare
Choose a tag to compare
  • 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