Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

43 lines (29 loc) · 1.32 KB

Changelog

[2.0.3] - 2023-04-02

  • Bumped math versions again.

[2.0.2] - 2023-12-10

  • Bumped math versions.

2.0.1 - 2023-02-19

  • Added better support for delayed tweens, including an example in examples/delayed_tween.rs
  • Added new_at which situations a tween in time. Added similar methods for shortcut constructors, such as support for sine_in_at.
  • Fixed the new method for most Tweens and added support for Copy, Ord, and Eq.
  • Added support for Copy, Ord, and Eq to all Tweener adapters.
  • Upgraded all math libraries

2.0.0 - 2023-01-01

  • Rewrote the library:
    • Tween is generic about only Value,
    • All Tweens have become ZSTs, and all state has moved to Tweeners.
    • The library no longer uses Ranges.
    • Added Looper, Oscillator, and Extrapolator

1.0.1 - 2022-04-08

  • Updated typings on the Tweener to be less difficult.
  • Added getters to the Tweener.

1.0.0 - 2022-04-03

  • Initial implementation of the library.