BFKit-Swift v2.2.0 Release Notes

  • 9 Jan 2017

    ➕ Added

    • ➕ Added new cryptographically secure random numbers generator with random() function in Number extension
      • Available to all Integer types, Float and Double
    • ➕ Added warning, error, debug and info functions in BFLog extension
    • ➕ Added has(_:, caseSensitive:) as alias of range(of:, caseSensitive:) in String extension

    👌 Improved

    • Increased code coverage
    • General enhancements in pasteboard functions
    • ✨ Enhancements in init(barButtonSpaceType:, width:) in UIBarButtonItem extension
    • 🔄 Changed the implementation of randomInt() and randomFloat() function in Number extension
    • ⚡️ Updated SwiftLint to 0.15.0
    • Minor enhancements

    🛠 Fixed

    • 🛠 Fixed a bug in reversed(preserveFormat:) function in String extension