Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 910 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 910 Bytes

Signal Changelog

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

Added

  • 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