Skip to content

Releases: kostiakoval/SpeedLog

v 0.3.0

01 Nov 13:29
Compare
Choose a tag to compare
v 0.3.0 Pre-release
Pre-release

Swift 3.0

v 0.2.0

28 Nov 14:54
Compare
Choose a tag to compare

Breaking Changes:

  • Log enables by default in Debug mode and Disable in Release mode.

Added:

  • UIColor log
  • New Log styles: .Date and .FullCodeLocation
  • More test and Documentation

Removed:

v 0.1.4 - File structure

20 Nov 16:27
Compare
Choose a tag to compare

Code Changes (added, deleted):

  • None

Changes:

  • Pod file structure. Example project doesn't require to run pod install to use it
    Just git clone or download zip and run it :)

v0.1.3 - Bug fixing

02 Nov 14:01
Compare
Choose a tag to compare
  • Fix terminator element in print function

v0.1.2 - Swift 2.0 print style

02 Nov 13:41
Compare
Choose a tag to compare
  • use Swift 2.0 print function
print(items: Any..., separator: String = default, terminator: String = default)

SpeedLog.print("A", "B")
SpeedLog.print("A", "B", separator: "-")
SpeedLog.print("A", "B", terminator: "")
SpeedLog.print("A", "B", separator: "-", terminator: "\n\n")

v0.1.1

26 Oct 20:32
Compare
Choose a tag to compare
  • 🐦 Swift 2.0 and Xcode7 . Thanks to @phimage for making this
  • Add OS X, WatchOS and TVOS support