Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 759 Bytes

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 759 Bytes

Changelog

  • please enter new entries in format
- <description> (#<PR_number>, kudos to @<author>)

master

Added

  • Run SwiftLint on build if installed locally (#29, kudos to @olejnjak)

3.1.1

  • Migrate to Swift 5 and Xcode 10.2 (#20, kudos to @olejnjak)
  • Add public inits to built-in loggers so they can really be used (#21, kudos to @olejnjak)
  • Add SPM support (#23, kudos to @olejnjak)
  • Fix a typo and a link in README.md (#24, kudos to @michalsrutek)
  • Fix the example app (#25, kudos to @michalsrutek)

SPM release also supports macOS 🎉

3.1.0

  • Move from NSLog to unified logging (#19, kudos to @fortmarek)