Skip to content

Releases: rickclephas/KMP-NativeCoroutines

v1.0.0-ALPHA-1

19 Nov 17:50

Choose a tag to compare

v1.0.0-ALPHA-1 Pre-release
Pre-release

Note: checkout the updated README and migration steps.

KSP

  • The plugin is now using KSP to generate code (#71)

Kotlin

  • Updated Kotlin to 1.8.0-Beta
  • The signatures of NativeSuspend and NativeFlow have changed (#49)
  • Native declarations are now annotated with @ObjCName dropping the Native suffix from the ObjC/Swift name (#74)
  • The NativeValue and NativeReplayCache properties have been renamed to Value and ReplayCache (#74)

Swift Concurrency

  • The signatures of NativeSuspend and NativeFlow have changed (#49)
  • Renamed asyncStream(for:) to asyncSequence(for:) (#49)
  • asyncSequence(for:) now returns an AsyncSequence instead of an AsyncStream (#49)
  • A CancellationError will be thrown instead of a KotlinCancellationException (#49)
  • asyncSequence(for:) now applies back pressure to the Flow collection (#49)

Combine

  • The signatures of NativeSuspend and NativeFlow have changed (#49)

RxSwift

  • The signatures of NativeSuspend and NativeFlow have changed (#49)

v0.13.2

09 Nov 19:12

Choose a tag to compare

v0.13.2 Pre-release
Pre-release

Kotlin

  • Updated Kotlin to 1.7.21

v0.13.1

29 Sep 20:04

Choose a tag to compare

v0.13.1 Pre-release
Pre-release

Kotlin

  • Updated Kotlin to 1.7.20

v0.13.0

21 Sep 18:54

Choose a tag to compare

v0.13.0 Pre-release
Pre-release

Kotlin

  • Updated kotlinx.coroutines to 1.6.4
  • Breaking: dropped support for the old memory manager and -native-mt versions of kotlinx.coroutines

Combine

  • Fixed concurrency issue (#75)

RxSwift

v0.12.6

09 Jul 18:58

Choose a tag to compare

v0.12.6 Pre-release
Pre-release

Kotlin

  • Updated to Kotlin 1.7.10

v0.12.5

25 Jun 17:11

Choose a tag to compare

v0.12.5 Pre-release
Pre-release

Kotlin

  • Updated kotlinx.coroutines to 1.6.3

v0.12.4

17 Jun 20:46

Choose a tag to compare

v0.12.4 Pre-release
Pre-release

Kotlin

  • Fixed issue with embeddable compiler jar not applying the compiler plugin (#67)

v0.12.3

09 Jun 19:22

Choose a tag to compare

v0.12.3 Pre-release
Pre-release

Kotlin

  • Updated to Kotlin 1.7.0

v0.12.2

20 Apr 18:23

Choose a tag to compare

v0.12.2 Pre-release
Pre-release

Kotlin

  • Updated to Kotlin 1.6.21

v0.12.1

05 Apr 19:07

Choose a tag to compare

v0.12.1 Pre-release
Pre-release

Kotlin

  • Updated kotlinx.coroutines to 1.6.1