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
* Added `childReactiveState` variant which takes an arbitrary event handler, so the parent ReactiveState doesn't have to implement the whole events interface.
23
23
* Changed `MutableState.beforeUpdate`, `MutableState.afterUpdate` and `MutableState.withSetter` and `State.toMutable` to not be `@Composable`.
24
+
* Added `ignoreEqual` (default true) to `MutableStateFlow.beforeUpdate`, `MutableStateFlow.afterUpdate` and `MutableStateFlow.withSetter` and `StateFlow.toMutable`.
24
25
* Removed direct dependency on JUnit 4, so you can choose more freely which JUnit version to use.
25
26
* Added `ifTake` and `unlessTake` inversions of `takeIf` and `takeUnless`.
0 commit comments