etos 0.1.0 etos: ^0.1.0 copied to clipboard
An event-driven state management solution.
0.1.0 #
- Move
setState
andgetState
toEventHandler
methods. - Add
callWhen
to allowEventHandlers
to only be called in certain conditions. - Add
dispatch
toEventHandler
to easily dispatch newEvents
. - Remove option to use functions as
EventHandlers
.
0.0.2 #
- Remove unneeded casts.
0.0.1 #
- Initial version.