Releases: zalmoxisus/redux-devtools-extension
Releases · zalmoxisus/redux-devtools-extension
v1.0.0
- 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
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
- Add actionsBlacklist and actionsWhitelist config options (#79)
v1.0.0-beta16
- 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
The extension doesn't affect the performance anymore when no monitors are opened (#72).
v1.0.0-beta8
v1.0.0-beta6
- Allow DevTools to access the frames (#56).
- Several fixes in
remotedev-app
andslider-monitor
.
v1.0.0-beta5
- 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
- Update monitors on hot-reloading.
- Fix reconnecting issue in
remotedev-app
.
v1.0.0-beta3
- Added more descriptive errors in
Redux DevTools
. - Fixed partial history in
remotedev-app
for remote monitoring.