8.1.0
·
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
GooglePayIsReadyToPayRequestandGooglePayPaymentDataRequestwith 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:
isReadyToPayRequestandpaymentDataRequestnow have strongly-typed interfaces while remaining backward-compatible with arbitrary JSON for forward compatibility
🔗 Full Changelog: 8.0.12...8.1.0