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
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: packages/in_app_purchase/in_app_purchase/CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
-
## NEXT
2
-
3
-
* Fixes integration tests.
4
-
* Updates example app Android compileSdkVersion to 31.
1
+
## 2.0.0
5
2
6
3
***BREAKING CHANGES**:
4
+
* Adds a new `PurchaseStatus` named `canceled`. This means developers can distinguish between an error and user cancellation.
5
+
* Updates `restorePurchases` to emit an empty list of purchases on StoreKit when there are no purchases to restore (same as Android).
7
6
* Renames `in_app_purchase_ios` to `in_app_purchase_storekit`.
8
7
* Renames `InAppPurchaseIosPlatform` to `InAppPurchaseStoreKitPlatform`.
9
8
* Renames `InAppPurchaseIosPlatformAddition` to
10
9
`InAppPurchaseStoreKitPlatformAddition`.
11
10
11
+
* Deprecates the `InAppPurchaseAndroidPlatformAddition.enablePendingPurchases()` method and `InAppPurchaseAndroidPlatformAddition.enablePendingPurchase` property.
12
+
* Adds support for promotional offers on the store_kit_wrappers Dart API.
13
+
* Fixes integration tests.
14
+
* Updates example app Android compileSdkVersion to 31.
15
+
12
16
## 1.0.9
13
17
14
18
* Handle purchases with `PurchaseStatus.restored` correctly in the example App.
0 commit comments