All Versions
32
Latest Version
Avg Release Cycle
143 days
Latest Release
1165 days ago

Changelog History
Page 2

  • v1.7.1 Changes

    September 27, 2015

    27 Sep 2015

    โž• Added

    • โž• Added new devices (iPhone, iPad and AppleTV)
    • โž• Added new methods for HEX representation

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug with getSettings:objectForKey: & setSettings:object:forKey in NSFileManager category #15

    ๐Ÿš€ Thanks to @jiongge and @fabiosoft for this release

  • v1.7.0 Changes

    July 21, 2015

    21 Jul 2015

    โž• Added

    • โž• Added UINavigationBar category
    • โž• Added UIToolbar & UIBarButtonItem categories
    • โž• Added BFDataStructures class with primitive data structures
    • โž• Added new substring and indexOf methods in NSString category
    • โž• Added fallbackTitle parameter in showTouchIDAuthenticationWithReason method in BFTouchID class
    • โž• Added touch on screen with BFShowTouchOnScreen and BFHideTouchOnScreen macros
    • โž• Added support for iPod Touch 6G

    ๐Ÿ‘Œ Improved

    • Now to create dummy images you have to explicitly call dummyImageNamed: method in UIImage
    • ๐Ÿ”„ Changed all id to instancetype in instance creation
    • โœ‚ Removed UIScreen methods from UIDevice category and created UIScreen category

    ๐Ÿ›  Fixed

    • Changed SCREEN_WIDTH & SCREEN_HEIGHT macros and fixed #13

    ๐Ÿš€ Thanks to @jiongge for this release

  • v1.6.8 Changes

    July 09, 2015

    9 Jul 2015

    โž• Added

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

    ๐Ÿ‘Œ Improved

    • ๐Ÿ–จ BFLog now prints: timestamp filename:line function message
    • โšก๏ธ NSDate category now has nanosecond and use autoupdatingCurrentCalendar

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug fix in DEMO App
  • v1.6.7 Changes

    7 Jul 2015

    โž• Added

    • โž• Added initWithImageAsTemplate:tintColor: in UIImageView category

    ๐Ÿ‘Œ Improved

    • ๐Ÿ”„ Changed method to check if a NSString is an email
  • v1.6.6 Changes

    5 Jul 2015

    โž• Added

    • โž• Added colorForColorString in UIColor category
    • โž• Added getIndexPathsForSection in UITableView category
    • โž• Added takeScreenshotAndSave: and takeScreenshotWithDelay:save:completion: in UIWindow category to save screenshots and make it after a delay

    ๐Ÿ‘Œ Improved

    • ๐Ÿ“š Minor changes on Documentation

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug with Retina and Retina HD displays while resizing images
  • v1.6.5 Changes

    2 Jul 2015

    โž• Added

    • โž• Added currentAppCPUUsage in NSProcessInfo category

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Minor bugfixes
  • v1.6.4 Changes

    26 Jun 2015

    โž• Added

    • โž• Added hex and hexString in UIColor category to easily create HEX colors from strings
    • โž• Added dummy images and any blend mode in UIImage category
    • โž• Added setMaskImage method in UIImageView category and deprecated the oldest ones in UIImage category

    ๐Ÿ‘Œ Improved

    • ๐Ÿ—„ macAddress method in UIDevice category is now deprecated (from iOS 7 you cannot request for mac address)
    • Minor enhancements

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed quality loss on most UIImage category manipulation methods
  • v1.6.3 Changes

    23 Jun 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a problem with CocoaPods & CocoaDocs (again)
  • v1.6.2 Changes

    23 Jun 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a problem with CocoaPods & CocoaDocs
  • v1.6.1 Changes

    23 Jun 2015

    ๐Ÿ‘Œ Improved

    • In NSString category the method allFamilyAndFonts now return an NSDictionary with all the family font names