Skip to content

v2.1.0

Compare
Choose a tag to compare
@Econa77 Econa77 released this 23 May 09:25
· 36 commits to master since this release

Breaking Changes

  • The initializer of Sauce.Key is changed from init?(character:) to init?(character:, virtualKeyCode:). ( #22 )

Enhancements

  • Added notification when the keyboard key codes is changed. ( #21 )
  • Supported ISO keyboard only key codes. ( #22 )
  • Sauce.Key conformed to Codable. ( #23 )

Bugfixes

  • Fixed support for some keys on the JIS keyboard. ( #22 )
  • Fixed an issue where numeric key codes could not be parsed correctly. ( #22 )
  • Fixed an issue where keypadClear and keypadEnter characters could not be handled correctly. ( #22 )