Skip to content

Releases: zalmoxisus/redux-devtools-extension

v1.0.0

18 Apr 16:02
Compare
Choose a tag to compare
  • The extension doesn't affect the performance anymore when no monitors are opened (#72).
  • Support for multiple instances (use name option to identify them) and monitors.
  • Added remote monitoring, which communicate with Remote Redux DevTools in order to support React Native, hybrid, desktop and server side apps. Also it is rather useful when using WebWorkers in your app.
  • Works when the store is created twice (#93).
  • Support persisting immutable.js states (#53).
  • Added actionsBlacklist and actionsWhitelist config options (#79).
  • Support logMonitor's reducers (#87).
  • Always limit stored actions from now.

v1.0.0-beta18

12 Apr 19:11
Compare
Choose a tag to compare
v1.0.0-beta18 Pre-release
Pre-release

This should be the last beta before 1.0 release.

  • Support logMonitor's reducer.
  • Use maxAge option instead of auto committing.
  • Filter actions without using filter-monitor.
  • Fix error notifications.
  • Fix the option page layout on Windows.

v1.0.0-beta17

28 Mar 09:57
Compare
Choose a tag to compare
v1.0.0-beta17 Pre-release
Pre-release
  • Add actionsBlacklist and actionsWhitelist config options (#79)

v1.0.0-beta16

17 Mar 08:16
Compare
Choose a tag to compare
v1.0.0-beta16 Pre-release
Pre-release
  • Disable deep serialization for now.
  • Send new options to all instances not to only the current one.
  • Fix inspecting another chrome extension.

v1.0.0-beta14

09 Mar 20:31
Compare
Choose a tag to compare
v1.0.0-beta14 Pre-release
Pre-release

The extension doesn't affect the performance anymore when no monitors are opened (#72).

v1.0.0-beta8

01 Mar 10:11
Compare
Choose a tag to compare
v1.0.0-beta8 Pre-release
Pre-release
  • Support non-JSON values (#60)
  • Support persisting immutable.js states (#53)
  • Added redux-devtools-inspector monitor (#64)

v1.0.0-beta6

15 Feb 19:48
Compare
Choose a tag to compare
v1.0.0-beta6 Pre-release
Pre-release
  • Allow DevTools to access the frames (#56).
  • Several fixes in remotedev-app and slider-monitor.

v1.0.0-beta5

06 Feb 11:28
Compare
Choose a tag to compare
v1.0.0-beta5 Pre-release
Pre-release
  • Add regex support for the actions filtering (#45).
  • Bring back the ability to open a chrome panel (#52).
  • Don't check urls if we didn't get them from chrome storage (#49).

v1.0.0-beta4

03 Feb 18:49
Compare
Choose a tag to compare
v1.0.0-beta4 Pre-release
Pre-release
  • Update monitors on hot-reloading.
  • Fix reconnecting issue in remotedev-app.

v1.0.0-beta3

02 Feb 19:17
Compare
Choose a tag to compare
v1.0.0-beta3 Pre-release
Pre-release
  • Added more descriptive errors in Redux DevTools.
  • Fixed partial history in remotedev-app for remote monitoring.