Skip to content

Releases: connyduck/networkresult-calladapter

NetworkResult Calladapter 2.0.0

07 Oct 19:17
660e901

Choose a tag to compare

  • NetworkResult has 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

14 Jul 14:17
8f1d8d5

Choose a tag to compare

  • New method NetworkResult<T>.toResult(): Result<T> to convert a NetworkResult to a kotlin.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

25 Feb 19:17

Choose a tag to compare

  • NetworkResult is now Serializable
  • 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

29 May 18:43

Choose a tag to compare