Releases: FlineDev/HandySwift
Releases · FlineDev/HandySwift
1.1.0
New:
- Global
delay(bySeconds:) { ... }
method with optional dispatch level
Removed:
- Support for OS X 10.9 (10.10+ is the new requirement)
1.0.0
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
Prevents Xcode 7.3 deprecation warnings for Swift 3.
0.8
Add .merge() method to DictionaryExtension.
0.7
Add DictionaryExtension with init?(keys:values:)
0.6
Add frequency-based sample methods via struct.
0.5
Add randomizing features + tvOS/OSX support.
0.4
Add ArrayExtension with .sample methods
0.3
StringExtension with .strip and .isBlank
0.2.1
Improve subArray creation speed by not re-sorting.