All Versions
10
Latest Version
Avg Release Cycle
137 days
Latest Release
2151 days ago
Changelog History
Changelog History
-
v2.1.0 Changes
November 18, 2018 -
v2.0.0 Changes
September 27, 2017โก๏ธ Update for Swift4. Thanks @Nirma !
-
v1.1.0 Changes
August 11, 2017๐ฅ Breaking Changes
- ๐ Change
enabled
toisEnabled
for accoding to Swift naming convention. Thanks to @milkcocoa !
- ๐ Change
-
v1.0.1 Changes
September 20, 2016Xcode8 & Swift3
From this version you can use it with Xcode8 and Swift3 combination.
-
v1.0.0 Changes
September 10, 2016Swift3 is beautiful.
-
v0.5.1 Changes
September 20, 2016Compatible for Swift 2.3
This is for users using Xcode8 & Swift2.3 combination.
-
v0.5.0
September 20, 2016 -
v0.4.0 Changes
April 06, 2016๐ฅ Breaking changes
- ๐ Fix mistake that keyboard UINotification's curve is treated as UIAnimationOptions. From this version, it is treated as UIAnimationCurve as it is. At the same time, created
options
computed property which is UIAnimationOptions converted from UIAnimationCurve. It is for usability.
Thanks to @hoppenichu
Migration interaction
For users using curve, follow the migration interaction below:
- Change
event.curve
toevent.options
.- Because
event.curve
is UIAnimationCurve, which was UIAnimationOptions. Currently,event.options
is literally UIAnimationOptions.
- Because
- ๐ Fix mistake that keyboard UINotification's curve is treated as UIAnimationOptions. From this version, it is treated as UIAnimationCurve as it is. At the same time, created
-
v0.3.1 Changes
April 05, 2016๐ Fixes
- ๐ Fixed that
enabled
was not effective. Thanks @Econa77
- ๐ Fixed that
-
v0.3.0 Changes
April 05, 2016Swift 2.2 Compatible
๐ From this release, KeyboardObserver is compatible with swift 2.2.
Thanks @mono0926