Releases: hcoles/pitest
1.2.0
#318 - Separate main process code from code sharing client classpath
#295 - Ignore abstract TestNG tests
#215 - Automatic selection of target classes for maven
#314 - Do not fail for maven modules without tests or code
#306 - Do not fail when only interfaces are in changeset
#325 - Anonymous class in Spock test causing error
#334 - Compatibility with recent TestNG releases
#335 - Incorrect coverage with powermock
1.1.11
1.1.10
- #260 - Initial support for mutating Kotlin code
- #264 - Support for yatspec runner (thanks @theangrydev)
- Break build when more than
maxSurviving
mutants survive
1.1.9
1.1.8
#239 - Provide a shortcut to set history files via maven
Maven users can now set seup pitest to use an automatically managed history file in their temp directory by setting the property withHistory
to true.
#240 - Support for regexes
Previous versions of pitest supported only glob style filters. As of this release if the filter begins with a ~
it will be interpreted as a regex.
#243 - Use ephemeral ports to communicate with minions
1.1.7
1.1.6
1.1.5
- Fix for #148 - Stackoverflow with TestNG data providers when using JMockit
- Fix for #56 - Not reporting junit incompatibilities
- Fix for #174 - Invalid linecoverage.xml with static initializers
- Fix for #183 - Can't run GWTMockito tests
- Fix for #179 - Broken
includeLaunchClasspath=false
on Windows - #173 - Read exclusions and groups from maven surefire config
1.1.4
- #157 - Support maven -DskipTests flag (thanks @lkwg82)
- Fix for #163 - Should not include test tree in coverage threshold
- #166 - Allow classpath exclusions for maven plugin (thanks @TomRK1089)
- #155 - Restore Java 5 compatibility
- Fix for #148 - Issue with JMockit + TestNG (thanks @estekhin and @KyleRogers)