| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2019-04-23 | 932 Bytes | |
| Swift 5.0 Support.tar.gz | 2019-04-23 | 6.8 MB | |
| Swift 5.0 Support.zip | 2019-04-23 | 6.9 MB | |
| Totals: 3 Items | 13.6 MB | 0 | |
BFKit-Swift 5.0.0
23 Apr 2019
Added
- Added support to Xcode 10.2 and Swift 5.0
Changed
- Renamed
countSymbols()tocountPunctuations()in String extension, the old one has been deprecated but still valid - Changed parameter type and return type of
degreesToRadians(_:)andradiansToDegrees(_:)fromFloattoDoublein Number extension - Changed parameter type of
rotate(radians:)androtate(degrees:)fromFloattoDoublein UIImage extension - Changed
search(_:)function in List struct that now returnsIntinstead ofInt?by returning-1instead ofnilif theElementis not found - Changed BFLog messages from emojis to
[ERROR],[WARNING],[DEBUG]and[INFO]
Improved
- Improved
count*chars functions in String extension - Improved build performance
- Updated SwiftLint to 0.31.0
Removed
- Removed all the deprecated functions and variables