v1.1.0
### Breaking
expandActionRoot
and expandStateRoot
properties are now false
by default. When set to true
, the whole object gets expanded (not only the root as before).
Identify actions from "the future" when time travelling
Big thanks to @jrullmann for describing it in reduxjs/redux-devtools#295.
Mark the state's values which were changed
To use it, set the new markStateDiff
property to true
. Keep in mind that it affects the performance significantly! You might also want to set expandStateRoot
to true
as well when enabling it.