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

Changelog History
Page 1

  • v3.0.0 Changes

    March 19, 2020

    3.0.0

    19 Mar 2020

    โœ‚ Removed

    • ๐Ÿ—„ Renamed UIWebView additions due to Apple deprecation #41
  • v2.0.0 Changes

    October 15, 2019

    16 Oct 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Renamed isValid to isObjectValid to avoid conflicts with other libraries #39
    • ๐Ÿ“‡ Renamed DegreesToRadians to BFDegreesToRadians to avoid conflicts with other libraries #37
    • ๐Ÿ“‡ Renamed RadiansToDegrees to BFRadiansToDegrees to avoid conflicts with other libraries #37

    โž• Added

    • โž• Added support to Objective-C++ projects #37

    ๐Ÿš€ Thanks to @ramonvic and tony-hoang999 for this release

  • v1.11.1 Changes

    October 15, 2019

    16 Oct 2019

    โž• Added

    • โž• Added support to Xcode 11.1

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a typo in onFirstStartForVersion:block: that prevented the method to correctly work

    ๐Ÿš€ Thanks to @ramonvic for this release

  • v1.11.0 Changes

    December 26, 2017

    26 Dec 2017

    โž• Added

    • โž• Added isJailbroken to UIDevice category to check if the device is Jailbroken #33
    • โž• Added missing devices #33

    ๐Ÿš€ Thanks to @Vanson for this release

  • v1.10.0 Changes

    June 12, 2017

    12 Jun 2017

    โž• Added

    • โž• Added Traditional Turkish (tr-TR) Localization #28
    • โž• Added support to Application Extensions #29

    ๐Ÿš€ Thanks to @durul and @insanoid for this release

  • v1.9.3 Changes

    December 11, 2016

    11 Dec 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a crash in UIDevice category #27
    • ๐Ÿ›  Fixed a bug on imageAtRect in UIImage category #26

    ๐Ÿš€ Thanks to @durul and for this release

  • v1.9.2 Changes

    July 13, 2016

    14 Jul 2016

    ๐Ÿ‘Œ Improved

    • Adjusting pt-BR typo #25

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug with Carthage

    ๐Ÿš€ Thanks to @gabrielPeart for this release

  • v1.9.1 Changes

    May 08, 2016

    08 May 2016

    โž• Added

    • โž• Added missing devices
    • โž• Added Swedish translation #24

    ๐Ÿ‘Œ Improved

    • Minor enhancements & bug fix

    ๐Ÿš€ Thanks to @pontus-andersson for this release

  • v1.9.0 Changes

    February 01, 2016

    01 Feb 2016

    โž• Added

    • โž• Added CONTRIBUTING.md file
    • โž• Added BFCryptor class to encrypt/decrypt NSString and NSData
    • โž• Added NSData category with convertToUTF8String & convertToASCIIString methods to convert NSData to NSString and convertUUIDToString method to convert an NSData UUID to an APNS valid UUID
    • โž• Added convertToNSData method in NSString category to convert NSData to NSString
    • โž• Added isUUID & isUUIDForAPNS methods in NSString category to check if it is a valid UUID
    • โž• Added updateUniqueIdentifier:block: to UIDevice category to check if the UUID has to be updated (Useful for APNS)
    • โž• Added brightness methods directly to UIScreen category
    • โž• Added Brazilian Portuguese #20 & #22
    • โž• Added BFTextField subclass of UITextField to limit the max characters
    • โž• Added automatic height for width for an UILabel #21
    • โž• Added setFont:fromIndex:toIndex: to sets a custom font from a range of characters #21
    • โž• Added removeAllSubviews from UIView category to remove all the subviews #21
    • โž• Added screen size macros in UIScreen category to check the device's screen size

    ๐Ÿ‘Œ Improved

    • ๐Ÿ”„ Changed how to access lightFont, regularFont and boldFont in UIFont category
    • ๐Ÿšš All the encrypt/decrypt methods has been moved to the new BFCryptor class. The old ones will call the new ones from that class
    • ๐Ÿ›  Fixed warnings for deprecated fonts #23
    • Minor enhancements & bug fix

    ๐Ÿš€ Thanks to @AshrafAbuBakr, @davidjelliott, @emersonbroga & @liushixiang for this release

  • v1.8.0 Changes

    November 09, 2015

    9 Nov 2015

    โž• Added

    • โž• Added support to Nullability
    • โž• Added support to Carthage
    • โž• Added flipImageHorizontally & flipImageVertically methods in UIImage category
    • โž• Added missing devices
    • โž• Added more stronger check on BFDataStructures

    ๐Ÿ‘Œ Improved

    • ๐Ÿ— Now BFKit can be build as a Framework
    • ๐Ÿšš Moved generateUUID: from UIDevice category to String and NSString category
    • Minor enhancements