Releases: hcoles/pitest
1.6.4
1.6.3
- #853 Fix case insensitive feature check
- #855 Make coverage data available to interceptors
- #857 Pass stderr/out data by line (thanks @kgeilmann)
- #858 Fix test not failing when maxSurviving is 0 (thanks @alexkoltz)
- #860 Fix junk mutations in try with resources in java 11
1.6.2
1.6.1
1.5.2
- #749 ANT support for the fullMutationMatrix option (thanks @ayaankazerouni)
- #752, #755, #757 Version bumps and legacy code improvements (thanks @AlexElin)
- #758 Correctly can for test packages (thanks @nicerloop)
- #765 Fix incremental analysis for TestNG (thanks @StefanPenndorf)
1.5.1
1.5.0
1.4.11
#683 - Filter try-with-resources before filtering inlined code (thanks @Vampire)
#686 - Do not print the class name twice for unsplittable test units (thanks @Vampire)
#672 - Do not include the current directory to the minion class path (thanks @Vampire)
#692 - Add property='skipPitest' to skip attribute inn maven plugin (thanks @cjgwhite)
#697 - TestNG 7.0.0 compatibility (thanks @kris-scheibe)
#666 - UOI4 reports mutated field name (thanks @LaurentTho3)
#716 - Bump asm to 7.3.1
#710 - Use the new mutator set by default
Note, that #710 introduces a behaviour change to pitest, changing the mutators that are used by default.
1.4.10
#534 Smaller blocks for more precise test targeting (thanks @jon-bell)
#664 Fix A0D2 map key (thanks @Vampire)
#656 Escape characters in init methods for html report (thanks @Vampire)
#404 Filter junk mutations to compiler generated Objects.requireNonNull calls
When upgrading all history files should be deleted or incorrect results may be generated.