Skip to content

Releases: rickclephas/KMP-NativeCoroutines

v0.9.0

19 Nov 21:53
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Kotlin

  • Updated to Kotlin 1.6.0
  • Added support for the embeddable compiler jar
  • The core and annotations libraries are now also available for the mingwX64 target
  • Published compatibility version for the new Kotlin Native memory model (version 0.9.0-new-mm)
  • Dropped Kotlin 1.5.20 compatibility version

v0.8.0

05 Nov 22:09
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Gradle plugin

  • The core and annotations libraries are now also available for js and linuxX64 targets.
    Allowing you to use the plugin in KMP projects that use these targets.

v0.7.0

31 Oct 13:08
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Swift Async/Await

  • KMPNativeCoroutinesAsync is now available via the Swift Package Manager (#11)
  • With Xcode 13.2 Beta the async implementation can now be used on iOS 13, macOS 10.15, tvOS 13 and watchOS 6 or newer

Core

  • KMPNativeCoroutinesCore is now available via the Swift Package Manager (#11)

Combine

  • KMPNativeCoroutinesCombine is now available via the Swift Package Manager (#11)

RxSwift

  • KMPNativeCoroutinesRxSwift is now available via the Swift Package Manager (#11)

v.0.6.0

05 Sep 18:31
Compare
Choose a tag to compare
v.0.6.0 Pre-release
Pre-release

Core

  • Updated to Kotlin 1.5.30
  • Published compatibility version for Kotlin 1.5.20 (version 0.6.0-kotlin-1.5.20)
  • Added support for tvOS and watchOS
  • Added support for Apple Silicon (#9)

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