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.
- Rewrite EventBus.clear() method, in order to optionaly remove subscribers for a specified event.
- Add EventBus "Optional Singleton" pattern.
- Rewrite EventBus methods, in order to be to able to bind one subscriber to multiple events (BREAKING CHANGE).
- Add EventBus.clear() method.
- Rewrite Subscriber, add an abstract implCallback() method (BREAKING CHANGE).
- Rewrite EventBus.once() method, in order to support method chaining.