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

Changelog History
Page 3

  • v1.6.0 Changes

    23 Jun 2015

    โž• Added

    • โž• Added in NSString category the method hasString:caseSensitive:
    • โž• Added system macros in UIDevice category
    • โž• Added iOS 9 fonts and marked as deprecated that is not available on iOS 9

    ๐Ÿ‘Œ Improved

    • ๐ŸŽ Performance improved
  • v1.5.3 Changes

    18 May 2015

    โž• Added

    • โž• Added Traditional Chinese (zh-Hant)

    ๐Ÿš€ Thanks to @simonlinj for this release

  • v1.5.2 Changes

    16 May 2015

    โž• Added

    • โž• Added in UIView category the method createGradientWithColors:direction:
    • โž• Added a comment on every enum, method or variable

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a warning on runOnMainThread method in NSThread category
  • v1.5.1 Changes

    15 May 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a problem with CocoaPod
  • v1.5.0 Changes

    15 May 2015

    โž• Added

    • โž• Added BFButton class
    • โž• Added in UIImageView category the method initWithImage:center:
    • โž• Added in UIImage category the method imageWithSize:backgroundColor:maskedText:font:
    • โž• Added in UIView category the method translateAroundTheView:duration:direction:repeat:startFromEdge:
    • โž• Added in NSNumber category the methods nextPowerOfTwo and isPowerOfTwo
    • โž• Added Vietnamese

    ๐Ÿ‘Œ Improved

    • โœจ Enhancements in NSDate category

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Minor bugfixes

    ๐Ÿš€ Thanks to @simonlinj & @masd-duc for this release

  • v1.4.0 Changes

    25 Feb 2015

    โž• Added

    • โž• Added UITextView category
    • โž• Added NSObject category
    • โž• Added BFLogDetailedString to get more detailed log string in BFLog class
    • โž• Added dateInformationDescriptionWithInformation:dateSeparator:usFormat method, to get timestamp in NSDate category
    • โž• Added fileSize:fromDirectory: method, to get size of a file in NSFileManager category
    • โž• Added some @property method, to get the RGB single component in UIColor category
    • โž• Added canProvideRGBComponents, contrastingColor & complementaryColor methods in UIColor category
    • โž• Added imageFromText:font:fontSize:imageSize: method, to create an UIImage from a given text in UIImage category

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed UIImage category to support al types of display (Retina & Retina HD)
    • ๐Ÿ›  Fixed UIImage category to remove all warnings
  • v1.3.2 Changes

    21 Feb 2015

    โž• Added

    • โž• Added in every class or category @import to import the needed frameworks
  • v1.3.1 Changes

    13 Jan 2015

    โž• Added

    • โž• Added NSDictionary category with dictionaryToJson: methods

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed reversedArray: in NSArray category

    ๐Ÿš€ Thanks to @simonlinj for this release

  • v1.3.0 Changes

    10 Jan 2015

    โž• Added

    • โž• Added APP_DELEGATE macro to retrive AppDelegate
    • โž• Added Base64 encode/decode
    • โž• Added NSThread class with function runOnMainThread
    • โž• Added RGB & RGBA macros to create UIColor objects
    • โž• Added missing fonts (iOS 8)
    • โž• Added missing Audio IDs
    • โž• Added some localized strings

    ๐Ÿ‘Œ Improved

    • ๐Ÿ”Š Complete rewrite of BFLog class with more details in log and string of all logs
  • v1.2.0 Changes

    2 Jan 2015

    โž• Added

    • โž• Added NSMutableDictionary category
    • โž• Added in NSArray the method objectAtCircleIndex:
    • โž• Added in BFSystemSound the ability to create and dispose custom sound
    • โž• Added BFApp and BFLog classes

    ๐Ÿ‘Œ Improved

    • In NSArray the method arrayToJson: now returns the localized string error
    • NSArray & NSMutableArray enhancements

    ๐Ÿš€ Thanks to @antwork for this release