Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 883 Bytes

CHANGELOG.md

File metadata and controls

55 lines (31 loc) · 883 Bytes

EARestrictedScrollView

Version 2.1.0

  • Updates deployment target to iOS 9
  • Adds SPM support

Version 2.0.5

  • Updates library to Swift 5

Version 2.0.4

  • Updates library to Swift 3

Version 2.0.3

  • Updates example project and tests to Swift 2.3

Version 2.0.2

  • Adds Cocoapods 1.0.1 support for example project
  • Updates project settings for Carthage compatibility
  • Updates test dependencies

Version 2.0.1

  • Adds Cocoapods 1.0.0 support for example project

Version 2.0.0

  • Rebuilt in Swift

Version 1.1.0

  • Last obj-c release
  • Adds missing check to sendSubviewToBack:
  • Adds limitation on containedSubviews elements
  • Minor code cleanup

Version 1.0.0

  • Stable obj-c version

Version 0.3.0

  • Adds Carthage support

Version 0.2.0

  • Removes subviews override, fixes related autolayout crash

Version 0.1.0

  • Initial release