Satcheljs Versions Save

Satchel is a data store based on the Flux architecture. It is characterized by exposing an observable state that makes view updates painless and efficient.

v4.3.1

1 year ago
  • Change peer dependencies to reflect compatibility with latest MobX versions (#172)

v4.3.0

1 year ago
  • Add non-breaking ESM support
  • Update exports map to handle some folder indices

v4.2.5

2 years ago

I am seeing lots of errors in Firefox and IE like Mutator (MutatorName) may not dispatch action (ActionName). And the callstack does not have a mutator in any of its stacks. When I look closer at the error, I see that these errors only happen in Firefox and IE so I think there is a browser compatibility issue where the finally is not getting recognized. I am going to switch over to a try catch instead to see if this fixes the issue

v4.2.4

2 years ago
  • Fix global reference (#151)

v4.2.3

3 years ago
  • Improve mutatorAction typings (#143)

v4.2.2

4 years ago

v4.2.1

4 years ago

v4.2.0

4 years ago

v4.1.0

4 years ago
  • Change mutator actions to disallow them from returning values or being async (#130)
  • Change mutators to use named MobX actions for a better experience with MobX dev tools (#133)

v4.0.1

4 years ago
  • Change internal implementation to avoid unnecessary anonymous functions and reduce callstack depth (#124, #125)