All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added event and property for animation state.
- Fixed initial sun position.
- Fixed max day clamp value for months that don't have 31 days when setting the date.
- Added function to set timeSpeed with an absolute value
- Increased the max speed to max 12 hours per second
- A DateTime object is now the main source of time instead of multiple ints.
- Added event to keep track of if the current time is used.
- Fixed calculation of origin coordinate, added function to recalculate origin and update position if the origin changes.
- When Applying a new Time, the correct new time is being sent by the event instead of the old time.
- Initial release