v0.0.6 - Introduced Events, deprecated States
Changed the terminology a bit. ViewModels no longer emit States, but Events.
Also, I removed the Mixin for EventObservers, since they introduce some magic - which is what this project is against.
You have now a clean notify(..) method where you can do a switch on the event that was emitted and then update the state of your UI.
Check the readme for reference