Skip to content

Releases: motorro/RxLceModel

v5.3.3

30 May 11:38
Compare
Choose a tag to compare

Kotlin 2.0, library updates

v5.3.0

09 Feb 12:23
Compare
Choose a tag to compare

Compose LCE view without swipe-to-refresh

v5.2.0

05 Dec 15:32
Compare
Choose a tag to compare

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

19 Oct 08:21
Compare
Choose a tag to compare

MacOS builds

v5.1.2

29 Sep 10:25
Compare
Choose a tag to compare

#48 Fixing cancellation errors in mapping utils

v5.1.1

13 Sep 14:47
Compare
Choose a tag to compare

Kotlin 1.9.10, AGP 8, Compose 1.5

v5.1.0

08 May 18:54
Compare
Choose a tag to compare

LceState.flatMap extension: #47

v5.0.3

09 Feb 12:34
Compare
Choose a tag to compare

Kotlin 1.8.10

v5.0.2

01 Feb 13:14
Compare
Choose a tag to compare

Common module publication fix

v5.0.1

01 Feb 10:53
Compare
Choose a tag to compare

Post v5 dependency fixes