BFKit-Swift v2.6.0 Release Notes

  • 26 Jul 2017

    ➕ Added

    • ➕ Added macOS Support
    • ➕ Added dateSeparator and timeSeparator to init?(date:, time:) with a default value, so no changes are required
    • ➕ Added flatten<T>(_ array:) generic global function in Array extension

    👌 Improved

    • ✂ Removed Apple Watch device from UIDevice extension (Can't be used)
    • ✂ Removed support for iOS 7 in UIImage extension (Refuse)
    • 👌 Improved BFPassword struct
    • 👌 Improved tests

    🛠 Fixed

    • 🛠 Fixed missing style in init(frame:, style:, cellSeparatorStyle:, separatorInset:, dataSource:, delegate:) in UITableView extension
    • 🛠 Fixed animate(path:, count: = default, duration:, autoreverses: = default) autoreverses
    • 🛠 Fixed BFButton with a default fadeDuration value
    • 🛠 Fixed wrong default duration in fade(label:, duration:, toAttributedString:) in WKInterfaceController extension