Adding strong suggestion to use v2 in the readme

This commit is contained in:
Joe Fabisevich
2022-08-04 13:44:34 -04:00
committed by GitHub
parent b7baca6b15
commit 74d21fc4f9

View File

@@ -10,6 +10,8 @@ If you find Boutique valuable I would really appreciate it if you would consider
---
## If you're getting started with Boutique today, it is highly recommended that you use the [2.0 release candidate](https://github.com/mergesort/Boutique/releases/tag/2.0.0-rc-1). The update is feature complete with only minor or likely no changes expected. It will be officially released when I finish adding documentation to provide tutorials, best practices, and updated sample projects. While v2 is a huge upgrade, the API changes from 1.0 are minimal enough that it shouldn't be difficult to get started without updated docs in the mean time.
Boutique is a simple but powerful persistence library, and more. With its dual-layered memory + disk caching architecture Boutique provides a way to build apps that update in real time with full offline storage in only a few lines of code using an incredibly simple API. Boutique is built atop [Bodega](https://github.com/mergesort/Bodega), and you can find a reference implementation of an app built atop the Model View Controller Store architecture in this [repo](https://github.com/mergesort/MVCS) which shows you how to make an offline-ready SwiftUI app in only a few lines of code. You can read more about the thinking behind the architecture in this blog post exploring the [MVCS architecture](https://build.ms/2022/06/22/model-view-controller-store).
---