Skip to content

Releases: kharrison/ScaledFont

v1.0.7

26 Jul 13:27
Compare
Choose a tag to compare

Minor change to support Swift 5.8

Change Log

  • Relax the Swift tools version to support Swift 5.8
  • Removed the LibraryContentProvider which was causing concurrency warnings.

v1.0.6

25 Jul 17:47
Compare
Choose a tag to compare

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

01 Jun 13:56
Compare
Choose a tag to compare

Add support for building docs

Change Log

  • add DocC plugin and .spi.yml config file

v1.0.4

15 Nov 16:45
Compare
Choose a tag to compare

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

28 Apr 10:23
Compare
Choose a tag to compare

Minor update to README

Documentation updates.

Change Log

  • Add note to README with example of using ScaledFont with a presented SwiftUI view like a sheet (see #3). f2e10cf

v1.0.2

13 Apr 17:07
Compare
Choose a tag to compare

Minor Release

Small documentation updates and code style cleanup

Change Log

  • Add a link to the README for the SwiftUI blog post 43b5c97
  • Correct typo in README 77fb581
  • Clean up internal/public access control 912f10f

v1.0.1

13 Mar 15:53
Compare
Choose a tag to compare

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.

Change Log

  • Add .swiftpm to gitignore b4defe1 #1
  • Remove the previously committed .swiftpm files 5c8d54f #1
  • Move Examples folder out of sources 68ec23 #2

v1.0.0

13 Mar 15:55
Compare
Choose a tag to compare

Initial release