Releases: gildor/kotlin-coroutines-retrofit
Releases · gildor/kotlin-coroutines-retrofit
Version 1.1.0 (2019-02-12)
- Retrofit 2.5.0
- kotlinx.coroutines 1.1.1
- Compiled against Kotlin 1.3.21
- Fixed javadoc and source code jars. Thanks to @erikhuizinga for contribution #47
Version 1.0.0 (2018-12-19)
- Migration to non-experimental Coroutines
- kotlinx.coroutines 1.0.1
- Compiled against Kotlin 1.3.11
Version 0.13.0-eap13 (2018-10-10)
- kotlinx.coroutines 0.30.2-eap13
- Compiled against Kotlin 1.3.0-rc-146
Version 0.13.0 (2018-10-10)
- kotlinx.coroutines 0.30.2
- Compiled against Kotlin 1.2.71
Version 0.12.0-eap13 (2018-08-04) - Stable coroutines
The first version of kotlin-coroutines-retrofit based on stable coroutines API from Kotlin 1.3 Compiled against Kotlin 1.3-M1 and kotlinx.coroutines 0.24.0-eap13 (also based on stable API)
Version 0.12.0 (2018-08-04)
- kotlinx.coroutines 0.24.0
- Compiled against Kotlin 1.2.60
Version 0.11.0 (2018-06-12)
- kotlinx.coroutines 0.23.1
- Compiled against Kotlin 1.2.41
Thanks to Thomas Schmidt for contribution
Version 0.10.0 (2018-04-26)
- Retrofit 2.4.0
- kotlinx.coroutines 0.22.5
- Compiled against Kotlin 1.2.40
- Migration of build.gradle to kotlin-dsl
- Gradle 4.7
- Published proper javadoc
Version 0.9.0 (2017-12-26)
- kotlinx.coroutines 0.20
- Compiled against Kotlin 1.2.10
Version 0.8.2 (2017-10-04)
Fixed Kotlin stdlib dependency version in pom.xml