Skip to content

1.0.0

Compare
Choose a tag to compare
@x-sheep x-sheep released this 18 Sep 07:59
· 2 commits to main since this release
1281c48

Features:

  • New Generators oneOf and frequency
  • New optionSet generator with an upper limit parameter

Fixes:

  • Fix shrinker writing every intermediate step to output when using Swift Testing 6.2

Breaking changes:

  • Swift 6.1 support is deprecated, and will not receive the above bugfixes and features.
  • Shrinking is now enabled by default on Swift 6.2 and up. Disable the "EnableShrinking" SwiftPM package trait to change this behavior.