Commit Graph

4 Commits (63566d624ffbd61d4ea291d76acb61cab6be1a6f)

Author SHA1 Message Date
David Kebler 63566d624f 0.1.5
add boolean option to allow pass through of toBoolean module options
refactor main map to hold observer, details and corresponding 'hidden' subscription together
unsubscribes from that subscription when removing observer
new getter/setter for observer details, can also pass as option when adding observer
2020-01-14 13:26:56 -08:00
David Kebler 30f9f273e7 0.1.4
using '__all__' for main combination
can save combinations to map
.state hold state at last main combination change
can add observer details that can be passed on later by subscription
shareReply added to observers
added 'changed' operator that emits only on changed state or first emission
modified the map operator to accept async function via switchMap
added methods
 observerNames to get list
 failure gets name of first observer to fail in the state prop
 getValue
 addObserverDetails  (can add/ammend at any time)
2020-01-07 15:02:50 -08:00
David Kebler be1cf69996 0.1.2 Only emits on change of state
Added logging
uses external to boolean package
2020-01-02 14:57:11 -08:00
David Kebler 3eef450669 0.1.1 2020-01-01 18:36:48 -08:00