Releases: Byloth/core
Releases · Byloth/core
v2.2.3
v2.2.2
v2.2.1
Patch release
- Added the new
CallbackChainobject class.
Now you can chain multiple functions or callbacks and call them one after another easily.
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Minor release
- A better abstract library object events.
Removed the use of genericsubscribe/unsubscribemethods on library objects, while introducing more user-friendlyon[...]methods.
Full Changelog: v2.1.8...v2.2.0
v2.1.8
v2.1.7
v2.1.6
v2.1.5
Patch release
- Added
PromiseQueueobject.
It is now possible to queue several asynchronous operations ensuring that they are executed in order, one after the other.
Full Changelog: v2.1.4...v2.1.5
v2.1.4
Patch release
- Now it's possible to subscribe to every event from
Publisherclass objects using the"*"wildcard. - Now it's possible to create a scope for
Publisherclass objects.
Parent events can be propagated to children scopes while child events cannot be propagated to parents. - Minor various improvements.
Full Changelog: v2.1.3...v2.1.4