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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
* Added Composable `DI.derivedState { ... }` and `DI.derivedValue { ... }` which remember the block's result until a dependency changes and re-render the UI when needed.
11
11
* Changed `loading` and all `withLoading` parameters from `MutableValueFlow` to `MutableStateFlow`.
12
12
* Changed `increment()`/`decrement()` and `replace` to work on `MutableStateFlow` instead of `MutableValueFlow`.
13
+
* Changed `derived` to support a `context` parameter within which the `observer` lambda block is executed.
13
14
* Added `MutableStateFlow.replaceAndGet` and `getAndReplace` which are like their similarly named `updateAndGet`/`getAndUpdate` counterparts, but with the value passed as `this`.
14
15
* Changed `StateFlowStore` to return `MutableStateFlow` instead of `MutableValueFlow`.
15
16
* Removed `ValueFlow`, `MutableValueFlow` and `SuspendMutableValueFlow`.
0 commit comments