Skip to content

v0.4.0

Compare
Choose a tag to compare
@marcojakob marcojakob released this 03 May 18:07
· 27 commits to master since this release
  • BREAKING CHANGE: Moved the HierarchicalEventBus to a separate library to
    be able to remove dart:mirrors from the normal EventBus.
    Users of the hierarchical event bus must import event_bus_hierarchical.dart
    and replace the use of the factory constructor EventBus.hierarchical() with
    the HierarchicalEventBus constructor.