v2.6.0
Refactored the whole functionality (#211)
Now the extension's functionality is handled by reducers and middlewares, which makes it more reliable and easer to debug. It's even possible to debug Redux DevTools Extension with Redux DevTools Extension:
It's necessary to blacklist devTools/UPDATE_STATE
to avoid the infinite loop, and to require src/browser/extension/inject
. However, most of the functionality was split into remotedev-app
, which can be debugged as a simple web application.