Releases: microsoft/satcheljs
bug fix release
fixed a bug where the type used in the reactive decorator is too restrictive.
Params to the Decorator
Adding a param to the decorator. Now completes the picture for making selectors flexible enough to replace direct store references inside actions and components
Fancy decorations release
In this release, we added the ability to decorate actions and components to select a subset of the state tree. This will ease the amount of exposure to the tree in actions and components making them easier to understand and to test.
v2.2.2
v2.2.1
Consolidation release
v2.2.0 Adding efficiency - get rid of node 5 and adding test secret
Doppleganger release!
In this release, we allow for duplicate SatchelJS instances to coexist (for the case of npm linked libraries that show up via a Webpack bundling).
With this release, we're also keeping track of global context across SatchelJS instances - the library will throw an error only if an incompatible global context schema version is detected.
2.0.0
Released with Travis CI
No API updates with this patch level release. Just started using Travis CI to do deployment