SwiftCheck v0.12.0 Release Notes

Release Date: 2019-03-28 // about 5 years ago
  • ๐Ÿฑ โš ๏ธ Breaking Changes Ahead โš ๏ธ

    • ๐Ÿ’… Update to Swift 5, 5-style package format, and upgrade the Xcode project to compile in Swift 5 mode
    • ๐Ÿ›  Fix a bug where covered properties yielded a false positive if the condition was never true

    ๐Ÿš€ In the coming release, we will be reworking the coverage system to better match QuickCheck's current functionality.


Previous changes from v0.11.0

  • ๐Ÿฑ โš ๏ธ Breaking Changes Ahead โš ๏ธ

    • ๐Ÿ’… Update to the Swift 4.2 tooling, 4.2-style package format, and upgrade the Xcode project to compile in the 4.2 mode of the Swift compiler.
    • โœ‚ Removed the previously-deprecated Gen.map forms. Please use the corresponding Gen.zip function call itself
    • โœ‚ RemovedquickCheck(_ :name:). Use one of quickCheck(asserting:) or quickCheck(reporting:) instead.