Skip to content

Releases: tbaranes/IncrementableLabel

v4.0.0

27 Mar 11:10
Compare
Choose a tag to compare

API breaking changes

  • Xcode 10.2 and swift 5 support

Enhancements

  • Added optional variables for three increment methods to add color change animations. Created the UIColor+Blend extension to calculate the color at a certain percentage.

v3.0.0

18 Sep 12:54
Compare
Choose a tag to compare

Swift 4.2 and Xcode 10 support

v2.0.0

28 Nov 10:21
e3d3b27
Compare
Choose a tag to compare

Swift 4 and Xcode 9 support

v1.2.0

11 Sep 17:56
Compare
Choose a tag to compare

API breaking changes

  • Swift 3 support. README is up to date, please report if you find any diffs
  • Some APIs have been updated to be more swifty, check out the README for more information

1.1.0

08 May 00:08
Compare
Choose a tag to compare

API breaking changes

  • Use Double instead of Float - #4
  • The completion block is passed as a parameter in the Increment*** methods

Enhancements

  • format and easingRate are now inspectable from the interface builder

1.0.1

24 Mar 15:36
Compare
Choose a tag to compare
  • All properties are now public
  • Fixed swift 2.2 warnings

1.0.0

20 Jan 15:41
Compare
Choose a tag to compare

First released