0.8.1
Changed
- Update dependencies:
- Kotlin
1.9.24. - KotlinX Coroutines
1.8.1. Gradleto8.7.
- Kotlin
Added
- Add
Flow.catchAndReturn,Flow.catchAndResumeoperators. - Add
Flow.mapToResult,Flow.mapResultCatching,Flow.throwFailureoperators.
Changed
Flow.chunked(bufferSize: Int)/Flow.bufferCount(bufferSize: Int): reduce unnecessary allocations.
Changelog relative to version [0.8.1-Beta]
-
Flow.mapResultCatchingnow does not catchCancellationExceptionthrown from thetransformlambda.