Skip to content

v0.4.9

Compare
Choose a tag to compare
@zalmoxisus zalmoxisus released this 17 Dec 15:13
· 788 commits to master since this release

errdemo

  • Show when errors occur in the app (not only reducer specific). Even in non-redux apps (by calling window.devToolsExtension.notifyErrors() explicitly).
  • Attempt to fix issues with circular references.
  • Nuke serialize option. Now the extension decides itself when the serialization is required.