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.
- Changed Tween instances to be generic.
- Changed API significantly.
- Removed Jetbrains annotations.
- 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.
- Changed tween to stop if an exception occurs in the update logic.
- Initial major release.