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
546f3ad Added weak-referencing to operators using background scheduling, to ensure that schedulers do not leak the operator subscriptions. (#1027) @JakenVeina
7d65daa chore(deps): update dependency microsoft.net.test.sdk to v18 (#1049) @renovate[bot]
88bc23e Removed bogus .Filter() overload that did not allow the consumer to supply filtering logic, resulting in all items always being filtered out. (#1013) @JakenVeina
d9a994d Operator and testing modernization for cache .Filter() operators, as described in #1014. (#1048) @JakenVeina
8e68b3f Enhanced .WhenValueChanged() to support type casting within the expression. In particular, this allows the use of null as a fallback value for non-nullable value types. (#1059) @JakenVeina
d82a9cb Rewrote testing for the list variant of the OnItemRefreshed() operator, in accordance with #1014. (#1065) @JakenVeina
df1be36 Rewrote testing for the list variant of the OnItemRemoved() operator, in accordance with #1014, and in a preliminary effort to resolve #1061. (#1062) @JakenVeina
dcb76a3 Rewrote testing for the list variant of the OnItemAdded() operator, in accordance with #1014. (#1064) @JakenVeina
f01a8c9 Re-wrote and optimized the static version of the list .Filter() operator, persuant to #1014, and #1060. This operator now properly supports Refresh changes, and preserves ordering of items, for downstream consumers. (#1063) @JakenVeina
1a7d43a Rewrote the list variant of the OnItemAdded() operator, in accordance with #1014. (#1069) @JakenVeina
4aaa9c1 Rewrote the list variant of the OnItemRefreshed() operator, in accordance with #1014. (#1068) @JakenVeina
8db4806 Rewrote the list variant of the OnItemRemoved() operator, in accordance with #1014, as a fix for #1062. (#1067) @JakenVeina