Skip to content

0.1.0

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 20 Jun 12:04
· 47 commits to main since this release

This is a first beta release of StoreKitPlus.

This version introduces a bunch of types that makes it easier to work with StoreKit in an abstract, protocol-driven way.

✨ Features

  • StoreContext is a new, observable type.
  • StoreService is a new protocol for comunicating with StoreKit.
  • StandardStoreService is a new class for comunicating with StoreKit.
  • ProductRepresentable is a new protocol for providing local products.
  • ValidatableTransaction is a new protocol for transaction validation.