All Versions
13
Latest Version
Avg Release Cycle
142 days
Latest Release
393 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.0 Changes
June 21, 2025 -
v0.8.0 Changes
May 21, 2025 -
v0.7.0 Changes
March 13, 2023- โ Add different error handling behaviors for disk writing errors. #75
- ๐ Make
logMessagemethod public. #77 - โ Add method to support flushing log message. #79
- ๐ Make
dateFormatfunction more efficient. #81 - โก๏ธ Update
Loggingmodule to 1.5.2 or later. #82 - ๐ฒ Export
Loggingmodule. #83 - ๐ Use Swift 5.7.2 and Xcode 14.2. #84
-
v0.6.0 Changes
November 29, 2022Supports Swift 5.6 or later.
There are several breaking changes. Please check README for details.
- Disable bitcode. #54
- โก๏ธ Update platform versions. #55
- โก๏ธ Update to Xcode 14.0.1 and Swift 5.6 or later. #56
- ๐ Still use Xcode 13.4.1 for executing
pod lib lint. #57 - โ Remove a property of type FileHandle. #58
- โ Remove the argument named
asynchronous. #59 - โ Remove and change the properties. #60
- ๐ Change minimum platform versions. #61
- Adopt
SendableandLoggerable. #62 - โ Remove the dependency in podspec. #66
- โก๏ธ Update to
Xcode 14.1. #69 - ๐ Use
#fileIDinstead of#file. #70 - โ Add another example of using
Puppywith Vapor. #71 - ๐ Use
structinstead ofclass. #72
-
v0.5.1 Changes
September 24, 2022 -
v0.5.0 Changes
February 28, 2022Puppy 0.5.0supports Windows!- โ 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[NOTICE]
The specifications ofFileLoggerandFileRotationLoggerhave been changed(#32, #36).
Please check README as well.FileRotatonLoggerinheritsFileLogger. #29- โ Add asynchronous methods for
deleteandflush. #30 - โ Add
test_specinpodspec. #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
DispatchQueueand add an argument named ofasynchronous. #9 - โ Remove colons from log rotation file name(extension). #11
- ๐ Use
AnyObjectfor 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