All Versions
8
Latest Version
Avg Release Cycle
71 days
Latest Release
1059 days ago
Changelog History
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, 2022FileRotatonLogger
inheritsFileLogger
. #29- โ Add asynchronous methods for
delete
andflush
. #30 - โ Add
test_spec
inpodspec
. #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 -
v0.2.0 Changes
June 17, 2021- Instantiate
DispatchQueue
and add an argument named ofasynchronous
. #9 - โ Remove colons from log rotation file name(extension). #11
- ๐ Use
AnyObject
for protocol inheritance instead ofclass
. #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
- Instantiate
-
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.