0.7.2
Changed
- Update dependencies
Gradle
to8.3
.
Added
- Add
Flow.ignoreElements
operator. - Add
Flow.scanWith
operator. - Add
Flow.safeCast
operator (thanks to @hoangchungk53qx1)
Fixed
Flow.select
: avoid calling sub-selectors when the previous state is the same as the current state
(aka.distinctUntilChanged
).