Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

52 lines (37 loc) · 1.05 KB

1.1.1 Release notes(2017/02/02)

Improvement

  • Make usable on Carthage #3 @sgr-ksmt

Contributor

@sgr-ksmt

Thank you very much!

1.0.1 Release notes(2016/11/02)

Improvement

  • Make compilable on Xcode8.1 #5 @jollyjoester

Contributor

@jollyjoester

Thank you very much!

1.0.0 Release notes(2016/09/20)

Congraturation! Version 1.0.0 is Released!!!

New Feature

  • ** Migrating to Swift 3.0!! **
  • Enable to control allow/disallow half-display state.

0.3.1 Release notes(2016/08/10)

Improvement

  • delete unnecessary param in isTopOrBottomEdge. #1 @tototti
  • fix UIView animation. #2 @tototti

Contributor

@tototti

Thank you very much!

0.3.0 Release notes(2016/08/10)

New Feature

  • Add showing and hiding delay points.

Bug Fix

  • Change constraint's access modifier.

0.2.0 Release notes(2016/08/04)

New Feature

  • Change way to setup. Must pass maxFollowPoint and minFollowPoint.

0.1.0 Release notes(2016/07/27)

New Feature

  • Add show() and hide() methods.

Bug Fix

  • I'd clean forgotten must calling layoutIfNeeded().