BFKit-Swift v6.0.1 Release Notes

Release Date: 2019-10-20 // over 4 years ago
  • BFKit-Swift 6.0.1

    20 Oct 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed swift_version in podspec file

Previous changes from v5.0.0

  • 23 Apr 2019

    โž• Added

    • โž• Added support to Xcode 10.2 and Swift 5.0

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ Renamed countSymbols() to countPunctuations() in String extension, the old one has been deprecated but still valid
    • Changed parameter type and return type of degreesToRadians(_:) and radiansToDegrees(_:) from Float to Double in Number extension
    • ๐Ÿ”„ Changed parameter type of rotate(radians:) and rotate(degrees:) from Float to Double in UIImage extension
    • ๐Ÿ”„ Changed search(_:) function in List struct that now returns Int instead of Int? by returning -1 instead of nil if the Element 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