Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 823 Bytes

File metadata and controls

25 lines (19 loc) · 823 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.3] - 2023-01-30

  • Changed Tween instances to be generic.
  • Changed API significantly.
  • Removed Jetbrains annotations.

[1.0.2] - 2022-02-27

  • Added tween layers for controlling multiple tweens at a time.
  • Added option to tween using unscaled delta time.
  • Added WaitForTween and WaitForTweenLayer as custom yield instructions.
  • Added JetBrain annotations.
  • Replaced exceptions with Debug.Warning.

[1.0.1] - 2022-01-30

  • Changed tween to stop if an exception occurs in the update logic.

[1.0.0] - 2021-10-21

  • Initial major release.