BFKit-Swift v2.0.0 Release Notes

  • 10 Dec 2016

    โž• Added

    • This version has been completely rewritten and is not compatible with 1.x versions
    • โž• Added Swift 3.0 support
    • โž• Added Unit Tests
    • ๐Ÿ“š Adopt the new API Design Guidelines
    • ๐Ÿ‘• Use of SwiftLint
    • ๐Ÿง Builds on Linux (Foundation extensions only)
    • โž• Added isLowPowerModeEnabled(), lowPowerModeChanged(_:), isJailbroken(), uptime and uptimeDate functions in UIDevice extension
    • โž• Added shuffle() and shuffled() functions in Array extension
    • โž• Added localize(), isAnagram(), isPalindrome(), links(), dates(), hashtags(), mentions() functions and ??? operator in String extension
    • โž• Added animate(path:, count:, duration:) function in UIView extension
    • โž• Added init(base64:) function in UIImage extension
    • โž• Added UIViewController extension
    • โž• Added ProcessInfo extension

    ๐Ÿ‘Œ Improved

    • ๐Ÿ‘ Better handling of !, ? and throws on all sources
    • Minor enhancements & bug fix

    ๐Ÿš€ Thanks to @the0neyouseek for this release