0.6.0
Supports 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
Sendable
andLoggerable
. #62 - Remove the dependency in podspec. #66
- Update to
Xcode 14.1
. #69 - Use
#fileID
instead of#file
. #70 - Add another example of using
Puppy
with Vapor. #71 - Use
struct
instead ofclass
. #72