File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased]
3+ ### Thank you to all our wonderful contributors and users
4+
5+ ## [ 5.0.0] (2023-09-14 )
6+ ### Stable release of Store 5, major additions since Store 4 (no breaking changes)
7+ * MutableStore
8+ * Validator
9+ * Fallback Mechanism
10+ * KMP support
11+ * Conflict Resolution for store writes
12+ * Removal of experimental duration APIs
13+ * StoreResult.NoNewData
414
515## [ 5.0.0-beta03] (2023-08-11)
616
Original file line number Diff line number Diff line change 3737
3838#### Android
3939``` kotlin
40- implementation " org.mobilenativefoundation.store:store5:5.0.0-beta03 "
40+ implementation " org.mobilenativefoundation.store:store5:5.0.0"
4141implementation " org.jetbrains.kotlinx:atomicfu:0.18.5"
4242```
4343
@@ -46,7 +46,7 @@ implementation "org.jetbrains.kotlinx:atomicfu:0.18.5"
4646``` kotlin
4747commonMain {
4848 dependencies {
49- implementation(" org.mobilenativefoundation.store:store5:5.0.0-beta03 " )
49+ implementation(" org.mobilenativefoundation.store:store5:5.0.0" )
5050 implementation(" org.jetbrains.kotlinx:atomicfu:0.18.5" )
5151 }
5252}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
88
99# POM file
1010GROUP =org.mobilenativefoundation.store
11- VERSION_NAME =5.0.0-SNAPSHOT
11+ VERSION_NAME =5.0.0
1212POM_PACKAGING =pom
1313POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
1414
You can’t perform that action at this time.
0 commit comments