Releases: kharrison/ScaledFont
Releases · kharrison/ScaledFont
v1.0.7
v1.0.6
Add conformance for Swift 6 strict concurrency
Change Log
- Enable StrictConcurrency for all targets in the package
- Add Sendable conformance to ScaledFont
- Make environment key default value a let to avoid concurrency warning
- Update Swift tools to 5.9
- Update minimum platform support to iOS 13.
v1.0.5
v1.0.4
Improved Platform Compatibility
Fixes failing build and unit tests for tvOS and watchOS.
Change Log
- Build for tvOS and watchOS
- Unit tests were failing as Noteworthy font was only available on iOS. Switch to Futura so unit tests also work on tvOS and watchOS.
v1.0.3
v1.0.2
v1.0.1
Minor bug fix release
Fix a couple of minor issues to ignore the Xcode files in the .swiftpm
folder and move the style examples to a folder at the root of the package.