Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 652 Bytes

CHANGELOG.md

File metadata and controls

41 lines (21 loc) · 652 Bytes

Changelog

0.4.1

Fixed

Refences types in the package.json exports section to fix typings issues.

0.4.0

Added

Improve StoresViewer and expose MindmapRenderer for a mindmap visualization of stores architecture.

0.3.0

Added

Introduce StoresViewer utility class allowing stores architecture rendering in SVG.

0.2.1

Fixed

Set MobX as peer dependency.

0.2.0

Added

  • Add ObservableEither observable utility.

Changed

  • Set store options as protected to prevent accessing from the outside. Prefer exposing explicit computed methods if you need to access to options.

0.1.0

Initial release.