CocoaLumberjack v2.3.0 Release Notes

Release Date: 2016-05-02 // about 8 years ago
    • ⚡️ Updated to Swift 2.2 - #704
    • replaced deprecated __FUNCTION__, __FILE__, __LINE__ with newly added to Swift 2.2: #function, #file, #line
    • ⚡️ Xcode 7.3 update - #692 #662
    • simplify usage and integration of the static library target - #657
    • DDLog usable via instances - #679
    • Swift cleanup - #649
    • Enable Application extension API only for tvOS - #701
    • Added appletvos and appletvsimulator to SUPPORTED_PLATFORMS and set TVOS_DEPLOYMENT_TARGET - #707
    • 🛠 fixed OSSpinLock init issue - #653
    • ➕ Added check to prevent duplicate loggers - #682
    • 🛠 fixed typo in import - #693
    • ⚡️ updated the docs - #646 #650 #656 #655 #661 #664 #667 #684 #724