Icons 1.0.2 updates the package for Swift 6.3 and refines the icon-backed SwiftUI and UIKit APIs with clearer documentation and broader test coverage.
Changes since v1.0.1
- Updated the package to Swift tools 6.3.
- Added CI coverage for iOS, macOS, and tvOS, including stable and beta toolchain detection.
- Made label string literals localizable by default while retaining an explicit verbatim initializer.
- Added the preferred
UIImage(icon:)initializer and deprecatedUIImage(systemName:)when passed anIcon. - Documented the public icon helpers and expanded tests for the icon model, SwiftUI rendering, and UIKit image creation.
- Added repository guidance and a development journal.
Commits
d1ce72bAdded a CI workflow0870057build with Swift 6.3ab55809added 6.3 tests749e595version scan support betas97d1219bumped tools requirement to 6.36efb655Added LabeledContent supportd7da871Treat string literals as localization keys unless verbatim is used.6239f57updated workflowef6b1a9More consistent initialisers.33edf49Added agents, cleaned up API comments80fa8f8expanded unit tests
Range: v1.0.1..main • End: main