Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

49 lines (36 loc) · 1.59 KB

1.2.3

Released on 2021-07-27.

  • Fix build errors and warnings

1.2.2

Released on 2021-03-09.

  • Updates usingDelegate option. #35

1.2.1

Released on 2020-09-23.

  • Updates NattyDelegate protocol. #32

1.2.0

Released on 2020-08-25.

Added

  • Adds NattyDelegate protocol.

1.1.1

Released on 2020-02-27.

Fixed

  • Fixes memory leak issue #28

1.1.0

Released on 2019-10-24.

Added

  • Support code-level documentation.
    • Added in Pull Request #3

Fixed

  • The default value in NattyConfiguration is no longer static constant.
    • Change to computed property (getter)
    • Updated in Pull Request #1

Updated

  • Support SPM(Swift Package Manager)
    • Updated in Pull Request #8 and issue #4
  • Support Carthage
    • Updated in Pull Request #12 and issue #11
  • Support multi-platform (macOS, watchOS, tvOS)
    • Updated in Pull Request #12 and issue #6

1.0.0

Released on 2019-10-14.

  • Initial release of NattyLog.