All Versions
10
Latest Version
Avg Release Cycle
137 days
Latest Release
1978 days ago

Changelog History

  • v2.1.0 Changes

    November 18, 2018

    Swift 4.2

    โšก๏ธ Updated for Swift 4.2

    Thasnks @ssamadgh

  • v2.0.0 Changes

    September 27, 2017

    โšก๏ธ Update for Swift4. Thanks @Nirma !

  • v1.1.0 Changes

    August 11, 2017

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ”„ Change enabled to isEnabled for accoding to Swift naming convention. Thanks to @milkcocoa !
  • v1.0.1 Changes

    September 20, 2016

    Xcode8 & Swift3

    From this version you can use it with Xcode8 and Swift3 combination.

  • v1.0.0 Changes

    September 10, 2016

    Swift3 is beautiful.

  • v0.5.1 Changes

    September 20, 2016

    Compatible 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:

    1. Change event.curve to event.options.
      • Because event.curve is UIAnimationCurve, which was UIAnimationOptions. Currently, event.options is literally UIAnimationOptions.
  • v0.3.1 Changes

    April 05, 2016

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed that enabled was not effective. Thanks @Econa77
  • v0.3.0 Changes

    April 05, 2016

    Swift 2.2 Compatible

    ๐Ÿš€ From this release, KeyboardObserver is compatible with swift 2.2.

    Thanks @mono0926