1.1.8
hcoles
released this
02 Jan 13:11
·
1467 commits
to master
since this release
#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