Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 924 Bytes

CHANGELOG.md

File metadata and controls

42 lines (22 loc) · 924 Bytes

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.

[Unreleased]

[3.2.0] - 2022-12-14

Changed

  • Rewrite EventBus.clear() method, in order to optionaly remove subscribers for a specified event.

[3.1.0] - 2022-12-12

Added

  • Add EventBus "Optional Singleton" pattern.

[3.0.0] - 2022-12-09

Changed

  • Rewrite EventBus methods, in order to be to able to bind one subscriber to multiple events (BREAKING CHANGE).

[2.0.0] - 2022-12-06

Added

  • Add EventBus.clear() method.

Changed

  • Rewrite Subscriber, add an abstract implCallback() method (BREAKING CHANGE).

[1.1.0] - 2021-08-29

Changed

  • Rewrite EventBus.once() method, in order to support method chaining.