Skip to content

8.1.0

Choose a tag to compare

@riderx riderx released this 09 Feb 01:56
· 20 commits to main since this release
Immutable release. Only release title and notes can be modified.

🆕 Changelog

Added

  • Recurring payments for Apple Pay (iOS 16+): Configure subscription or recurring billing with recurringPaymentRequest, including trial periods, billing cycles, and management URLs
  • Typed request interfaces: Introduced GooglePayIsReadyToPayRequest and GooglePayPaymentDataRequest with full TypeScript definitions for Google Pay configuration, replacing generic JSON objects
  • Case-insensitive Apple Pay network names: Added lowercase variants (e.g., visa, masterCard, amex) alongside existing capitalized versions for improved compatibility
  • Documentation: New setup guides for Apple Pay and Google Pay integration

Changed

  • Google Pay request structure: isReadyToPayRequest and paymentDataRequest now have strongly-typed interfaces while remaining backward-compatible with arbitrary JSON for forward compatibility

🔗 Full Changelog: 8.0.12...8.1.0