Skip to content

Latest commit

 

History

History
173 lines (93 loc) · 4.21 KB

CHANGELOG.md

File metadata and controls

173 lines (93 loc) · 4.21 KB

Change Log

All notable changes to this project will be documented in this file following the style described at Keep a Changelog by @olivierlacan. This project adheres to Semantic Versioning.


Next Version

Added


## 0.4.1 (2016-03-11)
Added
  • Option to log synchronously during development by @muukii
  • Code completion docs for most public variables & functions by @skreutzberger
  • Internal linting of code base by @skreutzberger

## 0.4.0 (2016-03-04)
Added
  • Default log file directory is OS-dependent by @xeo-it
  • Flush function is accessible to all destinations by @prenagha
  • Customizable log colors by @fvvliet
Changed
  • Default log file directory for iOS, tvOS & watchOS is an app’s cache directory by @xeo-it



0.3.5 (2016-02-24)

Changed
  • Optimized performance by letting log functions take @autoclosure by @reesemclean

## 0.3.4 (2016-02-23)
Changed

## 0.3.3 (2016-02-09)
Added
  • Flush function to make sure all logging messages have been written out by @prenagha
Changed

## 0.3.2 (2016-02-04)
Added
  • Easier creation of custom destinations by making certain base class functions public by @irace
  • Secrets.* files are ignored by Git to act as credential-holding file in the future by @skreutzberger

## 0.3.1 (2016-01-11)
Added
  • Logging of thread by @VDKA

## 0.3.0 (2015-12-11)

Added



0.2.5 (2015-12-10)

Added


## 0.2.4 (2015-12-09)

Added

  • Installation via Cocoapods for tvOS, watchOS2 & OSX by @davidrothera

Changed


## 0.2.3 (2015-12-09)

Added


## 0.2.2 (2015-12-09)

Added

Fixed


## 0.2.1 (2015-12-06)

Added


## 0.2.0 (2015-12-05)

Added

Fixed


## 0.1.1 (2015-12-01)

Added

Fixed


## 0.1.0 (2015-11-28)

Added