You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE_NOTES.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,18 @@ This version makes StoreKitPlus use Swift 6.
13
13
14
14
As a result of the Swift 6 transition, and due to data race problems, the store services no longer takes a context and keeps it in sync. This must be explicitly handled by the caller.
15
15
16
-
Furthermore, the service model is drastically simplified in this version. Instead of having multiple service types, `StoreService` handles it all. Instead of composition, you can override any open function to modify the service behavior.
16
+
Furthermore, the service model is drastically simplified in this version. Instead of having multiple service types, `StoreService` handles it all.
17
17
18
18
### ✨ Features
19
19
20
-
*`StandardProductService` no longer accepts a context, and will no longer keep it in sync.
21
-
*`StandardProductPurchaseService` no longer accepts a context, and will no longer keep it in sync.
20
+
*`StoreService` has new `.standard` shorthands.
21
+
*`StandardStoreService` no longer accepts a context, and will no longer keep it in sync.
22
22
23
23
### 🗑️ Deprecations
24
24
25
-
*`StoreProductService` has been deprecated - just use `StoreService` instead.
26
-
*`StorePurchaseService` has been deprecated - just use `StoreService` instead.
0 commit comments