File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 5.0.0-beta02] (2023-07-21)
6+
7+ * Fix breaking changes with Source of
8+ Truth [ #560 ] ( https://github.com/MobileNativeFoundation/Store/pull/560 )
9+
510## [ 5.0.0-beta01] (2023-05-19)
611
7- * Delegate memory cache implementation and provide a hybrid cache with automatic list decomposition as a separate
12+ * Delegate memory cache implementation and provide a hybrid cache with automatic list decomposition
13+ as a separate
814 artifact [ #548 ] ( https://github.com/MobileNativeFoundation/Store/pull/548 )
915
1016## [ 5.0.0-alpha06] (2023-05-08)
1117
1218* Separate MutableStoreBuilder from
1319 StoreBuilder [ #542 ] ( https://github.com/MobileNativeFoundation/Store/commit/e050a15afc21c22ffea10a6a7d5f1b436ee34a6a )
14- * Support Rx2 [ #531 ] ( https://github.com/MobileNativeFoundation/Store/commit/7d73f08cc07294d00b176325af792b51874dfeff )
20+ * Support
21+ Rx2 [ #531 ] ( https://github.com/MobileNativeFoundation/Store/commit/7d73f08cc07294d00b176325af792b51874dfeff )
1522* Introduce Fallback
1623 Mechanisms [ #545 ] ( https://github.com/MobileNativeFoundation/Store/commit/d1e46a9d02703c798738bc5fb645344fefb90dd4 )
1724
@@ -260,7 +267,9 @@ This is a first alpha release of Store ported to RxJava 2.
260267* The change log for Store version 1.x can be
261268 found [ here] ( https://github.com/NYTimes/Store/blob/develop/CHANGELOG.md ) .
262269
263- [ Unreleased ] : https://github.com/MobileNativeFoundation/Store/compare/v5.0.0-beta01...HEAD
270+ [ Unreleased ] : https://github.com/MobileNativeFoundation/Store/compare/v5.0.0-beta02...HEAD
271+
272+ [ 5.0.0-beta02 ] : https://github.com/MobileNativeFoundation/Store/releases/tag/5.0.0-beta02
264273
265274[ 5.0.0-beta01 ] : https://github.com/MobileNativeFoundation/Store/releases/tag/5.0.0-beta01
266275
Original file line number Diff line number Diff line change 3737
3838#### Android
3939``` kotlin
40- implementation " org.mobilenativefoundation.store:store5:5.0.0-beta01 "
40+ implementation " org.mobilenativefoundation.store:store5:5.0.0-beta02 "
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-beta01 " )
49+ implementation(" org.mobilenativefoundation.store:store5:5.0.0-beta02 " )
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-beta02
1212POM_PACKAGING =pom
1313POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
1414
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ testCore = "1.5.0"
1818kmmBridge = " 0.3.2"
1919ktlint = " 0.39.0"
2020kover = " 0.6.0"
21- store = " 5.0.0-beta01 "
21+ store = " 5.0.0-beta02 "
2222truth = " 1.1.3"
2323
2424[libraries ]
You can’t perform that action at this time.
0 commit comments