v2.0.0
- Added
Micro::Observers::Event - Pass
Micro::Observers::Eventwhen the observer's method receives two arguments. - Pass
Micro::Observers::Eventto the callable observers. - Allow sending additional data when notifying the observers. e.g.
notify(:event, data: :something),call(data: :something)