Releases: kuuuurt/multiplatform-paging
Releases · kuuuurt/multiplatform-paging
0.6.0
What's new
- Adds a common refresh function
- Adds
pagingState
for iOS to listen to loading states
- Library Updates:
- Kotlin to 1.7.20
- Coroutines to 1.6.4
- AGP to 7.3.1
- Gradle to 7.4
0.5.0
What's new
- Fixes refresh for iOS
- Adds
pagingState
for iOS to listen to loading states
- Library Updates:
- Kotlin to 1.7.10
- Coroutines to 1.6.3
- AndroidX Paging to 3.1.1
0.4.7
What's new
- Adds refresh for iOS
- Library Updates:
- Kotlin to 1.6.10
- Coroutines to 1.6.0-native-mt
0.4.6
What's new
- Adds target for
iosSimulatorArm64
- Library Updates
- Kotlin to 1.6.0
- Paging to 3.1.0
0.4.5
What's new
- Adds JVM Support (#21) (Thanks @msfjarvis)
- Library Updates:
- Kotlin to 1.5.31
- Coroutines to 1.5.2-native-mt
0.4.3
What's new
- Library Updates:
- Gradle to 7.0.2
- AGP to 7.0.2
- Kotlin to 1.5.30
- Coroutines to 1.5.1-native-mt
0.4.2
What's new
- Adds transform operators for
PagingData
0.4.1
What's new
- Makes
hasNextPage
visible on iOS