event_bus v0.8.0 Release Notes

    • Register/unregister topics on-demand (EventBus.register_topic/1 and EventBus.unregister/1)
    • Add block/yield builder for Event with auto initialized_at and occurred_at attribute assignments
    • ➕ Add block/yield notifier for delivering/notifying events creation with same benefits of build block
    • ➕ Add changelog file