Skip to content

Releases: jonbnewman/mobx-store-provider

Simplified API

02 Feb 12:25
Compare
Choose a tag to compare

Warning: Includes breaking API changes:

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

01 Feb 18:09
Compare
Choose a tag to compare

Better type definitions

31 Jan 00:45
Compare
Choose a tag to compare
v1.2.8

more badge reordering

Documentation updates

29 Jan 11:58
Compare
Choose a tag to compare
v1.2.7

bumped version

Documentation fix

29 Jan 10:51
Compare
Choose a tag to compare
v1.2.6

fixed primary doc example typo

CircleCI integration

28 Jan 22:15
Compare
Choose a tag to compare
v1.2.5

bumped version

Documentation fix

28 Jan 16:06
Compare
Choose a tag to compare

Documentation for useState referenced older API.

Better typing definitions

28 Jan 15:51
Compare
Choose a tag to compare
v1.2.1

added DisposeStore type

API simplification, documentation updates

28 Jan 14:39
Compare
Choose a tag to compare

Changes:

  • disposeStore hook removed, disposal is automagically handled now. (breaking)
  • createStore adds optional storeIdentifier parameter
  • Documentation and example updates

Note that this release contains a breaking change.

Internal structure update and documentation

28 Jan 12:00
Compare
Choose a tag to compare

No API changes, no behavioral changes.

This is an internal structure update + documentation release.