Skip to content

Releases: FlineDev/HandySwift

0.2.1

26 Dec 02:19

Choose a tag to compare

Improve subArray creation speed by not re-sorting.

0.2

26 Dec 01:39

Choose a tag to compare

0.2

Add SortedArray struct with binary search.

0.1.5

25 Dec 23:10

Choose a tag to compare

Restructured + Swift Package Manager ready.

0.1.4

20 Dec 01:28

Choose a tag to compare

Moved times method to Int class + example improvements.

0.1.3

19 Dec 23:40

Choose a tag to compare

Remove ambiguous times method with argument.

Fix deployment target issue.

19 Dec 13:07

Choose a tag to compare

0.1.2

Fixed iOS version lowering.

Lowered deployment target to iOS 8.0

19 Dec 12:51

Choose a tag to compare

0.1.1

Lowered minimum deployment target to iOS 8.0.

0.1

18 Dec 22:54

Choose a tag to compare

0.1

Support for .times method on IntegerType
– .times Method supported
– Carthage install supported