Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 669 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 669 Bytes

CHANGELOG

0.1.4 (2024-11-04

  • Add grantExternalEntitlements to constructor, so we can choose whether to give entitlements to purchases verified from outside the app.

0.1.3 (2024-10-31)

  • Verified transactions updated from outside the app are now added to purchasedProductIds.

0.1.2 (2024-10-18)

  • Better use of async context, fetchAndSync() significantly faster as a result.
  • Improve documentation and examples in README.md

0.1.1 (2024-10-17)

  • Ensure functions intended to be public are indeed public :)
  • Add autoFinishTransactions option to init.
  • Improve documentation and examples in README.md

0.1.0 (2024-10-17)

  • Initial Release