Skip to content

Releases: motorro/RxLceModel

v6.0.0

Choose a tag to compare

@motorro motorro released this 11 May 08:22
  • 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

Choose a tag to compare

@motorro motorro released this 12 Apr 09:59
  • Library updates 2026-04
  • More platforms for multiplatform modules

v5.3.3

Choose a tag to compare

@motorro motorro released this 30 May 11:38

Kotlin 2.0, library updates

v5.3.0

Choose a tag to compare

@motorro motorro released this 09 Feb 12:23

Compose LCE view without swipe-to-refresh

v5.2.0

Choose a tag to compare

@motorro motorro released this 05 Dec 15:32

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

Choose a tag to compare

@motorro motorro released this 19 Oct 08:21

MacOS builds

v5.1.2

Choose a tag to compare

@motorro motorro released this 29 Sep 10:25

#48 Fixing cancellation errors in mapping utils

v5.1.1

Choose a tag to compare

@motorro motorro released this 13 Sep 14:47

Kotlin 1.9.10, AGP 8, Compose 1.5

v5.1.0

Choose a tag to compare

@motorro motorro released this 08 May 18:54

LceState.flatMap extension: #47

v5.0.3

Choose a tag to compare

@motorro motorro released this 09 Feb 12:34

Kotlin 1.8.10