Skip to content

0.7.2

Choose a tag to compare

@github-actionsgithub-actions released this 07 Oct 09:55
· 196 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).