All Versions
64
Latest Version
Avg Release Cycle
33 days
Latest Release
-

Changelog History
Page 6

  • 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).
    • 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.
  • v0.8 Changes

    • ๐Ÿ”Œ atomicfu-gradle-plugin introduced.
  • v0.7 Changes

    • ๐Ÿ›  Fixed lost ACC_STATIC on methods.
    • Publish to Maven Central.
  • v0.6 Changes

    • toString defined for debugging.
  • v0.5 Changes

    • ๐Ÿ”’ Longer timeout to detect stalls in lock-free code, with shutdown logic that detected them even on short runs.
    • Kotlin 1.1.4