Skip to content

Latest commit

 

History

History
120 lines (76 loc) · 4.35 KB

CHANGELOG.md

File metadata and controls

120 lines (76 loc) · 4.35 KB

CHANGELOG

Version 1.1.0 (2019-02-12)

Version 1.0.0 (2018-12-19)

  • 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)

Version 0.12.0-eap13 (2018-08-04) - Stable coroutines

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)

Version 0.11.0 (2018-06-12)

Thanks to Thomas Schmidt for contribution

Version 0.10.0 (2018-04-26)

Version 0.9.0 (2017-12-26)

Version 0.8.2 (2017-10-04)

  • Fixed Kotlin stdlib dependency version in pom.xml

Version 0.8.1 (2017-10-02)

Version 0.7.1 (2017-07-28)

The previous version was accidentally released with kotlinx.coroutines 0.16 instead 0.17 Thanks to @rciurkot for PR #25 that fixes that.

Version 0.7.0 (2017-07-24)

  • Compiled against Kotlin 1.1.3-2

Version 0.6.0 (2017-07-04)

Notice: This release backward incompatible with previous versions:

  • .await() and .awaitResult() can be used now only with non-nullable types of result and throw NullPointerException in case of null body. See [examples in Readme](README.md#Nullable body)
  • #13 .toString() for Result classes

Version 0.5.1 (2017-06-27)

Version 0.5.0 (2017-04-01)

Version 0.4.1 (2017-03-05)

  • #8 (PR #9) Call cancellation feedback causes crash when coroutine is cancelled

Version 0.4.0 (2017-03-01)

Version 0.3.0 (2017-02-25)

Version 0.2.0 (2017-02-20)

  • Depends on Retrofit 2.1.0
  • Result classes now implement one or two of interfaces: ResponseResult and ResponseError. It allows simplify access to results in some cases
  • Moved to the separate repo
  • Kotlin 1.1.0-rc-91
  • kotlinx.coroutines 0.10-rc
  • JCenter and Maven publish configs
  • Updated examples in readme