Spectre v0.10.1 Release Notes

Release Date: 2021-08-31 // over 2 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ— Prevents compilation error when building Spectre on Xcode 13.

Previous changes from v0.10.0

  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘Œ Support for Swift < 4.2 has been dropped.

    โœจ Enhancements

    • Reporter type can be set via an environment variable. For example, to use dot reporter:
      $ env SPECTRE_REPORTER=dot swift test
    
    • โž• Additional arguments and options can be passed to Spectre using the SPECTRE_ADDOPTS environment variable, for example:
      $ SPECTRE_ADDOPTS=Tests/SpectreTests/FailureSpec.swift swift test
    
    • โœ… Spectre can be passed a set of files to filter which tests will be executed.

    • โž• Add support for Xcode 12.5.

    • โž• Added support for building Spectre on Windows.