Releases: QuickplayMod/quickplay-actions-js
Releases · QuickplayMod/quickplay-actions-js
Converted Milliseconds to Seconds
Add Subscribers
- Fixed an issue with actions not having their static ID
- Added a Subscriber class, which can be extended and is passed to the ActionBus.
Flatten Exports
(Breaking) Flattened the exports to remove namespaces.
Arbitrary Arguments
Added the ability to pass arbitrary arguments to the publisher which can then be received by the subscriber. This allows for custom implementations of passing data from publisher to subscriber, such as session contexts.
Initial Release
Ports current work over from other projects into this repository.