All Versions
75
Latest Version
Avg Release Cycle
25 days
Latest Release
503 days ago

Changelog History
Page 5

  • v0.10.13 Changes

    December 03, 2020
    • ๐Ÿ›  Fix to properly propagate coverage criteria from config file.

    #1135

  • v0.10.12 Changes

    December 03, 2020
    • ๐Ÿ›  Fix absent jobs on CLI to not shadow file configuration.
    • ๐ŸŽ Performance improvements on caching more work in the master process.

    #1134

  • v0.10.11 Changes

    December 02, 2020
    • โž• Add environment show subcommand to display environment without coverage run.
    • ๐Ÿ›  Fix unspecified integration to have dedicated error message.

    #1130

  • v0.10.10 Changes

    December 02, 2020
    • โž• Add environment show subcommand to display environment without coverage run.
    • ๐Ÿ›  Fix unspecified integration to have dedicated error message.

    #1130

  • v0.10.9 Changes

    November 29, 2020
    • โž• Add support for specifying multiple subject expressions with the RSpec integration. #1125
  • v0.10.8 Changes

    November 22, 2020
    • โž• Add support for process abort as coverage condition.

    This allows mutation to be covered on abnormal process aborts, such as segfaults.

    #1120

  • v0.10.7 Changes

    November 22, 2020
    • โž• Add support for external mutation timeouts.

    New config file settings. mutation_timeout and coverage_criteria to control timeouts and coverage conditions.

  • v0.10.6 Changes

    November 06, 2020
    • ๐Ÿ”„ Change to always display help on invalid CLI. #1093
  • v0.10.5 Changes

    November 04, 2020
    • ๐Ÿ›  Fix config inheritance between environment, config file and CLI options.
  • v0.10.4 Changes

    November 02, 2020
    • ๐Ÿ›  Fix mutant-minitest and mutant rspec to not rely on git anymore in gemspec. #1087