Skip to content

Releases: MobileNativeFoundation/Store

5.1.0-alpha02

28 Jan 19:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.0-alpha01...5.1.0-alpha02

5.1.0-alpha01

26 Jan 03:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.1.0-alpha01

5.0.0-beta02

21 Jul 14:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0-beta01...5.0.0-beta02

5.0.0-beta01

19 May 23:13
fbcd34f
Compare
Choose a tag to compare

Hey all,

Thrilled to announce the release of Store 5.0.0-beta01.

One of the challenges we've noted in past iterations has been the difficulty in working with lists. This was primarily due to two root causes. Firstly, our earlier versions of Store didn't support automatic list decomposition, leading to the need for custom workarounds and the use of multiple stores. Secondly, we had implemented our in-memory caching mechanisms directly within Store, leaving no room for users to provide their own caching solution or to share one memory cache among stores.

In light of these issues, here's a snapshot of the pivotal, non-breaking changes included in this release:

  • Memory Cache Delegation: We are handing over the reigns of memory cache implementation to users, while keeping Guava cache as our default mechanism. This move is designed to afford you greater flexibility and control over your caching solutions.
  • MultiCache: We are introducing a hybrid cache that will make list management more straightforward by providing automatic list decomposition.

Our hope is these changes will improve your experience developing with Store. We're eager to see how these changes play out and look forward to your feedback.

Excited to be in beta,
Matt

Full Changelog: 5.0.0-alpha06...v5.0.0-beta01

5.0.0-alpha.6

05 Mar 17:21
Compare
Choose a tag to compare
KMM SPM package release for 5.0.0-alpha.6

5.0.0-alpha04

25 Feb 01:42
Compare
Choose a tag to compare

Summary

PRs

  • Add Write + Conflict Resolution in #496
  • Clean Up in #499
  • Add Validator in #500
  • Expose AtomicFU in #505
  • Modify workflow in #520

Full Changelog: 5.0.0-alpha03...5.0.0-alpha04

5.0.0-alpha.5

25 Feb 01:10
Compare
Choose a tag to compare
KMM SPM package release for 5.0.0-alpha.5

5.0.0-alpha03

18 Dec 16:55
Compare
Choose a tag to compare

5.0.0-alpha03

This release adds support for Store on iOS, JVM, and JS. Concepts and usage are unchanged from Store4. In a future release we will reintroduce support for local and remote writes with conflict resolution based on Google's offline first guidance.

Changes

  • Target Android, iOS, JVM, JS
  • Remove concept of Market
  • Remove support for local and remote writes

5.0.0-alpha.4

18 Dec 16:20
Compare
Choose a tag to compare
KMM SPM package release for 5.0.0-alpha.4

5.0.0-alpha02

05 Dec 00:35
Compare
Choose a tag to compare

Changes

New

  • Target iOS (iosArm64, iosX64)
  • Target JS (browser, nodejs)

Maintenance

  • Rename packages to org.mobilenativefoundation.store