All Versions
57
Latest Version
Avg Release Cycle
33 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v0.11.0 Changes
- ๐ AtomicBoolean support (see #6)
- Kotlin/Native 0.9-dev-2922, all platforms, published to Maven Central
-
v0.10.3 Changes
- Kotlin 1.2.50.
-
v0.10.3-native Changes
- 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" }
-
v0.10.2 Changes
- JS: Main file renamed to kotlinx-atomicfu.js to match NPM module name.
-
v0.10.1 Changes
- ๐ JS: NPM deployment.
-
v0.10.0 Changes
- 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).
-
v0.9.2 Changes
- ๐ Replaced deprecated kotlin-stdlib-jre8 dependency with kotlin-stdlib-jdk8.
-
v0.9.1 Changes
- Kotlin 1.2.0
-
v0.9 Changes
- ๐ Support generation of
VarHandle
variant for Java 9.
- ๐ Support generation of
-
v0.8 Changes
- ๐
atomicfu-gradle-plugin
introduced.
- ๐