All Versions
39
Latest Version
Avg Release Cycle
69 days
Latest Release
1979 days ago
Changelog History
Page 4
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
andisFirstStartForVersion
functions andisFirstStart
andisFirstStartForCurrentVersion
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
andDictionary
extensions are declared as public indexOfCharacter()
in String extension now doesn't returnsnil
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 inshowTouchIDAuthenticationWithReason
function in BFTouchID class - โ Added touch on screen with
BFShowTouchOnScreen()
andBFHideTouchOnScreen()
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
- โ Added
-
v1.3.1 Changes
9 Jul 2915
โ Added
- โ Added
onFirstStart
andonFirstStartForCurrentVersion
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 useautoupdatingCurrentCalendar
- ๐ Bug fix in DEMO App
- โ Added
-
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 requirecomment
parameter- ๐ Changed
BFLogString
andBFDetailedLogString
from functions to variables showTouchIDAuthenticationWithReason
in BFTouchID class now returnsresult
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 toscreenshot
intakeScreenshotWithDelay
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 withUIColor(dummyImageWithSizeAndColor:)
- ๐ Changed
loadArrayToPath
toloadArrayFromPath
and now returnAnyObject?
- โ 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