Releases: Kotlin/kotlinx-atomicfu
Releases · Kotlin/kotlinx-atomicfu
0.11.5
0.11.3
0.11.2
0.11.1
0.11.0 Multiplatform
- AtomicBoolean support (see #6)
- Kotlin/Native 0.9-dev-2922, all platforms, published to Maven Central
0.10.3-native
- Kotlin 1.2.51.
- Initial Kotlin/Native support:
- Build for Kotlin/Native 0.8.
- Only JS-like single-threaded applications are supported (no actual atomics).
- Supported targets: "ios_arm64", "ios_arm32", "ios_x64", "macos_x64".
- NOTE: This version is not available in NPM and Maven Central. Use this Bintray repository:
maven { url "https://kotlin.bintray.com/kotlinx" }
0.10.2
0.10.1 NPM
- JS: NPM deployment.
0.10.0 Multiplatform JVM+JS
- Kotlin 1.2.41
- Multiplatform:
- Extracted common code into
atomicfu-common
module. - Basic support on JS via
atomicfu-js
module (boxed objects, Bintray publishing only).
- Extracted common code into
- JVM transformer:
- Preserve annotations on atomic fields.
- Ignore no-ops in flow analyzer (support more variety of code patterns).