All Versions
8
Latest Version
Avg Release Cycle
71 days
Latest Release
788 days ago

Changelog History

  • v0.5.0 Changes

    February 28, 2022
    • โœ‚ Remove concurrency features. #39
    • ๐Ÿ›  Fix the default rotation type to numbering. #40
    • ๐Ÿ”„ Change the type of intPermission to UInt16. #41
    • Output a message prompting to override. #42
    • ๐Ÿ‘‰ Use String type for filePermission. #43
    • โž• Add error descriptions to FileError. #44
    • ๐Ÿ‘Œ Support Windows. #45
    • โšก๏ธ Update GitHub Actions. #46
  • v0.4.0 Changes

    January 31, 2022
    • FileRotatonLogger inherits FileLogger. #29
    • โž• Add asynchronous methods for delete and flush. #30
    • โž• Add test_spec in podspec. #31
    • โž• Add suffix extension types for FileRotationLogger. #32
    • FileRotationLoggerDelegate Fix Spelling. #34
    • โž• Add option for file permission. #36
    • Import more precisely. #38
  • v0.3.1 Changes

    August 18, 2021
    • โž• Add file required only for Swift 5.3.x or before on Linux. 25
  • v0.3.0 Changes

    August 07, 2021
    • โšก๏ธ Update cmake-build for Linux. #19
    • ๐Ÿ— Workaround for carthage build in both Xcode 12 and 13. #20
    • Follow up Integrate modules into Xcode. #22
    • ๐Ÿ‘‰ Make BaseLogger inheritable outside of the module(Puppy). #23
  • v0.2.0 Changes

    June 17, 2021
    • Instantiate DispatchQueue and add an argument named of asynchronous. #9
    • โœ‚ Remove colons from log rotation file name(extension). #11
    • ๐Ÿ‘‰ Use AnyObject for protocol inheritance instead of class. #13
    • โž• Add carthage-build-xcframeworks. #14
    • ๐Ÿง Specify Linux platform. #15
    • โ†” Integrate modules in Xcode and Podspec. #16
    • โž• Add bazel-build. #17
    • โž• Add cmake/ninja-build. #18
  • v0.1.2 Changes

    December 05, 2020
    • ๐Ÿ‘Œ Support new API about FileHandle. #7
  • v0.1.1 Changes

    October 20, 2020
    • ๐Ÿ›  Fix access level issue for use as a library. #4
  • v0.1.0 Changes

    October 18, 2020
    • ๐Ÿš€ First release.