Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Releases: zalmoxisus/redux-devtools-instrument

v1.9.2

26 Nov 15:39
Compare
Choose a tag to compare

Generate maxAge dynamically #22

v1.9.1

14 Nov 22:06
Compare
Choose a tag to compare

Capture serialized errors/stack traces when actions are dispatched #21

v1.8.0

07 Feb 10:34
Compare
Choose a tag to compare

Revert introduced in 1.7 option for stringifying Symbols, as not being reliable in case of constructors.

v1.7.0

03 Feb 09:46
Compare
Choose a tag to compare

Support for ES6 Symbol as action type (#14)

v1.6.0

03 Jan 18:16
Compare
Choose a tag to compare
  • New action REORDER_ACTION - move and recompute actions in a new order (#13)
  • Use the same version of symbol-observable as redux.

v1.5.0

23 Dec 20:44
Compare
Choose a tag to compare

New action JUMP_TO_ACTION - jumps to a corresponding state of a specific action, taking into account filtered actions.

v1.3.1

30 Sep 18:29
Compare
Choose a tag to compare
  • Maintain the history while paused when pauseActionType option specified (87eeb44).
  • V8 engine's try-catch optimization (c85064d).

v1.3.0

30 Sep 09:35
Compare
Choose a tag to compare
  • Start / pause recording the log (#11)
  • shouldRecordChanges, shouldStartLocked and shouldHotReload options.

v1.2.0

24 Sep 18:44
Compare
Choose a tag to compare

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).

v1.1.3

16 Sep 17:08
Compare
Choose a tag to compare
  • Better source map support for errors on Electron in addition to Chrome (#9).
  • Pass preloadedState when importing a list of actions (1b0d4c4).