9 curated breaking changes across major versions of Clipy/Sauce. Use this as a migration checklist before bumping dependencies.
Update minimum deployment target to macOS 10.13 ( #57 )
Fix a crash when unable to get the keyboard source ID ( #44 ) ( #40 ) ( @mcasper )
Renamed `SauceEnabledKeyboardInputSoucesChanged` to `SauceEnabledKeyboardInputSourcesChanged`. ( #31 )
Renamed `key(by:)` with `key(for:)` and similar. ( #36 )
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/swift/Clipy/SauceThe initializer of `Sauce.Key` is changed from `init?(character:)` to `init?(character:, virtualKeyCode:)`. ( #22 )
The `modifiers` argument has been renamed to `carbonModifiers`. ( #11 )
Removed `ASCIICapableInputSources`. ( #15 )
Drop support macOS 10.9 Mavericks.
Rename `currentKeyCode(by:)` to `keyCode(by:)`.