Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

40 lines (29 loc) · 1.05 KB

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.

[1.2.1] - 2021-1-28

Patched

  • Changed waitforseconds to waitforsecondsrealtime

[1.2.0] - 2021-1-28

Added

  • CallbackAfter function to run a callback function after a certain wait. This is for internal wait callback.

Patched

  • Langauge used in changelog

[1.1.0] - 2021-1-28

Added

  • FireEventAfter function to fire an event after a user specificied amount of time
  • AsyncFireEvent function to run all event listeners async for better performance and highly subscribed events

[1.0.2] - 2021-1-16

Patched

  • Offline Docs

[1.0.1] - 2021-1-16

Patched

  • Missing License File

[1.0.0] - 2021-1-15

Added

  • Callback Event System Component
  • Abstract EventContext Class
  • Events: Register, Unregister, Fire
  • Filters: Register, Unregister, Fire
  • Added README, CHANGLOG, LICENSE