Skip to content

v2.0.0

Choose a tag to compare

@serradura serradura released this 06 Oct 03:02
· 82 commits to main since this release
  • Added Micro::Observers::Event
  • Pass Micro::Observers::Event when the observer's method receives two arguments.
  • Pass Micro::Observers::Event to the callable observers.
  • Allow sending additional data when notifying the observers. e.g. notify(:event, data: :something), call(data: :something)