Skip to content

First Major Version

Compare
Choose a tag to compare
@jacksteamdev jacksteamdev released this 03 Mar 21:32
· 38 commits to master since this release

This release features some major changes including:

[REMOVED]

  • Named pages have been completely removed

[CHANGED]

  • send now uses a second argument with a property called tabId to send a message to a tab (this was previously target)
  • useLine was renamed to getMessage

[ADDED]

  • getMessage returns a tuple with three elements: a message sender, a message Observable, and a waitFor function that resolves on the first message received.