Swiftpack.co - Swift Packages by emaloney

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by emaloney

emaloney/CleanroomLogger 7.0.0
CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant
⭐️ 1,322
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Swift 4 / Xcode 9 compatibility release
6 years ago
Swift 3.1 / Xcode 8.3 compatibility release
7 years ago
Support OSLog; drop CleanroomASL; add back color-coding
7 years ago
• Supports Apple's new Unified Logging System _aka_ OSLog _aka_ os_log • Removes the CleanroomASL dependency — CleanroomLogger is now dependency-free! • Adds back color coding; we lost this when XcodeColors was wiped out by Xcode 8. Although it is now in a different form: ``` ◽️ Verbose messages are tagged with a small gray square — easy to ignore ◾️ Debug messages have a black square; easier to spot, but still de-emphasized 🔷 Info messages add a splash of color in the form of a blue diamond 🔶 Warnings are highlighted with a fire-orange diamond 🛑 Error messages stand out with a red stop sign — hard to miss! ```
With great sadness, XcodeColors support is now gone
7 years ago
Because there's [sadly no room for XcodeColors in a post-Xcode 8.0 world](https://github.com/robbiehanson/XcodeColors/issues/88), this release removes support for XcodeColors and the various text colorization hooks on which it relied. The following entities have been removed from the CleanroomLogger API: • `Color` • `ColorTable` • `ColorizingLogFormatter` • `DefaultColorTable` • `TextColorizer` • `XcodeColorsTextColorizer` In addition, various functions have been rewritten to remove parameters related to text colorization behavior.
Xcode 8.2 release
7 years ago
Final Xcode 8.1 release
7 years ago
Interim Swift 3.0 release
7 years ago
**This is the first official Swift 3.0 release of this project.** We are calling this an _interim release_ because we have not yet completed the task of updating the APIs across our codebase to adopt the Swift 3 style. Until that task is complete, our Swift 3 releases will be considered interim, as there is a high likelihood of future breaking API changes.
Final planned Swift 2.3 release
7 years ago
Barring any last-minute showstoppers requiring a patch, this will be the final release that supports the Swift 2.3 language.
First Swift 2.3 / Xcode 8 release
7 years ago
This release is a maintenance update to support the Swift 2.3 language as shipped in Xcode 8.0.
Final Swift 2.2 / Xcode 7.3.x Release
7 years ago
This is the final release supporting the Swift 2.2 language.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics