Skip to content

Releases: QuickplayMod/quickplay-actions-js

Converted Milliseconds to Seconds

11 Aug 21:07
Compare
Choose a tag to compare

Converted AuthCompleteAction to use seconds in the expiration timestamp instead of milliseconds.

Add Subscribers

11 Aug 18:51
Compare
Choose a tag to compare
  • 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

11 Aug 02:24
Compare
Choose a tag to compare

(Breaking) Flattened the exports to remove namespaces.

Arbitrary Arguments

11 Aug 01:54
Compare
Choose a tag to compare

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

10 Aug 22:57
Compare
Choose a tag to compare

Ports current work over from other projects into this repository.