All Versions
16
Latest Version
Avg Release Cycle
43 days
Latest Release
3048 days ago

Changelog History
Page 2

  • v1.1.0 Changes

    ๐Ÿš€ This release facilitates compatibility with LogKit 2.

    โšก๏ธ Updated
    • Most classes have been renamed to match their LogKit 2 counterparts. Compatibility aliases have been added so that applications already using LogKit 1.0.x will continue to work properly with 1.1.
      • LXLogEndpoint is now LXEndpoint
      • LXLogConsoleEndpoint is now LXConsoleEndpoint
      • LXLogSerialConsoleEndpoint is now LXSerialConsoleEndpoint
      • LXLogFileEndpoint is now LXFileEndpoint
      • LXLogDatedFileEndpoint is now LXDatedFileEndpoint
      • LXLogHTTPEndpoint is now LXHTTPEndpoint
      • LXLogHTTPJSONEndpoint is now LXHTTPJSONEndpoint
      • LXLogLevel is now LXPriorityLevel
      • LXLogEntryFormatter is now LXEntryFormatter
    • ๐ŸŒฒ The log entry properties logLevel has been renamed to level
      • logLevel remains available for compatibility, but will be removed in LogKit 2
    • The JSON Endpoint now uploads the level properties as level (instead of logLevel)
      • logLevel is also included for compatibility, but will be removed in LogKit 2
  • v1.0.4 Changes

    OS X 10.9 and iOS 7 GCD Fix

    ๐Ÿ›  Fixed
    • ๐Ÿ‘ OS X 10.9 and iOS 7 do not support QOS classes; now using global queue priorities (#1)
  • v1.0.3 Changes

    โšก๏ธ Updated Project settings

    โšก๏ธ Updated
    • ๐Ÿ”„ Changed Org and bundle ID to LogKit
  • v1.0.2 Changes

    โœจ Enhanced README

    โšก๏ธ Updated
    • More usage detail in README.md
    • More license detail in README.md
  • v1.0.1 Changes

    ๐Ÿ“š Testing and documentation maintenance release

    โž• Added
    • โœ… A few more test cases in Xcode
    • โœ… Travis-CI automated testing and badge
    • CocoaPods badge
    โšก๏ธ Updated
    • ๐Ÿ“š Xcode-native documentation to cover some undocumented code
    ๐Ÿ›  Fixed
    • Xcode project schemes that weren't being shared
  • v1.0.0 Changes

    ๐ŸŽ‰ Initial release