- Cleaned up C_Timer.
- SmoothStatusBar mixin OnUpdate will now pause if not processing.
- EventHandler
- EventHandler is now stored in a private namespace (table), allowing custom/classic events to be called in other files/functions within ClassicAPI itself.
- Added EventHandler_AddClassicEvent function to automatically organize supported events.
- Added EventHandlerSupport function to store miscellaneous events that are supported.
- EventHandler is now stored in a private namespace (table), allowing custom/classic events to be called in other files/functions within ClassicAPI itself.
- HealPrediction.lua now stores all functions/information that handle UNIT_HEAL_PREDICTION event emulation/creation.
- Added C_Spell.RequestLoadSpellData.
- Added FindUnitID to addons private namespace.
- More changes to Color.lua and ColorMixin.lua loading.
- Miscellaneous clean up and improvements.