- Fix build issue due to incorrect NSNotification name. (Thanks to @acosmicflamingo)
- New framework architecture that makes contributing support for upcoming accessibility settings easier
- Uses Swift Package project template
We are going to focus on an unified API for Apple accessibility settings, so we decided to drop
- scalable fonts extension
- handicap APIs used for grouping accessibility settings
- support for iOS 11, macOS 10.12, tvOS11, and watchOS 3
- WCAG color extension which moved to its own repository: WCAG-Colors
- Fix macOS deployment target info of subspec definitions.
- Add Carthage support by sharing Pod schemes (Thanks to @jefflen)
- Add SPM support for iOS, macOS, tvOS, and watchOS
- Update project structure to match the CocoaPods lib template
- Improve development tooling by adding SwiftFormat, SwiftLint, and SourceDocs (replacement for Jazzy)
- Add text-property to
ConformanceLevel
- Fix bug when using Capable 1.0.0 along with SheetyColors 0.3.0
- Swift 5.0 and Xcode 10.2 support
- Refactor architecture of statuses modules
- Improve test coverage
- Fix isMonoAudioEnabled accessibility method (Thanks to @edwellbrook)
- Fix CocoaPods documentation link
- tvOS: Post
CapableFeatureStatusDidChange
if.invertColors
feature status changes