You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sherlock: As all Derivables are now compatible with rxjs's from function, we no longer need the toObservable function from @skunkteam/sherlock-rxjs. All usages of toObservable should be replaced with from. The remaining function fromObservable from @skunkteam/sherlock-rxjs is promoted to @skunkteam/sherlock-utils. From now on @skunkteam/sherlock-rxjs will no longer receive updates.
sherlock: The typings now correctly identify the use of safeUnwrap for all extra arguments when using SettableDerivable#swap, leading to a breaking change in the interface of SettableDerivable.
sherlock-utils: improved/simplified derivableCache API