Skip to content

Latest commit

 

History

History
81 lines (43 loc) · 1.27 KB

File metadata and controls

81 lines (43 loc) · 1.27 KB

4.2.4 (July 13, 2023)

  • Added a cancelled block to be called when perdiod are removed before completion

4.2.1 (January 24, 2022)

  • Swift Package Manager

4.1 (April 25, 2019)

  • Swift 5.0

4.0 (April 15, 2019)

  • Refactor
  • Added Group Tween
  • Added Sequence Tween

3.2.1 (April 12, 2019)

  • Bug fix

3.2 (February 20, 2019)

  • Swift 4.2 fixes

3.1 (March 6, 2018)

  • Timing to be enums
  • Renamed TwOperation to OperationTween

3.0 (March 4, 2018)

  • Full refactor to be more swifty.
  • Now supports CGPoint, CGSize, CGRect and UIColor.

2.3.1 (February 9, 2018)

  • Removed Float80

2.3 (January 8, 2018)

Features:

  • Some refactoring and fixes

2.2 (December 18, 2017)

Features:

  • Using generics to include BinaryFloatingPoint protocols, such as Double/Float/CGFloat/Float80.

2.1 (December 13, 2017)

Features:

  • Updated to Swift 4.0

2.0 (January 22, 2017)

Features:

  • Updated to Swift 3.0

1.0.3 (Feburary 29, 2016)

Bug fixes:

- CADisplay mode changed to NSRunLoopCommonModes, for better perfs

1.0.2 (Feburary 11, 2016)

Bug fixes:

  • MAJOR FIX! on MKTweenOperation equatable operator, at the end of animation was removing alway the MKTweenOperation at index 0.

1.0.1 (Feburary 8, 2016)

Features:

  • Ability to dispatch in queues