BFKit-Swift v3.1.0 Release Notes

Release Date: 2017-12-26 // over 6 years ago
  • BFKit-Swift 3.1.0

    26 Dec 2017

    ➕ Added

    • ➕ Added BFBiometrics struct to help handling Face ID and / or Touch ID
    • ➕ Added two new custom operators on Number extension: <> and <=> to check if a number is included in a tuple of values
    • ➕ Added isUUID(), isUUIDForAPNS() and replacingMatches(regex:, with:) to Linux in String extension

    👌 Improved

    • 👌 Improved compilation time in blur() function in UIImage extension
    • 👌 Improved debug and release code execution on BFApp struct
    • 🔄 Changed generateUniqueIdentifier() to generateUniqueIdentifier(save: Bool = default) in UIDevice extension to be able to keep the generated identifier across multiple sessions, defaults to false so no changes are required
    • ⚡️ Updated SwiftLint to 0.24.0
    • ⚡️ Updated README.md to latest Carthage changes

    🚀 Thanks to @tomasz-czyzak for this release