All Versions
39
Latest Version
Avg Release Cycle
69 days
Latest Release
1979 days ago

Changelog History
Page 4

  • v1.5.1 Changes

    10 Nov 2015

    โž• Added

    • โž• Added more stronger check on BFDataStructures

    ๐Ÿ‘Œ Improved

    • ๐Ÿ‘ Now support Swift 2.1 and Xcode 7.1

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug in searchInString(_:charStart:charEnd) that may cause a crash

  • v1.5.0 Changes

    5 Nov 2015

    โž• Added

    • โž• Added support for Swift 2.0
    • โž• Added onFirstStartForVersion and isFirstStartForVersion functions and isFirstStart and isFirstStartForCurrentVersion variables in BFApp class
    • โž• Added HEX functions in NSString and String extensions
    • โž• Added String functions like URL functions
    • โž• Added a NS function to String extension that convert it to a NSString
    • โž• Added flipImageHorizontally & flipImageVertically functions in UIImage extension
    • โž• Added missing devices

    ๐Ÿ‘Œ Improved

    • Now Array and Dictionary extensions are declared as public
    • indexOfCharacter() in String extension now doesn't returns nil if not found, but -1
    • ๐Ÿšš Moved generateUUID() from UIDevice extension to String and NSString extensions

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed various bugs

  • v1.4.1 Changes

    20 Jul 2015

    โž• Added

    • โž• Added support for iPod Touch 6G

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a problem with Carthage project

  • v1.4.0 Changes

    13 Jul 2015

    โž• Added

    • โž• Added APP_DELEGATE global variable
    • โž• Added UINavigationBar extension
    • โž• Added UIToolbar & UIBarButtonItem extensions
    • โž• Added BFDataStructures class with primitive data structures
    • โž• Added new substring, indexOf and subscript functions in String extension
    • โž• Added fallbackTitle parameter in showTouchIDAuthenticationWithReason function in BFTouchID class
    • โž• Added touch on screen with BFShowTouchOnScreen() and BFHideTouchOnScreen() functions

    ๐Ÿ‘Œ Improved

    • โœ‚ Removed UIScreen functions from UIDevice extension and created UIScreen extension
    • Changed SCREEN_WIDTH & SCREEN_HEIGHT variables and fixed #2 (Thanks to jiongge)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed iOSVersion function in UIDevice extension

  • v1.3.1 Changes

    9 Jul 2915

    โž• Added

    • โž• Added onFirstStart and onFirstStartForCurrentVersion in BFApp class
    • โž• Added stringByReplacingWithRegex:withString: in NSString and String extensions

    ๐Ÿ‘Œ Improved

    • ๐Ÿ–จ BFLog now prints: timestamp filename:line function message
    • โšก๏ธ NSDate extension now has nanosecond and use autoupdatingCurrentCalendar
    • ๐Ÿ› Bug fix in DEMO App

  • v1.3.0 Changes

    7 Jul 2015

    โž• Added

    • โž• Added a DEMO App
    • โž• Added init(imageAsTemplate:, tintColor:) to create UIImageView with a template image
    • โž• Added a new init function in UIColor extension to create UIColor with an HEX in Int
    • โž• Added function dictionaryToJSON and deprecated the old one in NSDictionary extension
    • โž• Added moveObjectFromIndex function in NSMutableArray extension

    ๐Ÿ‘Œ Improved

    • NSThread extension is now public and can perform selectors in background
    • BFLocalizedString now doesn't require comment parameter
    • ๐Ÿ”„ Changed BFLogString and BFDetailedLogString from functions to variables
    • showTouchIDAuthenticationWithReason in BFTouchID class now returns result in closure
    • In some UIKit extension the delegate (or data source) can now be nil
    • searchCharStart functions in NSString extension now requires a NSString for start and end
    • ๐Ÿ”„ Changed how to check if is an email in NSString and String extensions
    • ๐Ÿšš colorForColorString has been moved from UIImage to UIColor extension
    • ๐Ÿ“‡ Renamed image variable to screenshot in takeScreenshotWithDelay function in UIWindow extension
    • Marked some function as obsoleted

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug with iOSVersion function in UIDevice extension
    • ๐Ÿ›  Fixed a bug with all the CIFilter in UIImage extension
    • ๐Ÿ›  Fixed a bug in deleteFile function in NSFileManager extension
    • ๐Ÿ›  Fixed a bug in safeSetObject function in NSMutableDictionary extension

  • v1.2.0 Changes

    5 Jul 2015

    โž• Added

    • โž• Added comments to all classes and extensions
    • โž• Added the documentation with CocoaDocs

    ๐Ÿ‘Œ Improved

    • Declared public colorForColorString in UIColor extension
    • ๐Ÿ—„ Declared as deprecated some functions in favor of default values

  • v1.1.0 Changes

    2 Jul 2015

    โž• Added

    • โž• Added Carthage support
    • โž• Added all IDs in BFSystemSound class
    • โž• Added all font family names and font names in UIFont extension

    ๐Ÿ‘Œ Improved

    • Now you can use word like red, blue or any predefined color in UIColor class to create dummy images with UIColor(dummyImageWithSizeAndColor:)
    • ๐Ÿ”„ Changed loadArrayToPath to loadArrayFromPath and now return AnyObject?
    • โœ‚ Removed cpuUsage function in NSProcessInfo extension
    • โช Reverted to old BFLog function in BFLog class

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed dictionaryToJson: in Dictionary extension

  • v1.0.0 Changes

    30 Jun 2015

    • ๐ŸŽ‰ Initial release