Skip to content

Releases: Pyseph/MethodTween

v1.2.2

02 Jun 18:04

Choose a tag to compare

  • Fix tweens being delayed by one frame when running with TweenInfo.DelayTime == 0

v1.2.0

10 Nov 16:53

Choose a tag to compare

  • Fix packaging
  • Implement minimal Observer pattern. Added methods :Observe(callback -> alpha) -> id and :StopObserving(id).

v1.1.2 - v1.1.3

30 Aug 19:03

Choose a tag to compare

  • Fix wally packaging

v1.1.1

16 Aug 22:36

Choose a tag to compare

  • Prevent a memory leak by ensuring self._delayedThread is cleared out (#1)

v1.1.0

10 Aug 12:01

Choose a tag to compare

  • Allow new tweens to override existing/already-playing ones
  • Fix Enum.PlaybackState not being set to Playing if DelayTime parameter of TweenInfo was used

v1.0.1

09 Aug 13:38
110e913

Choose a tag to compare

  • First stable public release