Skip to content

v0.0.6 - Introduced Events, deprecated States

Compare
Choose a tag to compare
@MrIceman MrIceman released this 08 Nov 19:13
· 17 commits to master since this release

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