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.
## 0.3.5 (2016-02-24)
- Optimized performance by letting log functions take @autoclosure by @reesemclean
## 0.3.4 (2016-02-23)
- Optimized writing to log file by @skreutzberger. Thanks go to Andy Chou for pointing on it.
## 0.3.3 (2016-02-09)
Flush
function to make sure all logging messages have been written out by @prenagha
- Versions & tags do not start with a "v" anymore by @skreutzberger
## 0.3.2 (2016-02-04)
- 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)
- Logging of thread by @VDKA
## 0.3.0 (2015-12-11)
- File-based minimum level filters by @skreutzberger
- Support for KZLinkedConsole plugin by @skreutzberger
- Installation via Carthage for tvOS, watchOS & OSX by @davidrothera
- Introduction of API limitation to allowed SwiftyBeaver to be used in Extensions by @impossibleventures
## 0.2.4 (2015-12-09)
- Installation via Cocoapods for tvOS, watchOS2 & OSX by @davidrothera
- No date output if date format is empty by @skreutzberger
## 0.2.3 (2015-12-09)
- Installation via Swift Package Manager by @davidrothera
## 0.2.2 (2015-12-09)
- Installation via Cocoapods by @davidrothera
- Wrong level word displayed for Debug level by @skreutzberger
## 0.2.1 (2015-12-06)
- Flexible level names by @skreutzberger
- Logging of all types and not just strings by @skreutzberger
## 0.2.0 (2015-12-05)
- Dedicated serial queues for each destination by @skreutzberger
- Destinations are now each in a single file by @skreutzberger
- Wrong scope of
init
function by @skreutzberger
## 0.1.1 (2015-12-01)
- Downloadable assets by @skreutzberger
- Deployment version to make Carthage work by @manuelvanrijn
- License text by @skreutzberger
## 0.1.0 (2015-11-28)
- Initial release by @skreutzberger