- Kotlin 2.4.0
- Remove deprecated targets -
macosX64,tvosX64,watchosX64. - Target Java 17.
- AtomicFU 0.33.0.
- Coroutines 1.11.0.
- Migrate to Sonatype Central Portal.
- Kotlin 2.1.0
- Coroutines 1.10.1
- AtomicFU 0.27.0
- Stately 2.1.0
Added new targets:
wasmJs- #45
- Switch internal map implementation to
ConcurrentHashMapfor JVM targets - #39 - Kotlin 1.9.22
- Coroutines 1.8.0
- AtomicFU 0.23.2
- Stately 2.0.6
Added new targets:
linuxArm64
- Kotlin 1.9.10
- Coroutines 1.7.2
- AtomicFU 0.21.0
- Stately 2.0.5
- New event listener APIs (@darkxanter) - #35
- Downgrade stately to 1.2.5 to fix duplicate class error - #36
Added new targets:
watchosArm64watchosSimulatorArm64watchosX64
FakeTimeSource is now public - #30
- Kotlin 1.8.20.
- AtomicFU 0.20.2.
- Stately 2.0.0-rc1.
- Revert to using
state-collectionsto fix JVM concurrency issue - #23
- Kotlin 1.7.20.
- AtomicFU 0.18.5.
Added new targets:
linuxX64macosArm64
- Kotlin 1.7.10.
- Coroutines 1.6.4.
- AtomicFU 0.18.3.
- Kotlin 1.7.0.
- Coroutines 1.6.3.
- AtomicFU 0.18.2.
fakeTimeSourceinCache.Builderhas been renamed totimeSource, and theFakeTimeSourceimplementation has been removed (still available in our tests) - #20- Kotlin 1.6.21.
This release adds support for new native memory model and drops support for the old one. Many thanks to @dcvz for the contribution.
- Synchronize cache loader by key - #15
- Support new native memory model and drop support for old memory model - #17
- Kotlin 1.6.20.
- Coroutines 1.6.1.
Added new targets:
iosSimulatorArm64macosArm64tvosArm64tvosSimulatorArm64tvosX64
- Kotlin 1.6.10.
- Stately 1.2.1.
- Target Java 11.
- Change
fun newBuilder()tooperator fun invoke()- #7. - Compile with Kotlin 1.5.21.
- Support Kotlin 1.5.0.
- Stately to 1.1.7.
- Disable IR.
Initial release.