Releases: connyduck/networkresult-calladapter
Releases Β· connyduck/networkresult-calladapter
NetworkResult Calladapter 2.0.0
NetworkResulthas no copy method anymore, as it was exposing the non-public primary constructor.- Dependency Updates:
- Kotlin 2.0.0 -> 2.2.20
- Kotlin Coroutines 1.8.1 -> 1.10.2
- Retrofit 2.11.0 -> 3.0.0
- OkHttp 4.12.0 -> 5.2.0
NetworkResult Calladapter 1.2.0
- New method
NetworkResult<T>.toResult(): Result<T>to convert aNetworkResultto akotlin.Result. - Dependency Updates:
- Kotlin 1.9.22 -> 2.0.0
- Kotlin Coroutines 1.8.0 -> 1.8.1
- Retrofit 2.9.0 -> 2.11.0
NetworkResult Calladapter 1.1.0
NetworkResultis nowSerializable- The library is now build with Java 17
- Dependency updates:
- Kotlin 1.6.21 -> 1.9.22
- Kotlin Coroutines 1.6.2 -> 1.8.0
- OkHttp 4.9.3 -> 4.12.0
NetworkResult Calladapter 1.0.0
First Release