Refences types in the package.json exports section to fix typings issues.
Improve StoresViewer
and expose MindmapRenderer
for a mindmap visualization of stores architecture.
Introduce StoresViewer
utility class allowing stores architecture rendering in SVG.
Set MobX as peer dependency.
- Add
ObservableEither
observable utility.
- Set store options as protected to prevent accessing from the outside. Prefer exposing explicit computed methods if you need to access to options.
Initial release.