Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

v2.0.0

Latest
Compare
Choose a tag to compare
@ms14981 ms14981 released this 10 Feb 11:41
· 19 commits to master since this release

Breaking Changes

  • Change signature of all the inter application bus hooks: useInterApplicationBusSubscribe, useInterApplicationBusSend, useInterApplicationBusPublish (thanks @ms14981 @jlight-scottlogic @oriondean ).
    • Subscribe hook additionally takes onReceiveMessage and onFail callbacks as the third and fourth parameters respectively. It now returns only a boolean isSubscribed to indicate whether the topic specified is currently subscribed to.
    • Send and publish hooks now no longer accept the message to send as a parameter, but return a function that takes the message as the only argument and sends the message.

Features

Miscellaneous