SwiftCheck v0.11.0 Release Notes

Release Date: 2018-09-19 // over 5 years ago
  • 🍱 ⚠️ 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.