Skip to content

Latest commit

 

History

History
136 lines (60 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

136 lines (60 loc) · 2.23 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.3.3 (2016-02-09)

Added

  • Flush function to make sure all logging messages have been written out by @prenagha

Changed

  • Versions & tags do not start with a "v" anymore by @skreutzberger

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

  • File-based minimum level filters by @skreutzberger

0.2.5 (2015-12-10)

Added

  • 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)

Added

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

Changed

  • No date output if date format is empty by @skreutzberger

0.2.3 (2015-12-09)

Added

  • Installation via Swift Package Manager by @davidrothera

0.2.2 (2015-12-09)

Added

  • Installation via Cocoapods by @davidrothera

Fixed

  • Wrong level word displayed for Debug level by @skreutzberger

0.2.1 (2015-12-06)

Added

  • Flexible level names by @skreutzberger
  • Logging of all types and not just strings by @skreutzberger

0.2.0 (2015-12-05)

Added

  • Dedicated serial queues for each destination by @skreutzberger
  • Destinations are now each in a single file by @skreutzberger

Fixed

  • Wrong scope of initfunction by @skreutzberger

0.1.1 (2015-12-01)

Added

  • Downloadable assets by @skreutzberger

Fixed

  • Deployment version to make Carthage work by @manuelvanrijn
  • License text by @skreutzberger

0.1.0 (2015-11-28)

Added

  • Initial release by @skreutzberger