Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 19:47
· 179 commits to main since this release

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.