All Versions
16
Latest Version
Avg Release Cycle
43 days
Latest Release
3048 days ago
Changelog History
Page 2
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 nowLXEndpoint
LXLogConsoleEndpoint
is nowLXConsoleEndpoint
LXLogSerialConsoleEndpoint
is nowLXSerialConsoleEndpoint
LXLogFileEndpoint
is nowLXFileEndpoint
LXLogDatedFileEndpoint
is nowLXDatedFileEndpoint
LXLogHTTPEndpoint
is nowLXHTTPEndpoint
LXLogHTTPJSONEndpoint
is nowLXHTTPJSONEndpoint
LXLogLevel
is nowLXPriorityLevel
LXLogEntryFormatter
is nowLXEntryFormatter
- ๐ฒ The log entry properties
logLevel
has been renamed tolevel
logLevel
remains available for compatibility, but will be removed in LogKit 2
- The JSON Endpoint now uploads the
level
properties aslevel
(instead oflogLevel
)logLevel
is also included for compatibility, but will be removed in LogKit 2
- 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.
-
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