Releases: rickclephas/KMP-NativeCoroutines
Releases · rickclephas/KMP-NativeCoroutines
v0.7.0
Swift Async/Await
KMPNativeCoroutinesAsyncis 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
KMPNativeCoroutinesCoreis now available via the Swift Package Manager (#11)
Combine
KMPNativeCoroutinesCombineis now available via the Swift Package Manager (#11)
RxSwift
KMPNativeCoroutinesRxSwiftis now available via the Swift Package Manager (#11)
v.0.6.0
v0.5.0
v0.4.3
v0.4.2
v0.4.1
Gradle plugin
- Improved performance and reduced impact of recursion issue in Kotlin 1.5.10
v0.4.0
Gradle plugin
- Initial version of the Gradle/compiler plugin
Swift Async/Await
- Added
asyncStream(for:)wrapper function
v0.3.0
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
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
Add publishing logic and set version to 0.1.0