All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2023-08-12
Signal
class for creating and managing signals- Connecting callbacks to signals
- Firing signals
- Disconnecting all callbacks from signals
- Providing an
Event
object for external use
Event
class for externally connecting to signals- Connecting callbacks to events
Connection
objects for managing callbacks connected to signals/events- Disconnecting callbacks
- Checking if callbacks are connected