BFKit-Swift v6.0.1 Release Notes
Release Date: 2019-10-20 // over 5 years ago-
BFKit-Swift 6.0.1
20 Oct 2019
๐ Fixed
- ๐ Fixed
swift_version
in podspec file
- ๐ Fixed
Previous changes from v5.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(_:)
fromFloat
toDouble
in Number extension - ๐ Changed parameter type of
rotate(radians:)
androtate(degrees:)
fromFloat
toDouble
in UIImage extension - ๐ Changed
search(_:)
function in List struct that now returnsInt
instead ofInt?
by returning-1
instead ofnil
if theElement
is not found - ๐ Changed BFLog messages from emojis to
[ERROR]
,[WARNING]
,[DEBUG]
and[INFO]
- ๐ Changed the behavior of Calendar instances in Date extension on Linux
๐ 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