v0.2.0
0.2.0 (2022-10-30)
Features
- Events: use strongly typed event emitters (dbeb450)
BREAKING CHANGES
- Events: This removes the string based on/off API that was present on most core game classes in favor of strongly typed event emitters that are compatible with Angular bindings.
This makes the API usage simpler, and adds strong types to emitted events making them more reliable to use in the frontend.