Skip to content

Release v3.1.0

Latest

Choose a tag to compare

@BerkeleyTrue BerkeleyTrue released this 18 Dec 01:37

This release sees the addition of an import feature. The ability to return
an observable sequence from an action's map function. While you could do
this before, it would have been passed as an item and not mapped over.
Now the observable sequence will be subscribed to and its items are
passed to the actions observers.

This release also adds dispose methods on the entire actions object and the individual actions.