Skip to content

0.6.0

Compare
Choose a tag to compare
@sushichop sushichop released this 29 Nov 12:42
· 18 commits to main since this release

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 and Loggerable. #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 of class. #72