All Versions
32
Latest Version
Avg Release Cycle
143 days
Latest Release
1832 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0 Changes
March 19, 2020 -
v2.0.0 Changes
October 15, 201916 Oct 2019
🔄 Changed
- 📇 Renamed
isValid
toisObjectValid
to avoid conflicts with other libraries #39 - 📇 Renamed
DegreesToRadians
toBFDegreesToRadians
to avoid conflicts with other libraries #37 - 📇 Renamed
RadiansToDegrees
toBFRadiansToDegrees
to avoid conflicts with other libraries #37
➕ Added
- ➕ Added support to Objective-C++ projects #37
🚀 Thanks to @ramonvic and tony-hoang999 for this release
- 📇 Renamed
-
v1.11.1 Changes
October 15, 201916 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 -
v1.10.0 Changes
June 12, 2017 -
v1.9.3 Changes
December 11, 2016 -
v1.9.2 Changes
July 13, 201614 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, 201608 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, 201601 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 andconvertUUIDToString
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
andboldFont
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, 20159 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