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

Changelog History
Page 4

  • v0.12.5 Changes

    April 23, 2019
    • ๐Ÿ›  Fixed Gradle plugin compatibility with kotlin-multiplatform plugin.
  • v0.12.4 Changes

    April 23, 2019
    • ๐Ÿ”Œ Gradle plugin automatically adds dependencies.
    • โž• Added support for inline extensions on AtomicXxx types.
  • v0.12.3 Changes

    April 12, 2019
    • โšก๏ธ Kotlin version updated to 1.3.30
  • v0.12.2 Changes

    March 14, 2019
    • ๐Ÿ›  Fixed to skip changing source path for unprocessed native output (see #51).
    • ๐Ÿ›  Fixed inlining of atomic operations on JS (see #52).
  • v0.12.2-eap13 Changes

    March 14, 2019
    • Kotlin version 1.3.30-eap13-42
  • v0.12.1 Changes

    • ๐Ÿ“‡ Gradle 4.10 with metadata version 0.4.
    • ๐Ÿ“‡ No metadata for everything except native.
  • v0.12.0 Changes

    • Kotlin version 1.3.11.
    • ๐Ÿ‘Œ Support top-level atomic variables.
    • ๐Ÿ‘Œ Support arrays of atomic variables.
    • ๐Ÿ”Œ Project is built with kotlin-multiplatform plugin.
  • v0.11.11 Changes

    • Kotlin version Kotlin version 1.3.0-rc-146 (with K/N).
    • ๐Ÿ”Œ Gradle plugin supports projects that use kotlin-multiplatform plugin.
    • ๐Ÿ“‡ Disable Gradle metadata publishing for all but native modules.
    • ๐Ÿ‘€ JS transformer is more robust and retains line numbers (see #25).
  • v0.11.10 Changes

    • Kotlin version 1.3.0-rc-57 & Kotlin/Native 0.9.2
  • v0.11.9 Changes

    • Kotlin/Native version 1.3.0-rc-116 (0.9.3)
    • Kotlin version 1.2.71
    • ๐Ÿ”Œ Incremental JS compilation is fixed in plugin