Releases: motorro/RxLceModel
Releases · motorro/RxLceModel
v6.0.0
Compare
Sorry, something went wrong.
No results found
Added a fold method to run functions on each state change
Possible incompatibility: moved and renamed UnhandledTerminationException to a base library from viewmodel package. Update your imports if using
v5.4.0
Compare
Sorry, something went wrong.
No results found
Library updates 2026-04
More platforms for multiplatform modules
v5.3.3
Compare
Sorry, something went wrong.
No results found
Kotlin 2.0, library updates
v5.3.0
Compare
Sorry, something went wrong.
No results found
Compose LCE view without swipe-to-refresh
v5.2.0
Compare
Sorry, something went wrong.
No results found
New state mapper:
rx: Observable<LceState<DATA_1>>.flatMapLatestFlow(mapper: (data: DATA_1) -> Observable<LceState<DATA_2>>): Observable<LceState<DATA_2>>
coroutines: Flow<LceState<DATA_1>>.flatMapLatestFlow(mapper: suspend (data: DATA_1) -> Flow<LceState<DATA_2>>): Flow<LceState<DATA_2>>
v5.1.3
Compare
Sorry, something went wrong.
No results found
v5.1.2
Compare
Sorry, something went wrong.
No results found
#48 Fixing cancellation errors in mapping utils
v5.1.1
Compare
Sorry, something went wrong.
No results found
Kotlin 1.9.10, AGP 8, Compose 1.5
v5.1.0
Compare
Sorry, something went wrong.
No results found
LceState.flatMap extension: #47
v5.0.3
Compare
Sorry, something went wrong.
No results found