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

Changelog History
Page 5

  • v0.11.7 Changes

    • ๐Ÿ›  Fixed non-transformed AtomicBoolean and its tests
    • ๐Ÿ”จ AtomicFUGradlePlugin: More consistent task naming & code refactoring
  • v0.11.6 Changes

    • Kotlin/Native version 0.9
  • v0.11.5 Changes

    • ๐Ÿ Gradle plugin for JS: Fixed paths on Windows
  • v0.11.4 Changes

    • JS: Transformer added. It is now a compile-only dependency just like on JVM.
    • 0๏ธโƒฃ JVM: Default transformation variant is changed back to JDK6-compatible "FU".
      • atomicfu { variant = xxx } configuration section in Gradle can be used to change it.
  • v0.11.3 Changes

    • ๐Ÿ›  Fixed lost files during class analysis phase.
  • v0.11.2 Changes

    • Kotlin version 1.2.61
    • Kotlin/Native version 0.8.2
    • ๐Ÿš€ More user-friendly Gradle plugin for Kotlin/JVM and multi-release jar by default. See updated section in [README.md](README.md#Gradle)
    • ๐Ÿ‘Œ Supports internal atomic variables that are accessed from a different package in the same module.
  • v0.11.1 Changes

    • Kotlin version 1.2.60
    • Kotlin/Native version 0.8.1
  • 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" }