Releases: jonbnewman/mobx-store-provider
Releases · jonbnewman/mobx-store-provider
Simplified API
Warning: Includes breaking API changes:
- useStore now has 4 different profiles/usages (see docs)
- createStore now has 2 different profiles/usages (see docs)
This release focused on freeing up issues/friction which was being felt during development. Particularly on an app with more than a single store
. In essence, overloading the hooks allowed for a more enjoyable developer experience/API.
Stronger type definitions, typescript example, better docs
v1.2.9 reverted test watcher
Better type definitions
v1.2.8 more badge reordering
Documentation updates
v1.2.7 bumped version
Documentation fix
v1.2.6 fixed primary doc example typo
CircleCI integration
v1.2.5 bumped version
Documentation fix
Documentation for useState
referenced older API.
Better typing definitions
v1.2.1 added DisposeStore type
API simplification, documentation updates
Changes:
disposeStore
hook removed, disposal is automagically handled now. (breaking)createStore
adds optionalstoreIdentifier
parameter- Documentation and example updates
Note that this release contains a breaking change.
Internal structure update and documentation
No API changes, no behavioral changes.
This is an internal structure update + documentation release.