SwiftCheck v0.11.0 Release Notes
Release Date: 2018-09-19 // over 4 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 correspondingGen.zip
function call itself - ✂ Removed
quickCheck(_ :name:)
. Use one ofquickCheck(asserting:)
orquickCheck(reporting:)
instead.