BFKit-Swift v6.0.1 Release Notes
Release Date: 2019-10-20 // about 2 months 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