Skip to content

Releases: hcoles/pitest

1.14.1

25 May 12:41
Compare
Choose a tag to compare
  • #1215 Apply coverage rewrites when aggregating reports
  • #1219 Ensure try with resources filtering applied first (thanks @Vampire)

1.14.0

19 May 13:11
Compare
Choose a tag to compare
  • #1213 Filter equivalent divide by -1 maths mutants
  • #1212 Auto add junit-platform-launcher

#1212 Largely resolves the issue of keeping the pitest-junit5-plugin version in sync with the junit5 version for maven users.

When used with 1.2.0 of the pitest-junit5-plugin, pitest will now automatically select a version of junit-platform-launcher which is compatible with the version of junit5 used by the system under test.

Issues remain for gradle users who may still encounter api compatibilities when using 1.2.0 of the pitest-junit5-plugin. These can however now be resolved by manually adding the correct version of junit-platform-launcher to the classpath.

It is hoped that a future version of the pitest gradle plugin will implement a fix similar to the pitest-maven solution.

1.13.2

16 May 08:28
6da159a
Compare
Choose a tag to compare
  • #638 Ensure % shows as 100 when all mutants killed (thanks @Vampire)
  • #1197 Show start up info when logging set to VERBOSE_NO_SPINNER (thanks @Vampire)
  • #1198 Logging improvements (thanks @Vampire)
  • #1200 Warn if parallel test execution enabled during coverage collection (thanks @Vampire)
  • #1199 Switch to System.nanoTime for test timings (thanks @Vampire)
  • #1207 Support for removal of class level annotations

1.13.1

02 May 10:01
90c936e
Compare
Choose a tag to compare

1.13.0

21 Apr 12:01
Compare
Choose a tag to compare
  • #1188 Allow mutators to produce multiple distinct mutations
  • #1190 Provide test prioritiser to interceptors
  • #1191 Enable mutation of annotations of methods and fields

1.12.0

05 Apr 13:58
Compare
Choose a tag to compare
  • #1186 New extension points

Adds new extension points to allow plugins to make changes in the environment in which tests are run.

1.11.7

26 Mar 21:01
Compare
Choose a tag to compare

#1178 Commas in killing test name break csv export (thanks @Bonajo)
#1177 Apply features in a consistent order
#1176 Upgrade to ASM 9.5

1.11.6

22 Mar 21:48
Compare
Choose a tag to compare

#1171 Prevent double instantiation of features
#1170 Update links to https (thanks @romani)

1.11.5

16 Mar 09:29
Compare
Choose a tag to compare
  • #1167 Fix poor static analysis performance for large methods
  • #1166 Update pitest web link to https (thanks @romani)

1.11.4

03 Mar 14:30
Compare
Choose a tag to compare

#1161 Prevent duplicate clinit when synthetic clinit present
#1162 Auto add kotlin source dirs to maven when present