Skip to content

v0.5.0

Compare
Choose a tag to compare
@zalmoxisus zalmoxisus released this 27 Nov 12:29
· 91 commits to master since this release

Breaking changes

  • Removed browser-redux-bg and browser-redux-sync.
  • The extension's popup, windows and tabs now refer the store from the background page. So, now we have one store for the whole application, except content scripts.
  • No more auto rehydratations.
  • Each content script has its store, and it can be synchronized with the application (background store) and other content scripts. Unlike rehydratations, we synchronize actions not states. So it may have even different structure of the states.
  • No more sending actions to the background.
  • The current implementation breaks firefox support, but hopefully will be implemented soon. It should be tracked in #12.

New modules