TraceLog v2.0.2 Release Notes

  • ➕ Added

    • ➕ Added required tests to bring coverage back to 100%.

    ⚡️ Updated

    • 🔧 Deprecated TLLogger.configure and TLLogger.configureWithEnvironment. Use TraceLog.configure in swift instead.
    • 🔄 Changed Vagrant file to include libpython2.7 required for Swift REPL.

    🛠 Fixed

    • ✂ Removed unnecessary String with formatters call that can result in a crash if the interpolated string includes formatter options that the String(format:) function will never have matching parameters for.