Skip to content

0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 09:55
· 127 commits to master since this release

Changed

  • Update dependencies
    • Gradle to 8.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).