Skip to content

Releases: gildor/kotlin-coroutines-retrofit

Version 0.8.1 (2017-10-02)

02 Oct 06:24
Compare
Choose a tag to compare

Version 0.7.1 (2017-07-28)

28 Jul 08:52
Compare
Choose a tag to compare

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)

24 Jul 15:24
Compare
Choose a tag to compare
  • Compiled against Kotlin 1.1.3-2

Version 0.6.0 (2017-07-04)

04 Jul 17:16
Compare
Choose a tag to compare

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
  • #13 .toString() for Result classes

Version 0.5.1 (2017-06-27)

04 Jul 16:23
Compare
Choose a tag to compare

Version 0.5.0 (2017-04-01)

01 Apr 05:29
5a1b3fb
Compare
Choose a tag to compare

Version 0.4.0 (2017-03-01)

01 Mar 16:05
80e7c6f
Compare
Choose a tag to compare

Version 0.3.0 (2017-02-25)

25 Feb 14:12
Compare
Choose a tag to compare

0.2.0

20 Feb 13:01
e4755da
Compare
Choose a tag to compare
  • Result classes now implement one or two of interfaces: ResponseResult and ResponseError. It allows simplifying access to results in some cases
  • Moved to the separate repo from kotlin-coroutines-android
  • Kotlin 1.1.0-rc-91
  • kotlinx.coroutines 0.10-rc
  • JCenter and Maven publish configs
  • Updated examples in README.md