Releases: pointfreeco/swift-custom-dump
Releases · pointfreeco/swift-custom-dump
0.1.3
- Added: a bunch of new conformances (thanks @noppefoxwolf, @konomae, @Bellaposa).
- Fixed: macOS builds on Big Sur using Xcode 13 RC no longer fail.
0.1.2
- Added: more conformances for Photos, StoreKit, and UIKit (thanks @larryonoff).
- Fixed: a build failure for watchOS in Xcode 13.
- Infrastructure: continuous integration now run tests and builds for release on all Apple platforms over a number of recent Xcode versions.
0.1.1
- Added: platform requirements. In order to get things building/archiving reliably we have added platform requirements targeting iOS 13, macOS 10.15, tvOS 13, and watchOS 6. We are open to loosening these requirements in the future but want Custom Dump to reliably build across supported versions of Xcode.
0.1.0
- Initial release!