Skip to content

Releases: ThunderCatsJS/thundercats

Release v3.1.0

18 Dec 01:37
Compare
Choose a tag to compare

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.