Skip to content

Releases: FlineDev/HandySwift

1.0.0

17 Apr 20:26
Compare
Choose a tag to compare

This version adds the ColorExtension for iOS & tvOS targets which helps on some common access and change tasks using UIColor. See the README for further documentation.

Please note that this version was also marked as 1.0 according to recommendations on the SemVer 2.0 website as this library is stable, well tested and already used in production.

0.8.2

22 Mar 07:51
Compare
Choose a tag to compare
Prevents Xcode 7.3 deprecation warnings for Swift 3.

0.8

20 Mar 13:26
Compare
Choose a tag to compare
0.8

Add .merge() method to DictionaryExtension.

0.7

16 Jan 13:43
Compare
Choose a tag to compare
0.7

Add DictionaryExtension with init?(keys:values:)

0.6

03 Jan 00:43
Compare
Choose a tag to compare
0.6

Add frequency-based sample methods via struct.

0.5

29 Dec 22:08
Compare
Choose a tag to compare
0.5

Add randomizing features + tvOS/OSX support.

0.4

26 Dec 15:45
Compare
Choose a tag to compare
0.4

Add ArrayExtension with .sample methods

0.3

26 Dec 14:16
Compare
Choose a tag to compare
0.3

StringExtension with .strip and .isBlank

0.2.1

26 Dec 02:19
Compare
Choose a tag to compare
Improve subArray creation speed by not re-sorting.

0.2

26 Dec 01:39
Compare
Choose a tag to compare
0.2

Add SortedArray struct with binary search.