Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 888 Bytes

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 888 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

[4.1.0] - 2018-09-24

  • Fix a crash when the rawValue of UIViewAnimationCurve is equal to 7

[4.0.0] - 2017-09-23

  • Upgrade to swift 4.
  • Implement init for KeyboardInfo instead of static method.

[3.0.1] - 2016-09-15

  • Upgrade to swift 3.

[2.0.0] - 2016-04-02

  • Use #selector to fix warnings.
  • Fix xcode project warnings.

[1.0.2] - 2015-10-26

  • Started to keep change log.
  • Enabled xcode test coverage.
  • Enabled Travis CI for project.
  • Added more unit tests.

[1.0.1] - 2015-10-19

  • Added example usage and demo.gif to the readme.
  • Fixed detecting of the repo language. Previously main language was detected as Shell.

[1.0.0] - 2015-10-18

  • Main functionality is ready for first release.