Skip to content

Releases: jonbnewman/mobx-store-provider

Documentation fix

24 Feb 01:18
Compare
Choose a tag to compare
v1.4.9

added github pages url as homepage attribute to package.json

Documentation fix

24 Feb 01:13
Compare
Choose a tag to compare
v1.4.8

bumped version

Testing updates, github pages documentation

24 Feb 01:10
Compare
Choose a tag to compare

This release moves the documentation to github pages, and refactors tests to be more modular.

Stricter Identifier typing

23 Feb 18:57
Compare
Choose a tag to compare

This release contains a more well defined, stricter type interface for an identifier

  • identifier - string | number | object | symbol | null | Array<any>

Internal optimization, documentation updates

23 Feb 15:15
Compare
Choose a tag to compare

This release contains an internal logic optimization + documentation updates.

  • Optimized internal logic for useProvider
  • Added multiple stores example to documentation

Fixed React dependency

23 Feb 13:42
Compare
Choose a tag to compare
  • React dependency was set to >=16.8

Stricter/improved typing, internal updates

23 Feb 09:20
Compare
Choose a tag to compare

This release is comprised of documentation, internal logic and typing updates.

  • Updated documentation

  • Refactored (simplified) useStore internal logic

  • Internal defaultId for store identifier is now a Symbol

  • Stricter typing on a store identifier (can no longer use a function)

    Identifier - null | undefined | string | number | object | Array<any> | Symbol | BigInteger

Improved developer experience

23 Feb 07:00
Compare
Choose a tag to compare

Multiple exports of the same hooks was creating multiple import suggestions when using mobx-store-provider. This release fixes that by merging the hooks into the root index source file, improving the developer experience.

  • This release includes no API changes.
  • This release includes no breaking changes.

CommonJS module, typing updates

20 Feb 22:29
Compare
Choose a tag to compare
  • Minor typing updates
  • CommonJS module output

Simplified API

02 Feb 13:11
Compare
Choose a tag to compare

Warning: Includes breaking API changes:

This release further focuses on freeing up issues/friction which was being felt during development.