0.7.2
Changed
- Update dependencies
Gradleto8.3.
Added
- Add
Flow.ignoreElementsoperator. - Add
Flow.scanWithoperator. - Add
Flow.safeCastoperator (thanks to @hoangchungk53qx1)
Fixed
Flow.select: avoid calling sub-selectors when the previous state is the same as the current state
(aka.distinctUntilChanged).