Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 512 Bytes

File metadata and controls

16 lines (12 loc) · 512 Bytes

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.


[1.0.0] - 2025-03-05

🎉 Initial Release

  • Implemented EventBus system
  • Added Event Pipelines for flexible event handling
  • Introduced Asynchronous Events with multi-threading support
  • Implemented Cancellable Events
  • Improved Thread Safety for concurrent processing
  • Basic unit tests for core functionality