Skip to content

v2.1.0b2

Compare
Choose a tag to compare
@thegamecracks thegamecracks released this 30 Mar 00:15
· 50 commits to main since this release
264e141

This release adds EventDispatcher.on_* decorators as an alternative type-safe syntax for registering listeners, allowing type checkers to verify that listeners have a signature compatible with the expected arguments for each event.

See also the latest documentation of EventDispatcher.

Full Changelog: v2.0.0...v2.1.0b2