This repository was archived by the owner on Dec 21, 2018. It is now read-only.
Releases: zalmoxisus/redux-devtools-instrument
Releases · zalmoxisus/redux-devtools-instrument
v1.9.2
v1.9.1
v1.8.0
Revert introduced in 1.7
option for stringifying Symbols, as not being reliable in case of constructors.
v1.7.0
v1.6.0
v1.5.0
New action JUMP_TO_ACTION
- jumps to a corresponding state of a specific action, taking into account filtered actions.
v1.3.1
v1.3.0
v1.2.0
Lock changes (Drop new actions)
When lockChanges(true)
({ type: 'LOCK_CHANGES', status: true }
) dispatched, all future actions will be dropped, so it will avoid side effects while tie travelling and will allow to prevent altering the state while working on a feature. To unlock changes, dispatch lockChanges(false)
.