Releases: bugfender/BugfenderSDK-iOS
Releases · bugfender/BugfenderSDK-iOS
1.4.3
- Stability update: fixed crash in very rare circumstances.
- Improvements when the SDK is deleting the old logs because the max storage size is reached.
1.4.2
- Fixing CocoaPods when using static libraries in Objective-C
- Now compatible with Swift 2.3, 3.0 and 3.1
- Fixing appledoc, fixToConsole default setting wrongly documented
- Fixing appledoc, some argument names were wrong
- Printing an empty line on BFLog(nil);
1.4.1
- Swift helper automatically embedded in the framework (use
BugfenderSDK
pod)
- Aded ObjC subspec to avoid that pure Objective-C projects require the Swift library (use
BugfenderSDK/Objc
pod)
1.4.0
- Declared the framework as a Clang module, so that the framework can be used in Swift without bridging headers
- Removed redundant and outdated method calls to make the SDK docs/API cleaner
- Published helper file for Swift projects
0.3.27
Stability update: fixed crash in very rare circumstances.
0.3.26
Updates
- Improved networking code, smaller and more efficient
Bugfixes
- Fixed conflict with AFNetworking library
0.3.25
Updates:
- enableNSLogLogging is now marked as deprecated, not working since iOS 10
- Dropping support for iOS 7
Bugfixes
- Improvements on the networking code
0.3.24
- Better formatting of the automated user interaction logging
0.3.23
- Fixing missing some NSLogs at the beginning and end of the session, especially on iOS 10
- Fixing documentation warnings raised by Xcode 8
- Fixing duplicated logs from NSLog when DEBUG macro is defined when using BFLog
0.3.22
- Fixing bug that sends empty sessions to the server
- Fixing a bug that reports wrong app version information when the build number contains the dot character