Skip to content

Releases: rickclephas/KMP-NativeCoroutines

v1.0.0-ALPHA-15

11 Aug 12:11
Compare
Choose a tag to compare
v1.0.0-ALPHA-15 Pre-release
Pre-release

Note: checkout the updated README and migration steps.

Kotlin

  • Restored JDK 11 compatibility

Combine

  • Implemented support for Subscriber demand / back pressure (#126)

v1.0.0-ALPHA-14

08 Aug 08:55
Compare
Choose a tag to compare
v1.0.0-ALPHA-14 Pre-release
Pre-release

Note: checkout the updated README and migration steps.

Kotlin

  • Fixed issue with empty ObjCName (#124)
  • Updated kotlinx.coroutines to 1.7.3
  • Updated KSP to 1.0.12
  • Added support for projects with a linuxArm64 target

v1.0.0-ALPHA-13

07 Jul 18:41
Compare
Choose a tag to compare
v1.0.0-ALPHA-13 Pre-release
Pre-release

Note: checkout the updated README and migration steps.

Kotlin

  • Updated Kotlin to 1.9.0
  • Dropped support for the legacy JS compiler

v1.0.0-ALPHA-12-kotlin-1.9.0-RC

02 Jul 14:57
Compare
Choose a tag to compare
Pre-release

Note: checkout the updated README and migration steps.

Kotlin

  • Updated kotlinx.coroutines to 1.7.2
  • Added NativeCoroutinesRefined and NativeCoroutinesRefinedState annotations (#120)

v1.0.0-ALPHA-12

02 Jul 14:18
Compare
Choose a tag to compare
v1.0.0-ALPHA-12 Pre-release
Pre-release

Note: checkout the updated README and migration steps.

Kotlin

  • Updated kotlinx.coroutines to 1.7.2
  • Added NativeCoroutinesRefined and NativeCoroutinesRefinedState annotations (#120)

v1.0.0-ALPHA-11-kotlin-1.9.0-RC

22 Jun 18:53
Compare
Choose a tag to compare
Pre-release

Note: checkout the updated README and migration steps.

Kotlin

  • Updated Kotlin to 1.9.0-RC

v1.0.0-ALPHA-11

11 Jun 13:43
Compare
Choose a tag to compare
v1.0.0-ALPHA-11 Pre-release
Pre-release

Note: checkout the updated README and migration steps.

Kotlin

  • Updated Kotlin to 1.8.22

v1.0.0-ALPHA-10-kotlin-1.9.0-Beta

26 May 11:20
Compare
Choose a tag to compare
Pre-release

Note: checkout the updated README and migration steps.

Kotlin

  • Updated Kotlin to 1.9.0-Beta
  • Dropped support for the legacy JS compiler

v1.0.0-ALPHA-10

13 May 14:08
Compare
Choose a tag to compare
v1.0.0-ALPHA-10 Pre-release
Pre-release

Note: checkout the updated README and migration steps.

Kotlin

  • Updated kotlinx.coroutines to 1.7.1

v1.0.0-ALPHA-9

05 May 19:49
Compare
Choose a tag to compare
v1.0.0-ALPHA-9 Pre-release
Pre-release

Note: checkout the updated README and migration steps.

Plugin

  • Fixed issue with @OptIn annotations (#111)

Kotlin

  • Updated kotlinx.coroutines to 1.7.0
  • Added support for watchosDeviceArm64 target