Skip to content

2.0.0

Compare
Choose a tag to compare
@mrak mrak released this 22 Jun 22:29
· 175 commits to main since this release
  • Breaking changes:
    • use of origin as a parameter for publish, subscribe and unsubscribe has been moved to the chaining-function target(origin)
  • Added:
    • events can be published with multiple arguments. If the last argument is a function, it is treated as a callback that subscribers can call.
    • include(popup) adds popups to the listing of frames to be messaged.
    • window.opener will now be included in framebus messaging, if available.