Releases: kostiakoval/SpeedLog
Releases · kostiakoval/SpeedLog
v 0.3.0
01 Nov 13:29
Compare
Sorry, something went wrong.
No results found
v 0.2.0
28 Nov 14:54
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Code Changes (added, deleted):
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
Sorry, something went wrong.
No results found
Fix terminator element in print function
v0.1.2 - Swift 2.0 print style
02 Nov 13:41
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
🐦 Swift 2.0 and Xcode7 . Thanks to @phimage for making this
Add OS X, WatchOS and TVOS support