Changelog
3.1.1
Adding new middleware hooks. (onMachineCreated
, onMachineConnected
, onMachineDisconnected
)
Changelog
3.0.0
machine.<method>.latest
alias so we cover the takeLatest
saga methodnext
method anymore. MiddlewaresChangelog
2.0.0
Killing the wait
generator helper. It is an anti-pattern. We shouldn't listen for actions like that. If there is such a need we better create a dedicated state for it.
Also some clean up.