etos 0.1.0
etos: ^0.1.0 copied to clipboard
An event-driven state management solution.
0.1.0 #
- Move
setStateandgetStatetoEventHandlermethods. - Add
callWhento allowEventHandlersto only be called in certain conditions. - Add
dispatchtoEventHandlerto easily dispatch newEvents. - Remove option to use functions as
EventHandlers.
0.0.2 #
- Remove unneeded casts.
0.0.1 #
- Initial version.