Lesson 12 Constructing bitmap files with Elixir Elixir Wants to Change the Way You Think About Programming

EventBus v0.8.0 released

Your favorite event delivery library has a new version with new features. https://github.com/mustafaturan/event_bus

[0.8.0] - 2018-01-06

Added

  • 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 samples to README
  • Add CHANGELOG file