Releases: hcoles/pitest
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.
pitest-parent-1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
#518 - Experimental BigInteger mutator (thanks @ripdajacker)
#523 - Sort mutators in html report (thanks @ThLeu)
#533 - Classic mutators from literature (thanls @LaurentTho3)
#528 - Added skipFailingTests option from maven plugin (thanks @nicerloop)
1.4.3
A test matrix mode can now be enabled by setting the parameter fullMutationMatrix
to true, mutant will continue to be challenged with tests after one has failed and the result for each test determined. Note that only XML output is supported in this mode.