All Versions
55
Latest Version
Avg Release Cycle
55 days
Latest Release
-

Changelog History
Page 4

  • v1.4.7 Changes

    • ๐Ÿ›  Fixed minor issues.
  • v1.4.6 Changes

    • โž• Added method to get the session identifier.
    • Now send issue method returns the issue identifier.
  • v1.4.5 Changes

    • ๐Ÿ›  Fixed issue with the latest release.
  • v1.4.4 Changes

    • ๐Ÿ‘Œ Improvements with the CPU consumption.
  • v1.4.3 Changes

    • Stability update: fixed crash in very rare circumstances.
    • Improvements when the sdk is deleting the old logs because the max storage size is reached.
  • v1.4.2 Changes

    • 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);
  • v1.4.0 Changes

    • 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
  • v0.3.27 Changes

    • Stability update: fixed crash in very rare circumstances.
  • v0.3.26 Changes

    • Improved networking code, smaller and more efficient
    • Fixed conflict with AFNetworking library
  • v0.3.25 Changes

    • enableNSLogLogging is now marked as deprecated, not working since iOS 10
    • Dropping support for iOS 7
    • Improvements on the networking code