Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

39 lines (26 loc) · 1.12 KB

Changelog

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

main

3.2.1

  • Change Reqres class name to ReqresLogger (#36, kudos to @olejnjak)

3.2.0

Added

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

Changed

  • Update structure (#35, kudos to @olejnjak)
    • use Xcode 14.3
    • bump deployment target to iOS 11
  • Use Xcode 12.4 on CI (#31, 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)