Skip to content

v2.6.0

Compare
Choose a tag to compare
@zalmoxisus zalmoxisus released this 15 Sep 13:42
· 336 commits to master since this release

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:

syefprikca

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.

Fixes and improvements

  • All the features from the extension window are now available from Chrome DevTools Panel as well (#201)
  • Removed batching actions, which wasn't effective enough (#208)