BFKit-Swift v2.3.0 Release Notes

  • 23 Apr 2017

    โž• Added

    • โž• Added dateString(format:) in Date extension
    • โž• Added replacingOccurrences(of:, with:) in String extension

    ๐Ÿ‘Œ Improved

    • Changing Sound and Font enums to be more Swifty (Xcode hints will help)
    • โšก๏ธ Updated with Swift 3.1 compatibility
    • โšก๏ธ Updated SwiftLint to 0.18.1
    • ๐Ÿ‘Œ Improved tests
    • mainBundlePath in FileManager extension will now return the main bundle path if no file is specified #27

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue with randomInt() function in Number extension #26

    ๐Ÿš€ Thanks to @on123 & @jiongge for this release