Skip to content

Releases: jordanbaird/SwiftKeys

SwiftKeys 0.2.0

16 Aug 22:03
42fb370
Compare
Choose a tag to compare

Changes:

Additions:

  • KeyCommand.isReservedBySystem(key:modifiers:) is now public. You can use it to determine if a key-modifier combination is available for use as a key command before actually creating the command.

Breaking:

  • typealias KeyCommand.Observation.EventType has been removed. Use KeyCommand.EventType instead.

Full Changelog: 0.1.9...0.2.0

SwiftKeys 0.1.9

04 Feb 14:17
af9a8a7
Compare
Choose a tag to compare

Full Changelog: 0.1.8...0.1.9

SwiftKeys 0.1.8

27 Jan 04:09
6964a2b
Compare
Choose a tag to compare

Full Changelog: 0.1.7...0.1.8

SwiftKeys 0.1.7

23 Dec 07:07
4eacc58
Compare
Choose a tag to compare

Full Changelog: 0.1.6...0.1.7

SwiftKeys 0.1.6

02 Dec 09:43
da7598a
Compare
Choose a tag to compare

Full Changelog: 0.1.5...0.1.6

SwiftKeys 0.1.5

28 Nov 18:53
f93c694
Compare
Choose a tag to compare

IMPORTANT: This release includes source breaking changes in the KeyCommand.Name.Prefix API and will require migration.

Full Changelog: 0.1.4...0.1.5

SwiftKeys 0.1.4

20 Nov 23:16
32d80ce
Compare
Choose a tag to compare

Full Changelog: 0.1.3...0.1.4

SwiftKeys 0.1.3

03 Nov 17:55
2f57728
Compare
Choose a tag to compare

Incremental updates

Full Changelog: 0.1.2...0.1.3

SwiftKeys 0.1.2

02 Nov 23:43
90f71c8
Compare
Choose a tag to compare

This is mostly a cleanup release.

Full Changelog: 0.1.1...0.1.2

SwiftKeys 0.1.1

30 Oct 20:17
d1e02c3
Compare
Choose a tag to compare

Incremental updates