|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [5.0.0-alpha02] (2022-12-04) |
| 6 | + |
| 7 | +* Target iOS and JS |
| 8 | +* Rename packages |
| 9 | + |
5 | 10 | ## [5.0.0-alpha1] (2022-12-04) |
| 11 | + |
6 | 12 | * Introduce Market |
7 | 13 | * Support local and remote writes with conflict resolution based on Google's offline-first guidance |
8 | | -* Target iOS and Android |
| 14 | +* Target Android and JVM |
9 | 15 |
|
10 | 16 | ## [4.0.5] (2021-03-30) |
11 | 17 |
|
|
61 | 67 |
|
62 | 68 | * Fix a leak of non-global coroutine contexts. (#199) |
63 | 69 | * Update to Kotlin 1.4.0 and Coroutines 1.3.9 (#195) |
64 | | -* Update to Coroutines 1.3.5 and remove `@FlowPreview` and `@ExperimentalCoroutinesApi` annotations. (#166) |
| 70 | +* Update to Coroutines 1.3.5 and remove `@FlowPreview` and `@ExperimentalCoroutinesApi` |
| 71 | + annotations. (#166) |
65 | 72 |
|
66 | 73 | ## [4.0.0-alpha06] (2020-04-29) |
67 | 74 |
|
68 | 75 | **Major API change!** (#123) |
69 | 76 |
|
70 | | -This release introduces a major change to `StoreBuilder`'s API. This should be the LAST major API change to store before |
| 77 | +This release introduces a major change to `StoreBuilder`'s API. This should be the LAST major API |
| 78 | +change to store before |
71 | 79 | we'll move to beta. |
72 | 80 |
|
73 | 81 | * The typealias `Fetcher` was added to standardize the input type for a `StoreBuilder` |
74 | 82 | * `SourceOfTruth` in now a top level interface and part of `Store`'s public API |
75 | 83 | * `StoreBuilder` can now only be created using a `Fetcher` and optionally a `SourceOfTruth` |
76 | | -* All the overloads for creating a `StoreBuilder` were moved to `Fetcher` and `SourceOfTruth` as appropriate. |
| 84 | +* All the overloads for creating a `StoreBuilder` were moved to `Fetcher` and `SourceOfTruth` as |
| 85 | + appropriate. |
77 | 86 | * Rx artifacts were updated accordingly to match main artifacts. |
78 | 87 |
|
79 | 88 | ## [4.0.0-alpha05] (2020-04-03) |
@@ -190,27 +199,31 @@ This is a first alpha release of Store ported to RxJava 2. |
190 | 199 | **New Features** |
191 | 200 |
|
192 | 201 | * (#155) Port to RxJava 2 |
193 | | -* (#220) Packages have been renamed to store3 to allow use of this artifact alongside the original Store |
| 202 | +* (#220) Packages have been renamed to store3 to allow use of this artifact alongside the original |
| 203 | + Store |
194 | 204 | * (#185) Return Single/Maybe where appropriate |
195 | 205 | * (#189) Add lambdas to Store and Filesystem modules |
196 | 206 | * (#214) expireAfterAccess added to MemoryPolicy |
197 | | -* (#214) Deprecate setExpireAfter and getExpireAfter -- use new expireAfterWrite or expireAfterAccess, see #199 for |
| 207 | +* (#214) Deprecate setExpireAfter and getExpireAfter -- use new expireAfterWrite or |
| 208 | + expireAfterAccess, see #199 for |
198 | 209 | MemoryPolicy changes |
199 | 210 | * (#214) Add Raw to BufferedSource transformer |
200 | 211 |
|
201 | 212 | **Bug Fixes and Stability Improvements** |
202 | 213 |
|
203 | 214 | * (#214) Fix networkBeforeStale on cold start with no connectivity |
204 | 215 | * (#214) Add a missing source.close() call |
205 | | -* (#164) FileSystemPersister.persisterIsStale() should return false if record is missing or policy is unspecified |
| 216 | +* (#164) FileSystemPersister.persisterIsStale() should return false if record is missing or policy |
| 217 | + is unspecified |
206 | 218 | * (#166) Remove apt dependency and use annotationProcessor instead |
207 | 219 | * (#214) Standardize store.stream() to emit only new items |
208 | 220 | * (#214) Fix typos |
209 | 221 | * (#214) Close source after write to filesystem |
210 | 222 |
|
211 | 223 | ## [1.x] |
212 | 224 |
|
213 | | -* The change log for Store version 1.x can be found [here](https://github.com/NYTimes/Store/blob/develop/CHANGELOG.md). |
| 225 | +* The change log for Store version 1.x can be |
| 226 | + found [here](https://github.com/NYTimes/Store/blob/develop/CHANGELOG.md). |
214 | 227 |
|
215 | 228 | [Unreleased]: https://github.com/MobileNativeFoundation/Store/compare/v4.0.5...HEAD |
216 | 229 |
|
|
0 commit comments