Skip to content

v0.2.1

Compare
Choose a tag to compare
@zalmoxisus zalmoxisus released this 24 Aug 16:41
· 52 commits to master since this release

Show actions for nested classes / observables (#6)

Just set the global parameter to truein order to assign dispatching of all unhandled actions to this store. Useful for nested classes / observables or when having async actions without specifying the scope explicitly. Like: remotedev(store, { global: true }). Big thanks to @antitoxic for working on this!

If you want more details about the nested tree, see #5.

Use WSS for remote debugging