SwiftCheck v0.10.0 Release Notes

Release Date: 2018-04-12 // about 6 years ago
  • ๐Ÿš€ Swift turns 4.1, and so SwiftCheck marches onward. This release brought with it a raft of improvements:

    • โœ… Non-operator spellings of the standard property() <- test pattern is provided in the form of the new quickCheck functions.
    • ๐Ÿšš Conditional conformances for a raft of Standard Library types obviate most modifier types. As such, ArrayOf<T>, SetOf<T>, DictionaryOf<K, V>, and OptionalOf<T> have been removed. You can now directly use the natural types [T], Set<T>, [K: V], and T? respectively.
    • ๐Ÿ“š Documentation improvements and simplifications