Skip to content

Releases: almata/Combinatorics

Swift 4 Ready

Choose a tag to compare

@cemolcay cemolcay released this 02 Mar 15:05

Swift 4 Ready
Schemes are shared now. So, Carthage is supported.

Easier usage with default parameters

Choose a tag to compare

@cemolcay cemolcay released this 11 Sep 22:57

Added default parameters to array extension functions.

Updated to Swift 3.1

Choose a tag to compare

@cemolcay cemolcay released this 10 Jul 10:45

Updated to Swift 3
Added macOS, tvOS and watchOS pod targets
Added array extensions to use the methods on arrays like [5, 3, 2].combinations(...) or [3, 4, 6].permutations(...)