Skip to content

Releases: rickclephas/KMP-NativeCoroutines

v0.5.0

14 Aug 17:24
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Gradle plugin

  • Added support for generic functions (#8)
  • Added NativeCoroutinesIgnore annotation

Core

  • Dropped Kotlin 1.5.10 compatibility version

v0.4.3

07 Aug 18:47
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

Gradle plugin

  • Fixed issue with default arguments (#7)

v0.4.2

21 Jul 20:16
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Gradle plugin

  • Fixed recursion errors (#5)

v0.4.1

17 Jul 17:34
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Gradle plugin

  • Improved performance and reduced impact of recursion issue in Kotlin 1.5.10

v0.4.0

16 Jul 21:45
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Gradle plugin

  • Initial version of the Gradle/compiler plugin

Swift Async/Await

  • Added asyncStream(for:) wrapper function

v0.3.0

09 Jul 19:36
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Core

  • Published compatibility version for Kotlin 1.5.10 (version 0.3.0-kotlin-1.5.10)

RxSwift

  • Added createObservable(for:) wrapper function
  • Added createSingle(for:) wrapper function

v0.2.0

28 Jun 19:12
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Core

  • Updated to Kotlin 1.5.20

Swift Combine

  • Added createPublisher(for:) wrapper function for suspend functions returning a Flow

Swift Async/Await

  • Added asyncFunction(for:) wrapper function
  • Added asyncResult(for:) wrapper function

v0.1.0

21 Jun 17:18
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Add publishing logic and set version to 0.1.0