Skip to content

Releases: microsoft/satcheljs

bug fix release

14 Nov 23:48
Compare
Choose a tag to compare

fixed a bug where the type used in the reactive decorator is too restrictive.

Params to the Decorator

11 Nov 23:56
Compare
Choose a tag to compare

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

10 Nov 21:17
Compare
Choose a tag to compare

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

03 Nov 23:23
Compare
Choose a tag to compare
  • Updated version correctly

v2.2.1

03 Nov 23:03
Compare
Choose a tag to compare
  • Return the return value so we can access it in the middleware

Consolidation release

06 Oct 04:12
Compare
Choose a tag to compare
v2.2.0

Adding efficiency - get rid of node 5 and adding test secret

Doppleganger release!

04 Oct 22:44
Compare
Choose a tag to compare

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

16 Sep 18:16
Compare
Choose a tag to compare
  • Add optional actionContext argument to the action decorator. The action context is passed through to middleware. (#4)

Released with Travis CI

03 Aug 17:00
Compare
Choose a tag to compare

No API updates with this patch level release. Just started using Travis CI to do deployment