Releases: eventOneHQ/capacitor-stripe-terminal
Releases · eventOneHQ/capacitor-stripe-terminal
v3.0.0-beta.8
3.0.0-beta.8 (2023-03-28)
Bug Fixes
- ios: Wait for discoverReaders to complete before resolving cancelDiscoverReaders (d2350ba), closes stripe/stripe-terminal-ios#213
v3.0.0-beta.7
3.0.0-beta.7 (2023-03-24)
Bug Fixes
- Do not attempt to parse a payment method ID as a JSON object (6fe11ef)
v3.0.0-beta.6
3.0.0-beta.6 (2023-03-17)
Bug Fixes
- Improve processPayment error handling so that you can access the payment intent and decline_code (76b2905)
v3.0.0-beta.5
3.0.0-beta.5 (2023-03-07)
Bug Fixes
- ios: Add missing connectLocalMobileReader and cancelAutoReconnect plugin method declarations (f320fae)
v3.0.0-beta.4
v3.0.0-beta.3
3.0.0-beta.3 (2023-03-01)
Bug Fixes
- types: Move failIfInUse to the InternetConnectionConfiguration instead of the base type (57f47fc)
Features
- Add additional fields to the PaymentIntent object (a86bc52)
- Add support for automatic Bluetooth reader reconnection (4402b5e)
- Add updatePaymentIntent option to collectPaymentMethod (046cf89)
- ios: Add Tap to Pay on iPhone support (1814d84), closes #113
- package: Upgrade iOS and Android SDK to 2.17.1 (ab5b8b0)
- Upgrade to Capacitor 4 (fab38a3)
v3.0.0-beta.2
3.0.0-beta.2 (2022-11-10)
Features
v3.0.0-beta.1
3.0.0-beta.1 (2022-08-16)
Bug Fixes
- android: Update Android Terminal SDK to 2.12 (d2bad1b)
- ios: Update iOS Terminal SDK to 2.11 (b11e808)
- package: Upgrade rxjs to 7 (31b9562)
- ts: Make types much more accurate (b81ded8)
Features
- android: Add new connection methods (bea819a)
BREAKING CHANGES
- ts: A lot of types were changed in breaking ways
v2.1.1-beta.1
v2.1.0
2.1.0 (2022-06-15)
Bug Fixes
- android: Do not request Bluetooth permissions on versions of Android < 12 (da5bcbc)
- android: Handle bluetooth permissions on Android 12+ (60c35e6)
- android: Update Android Terminal SDK to 2.10 (471f86b)
- android: Use Java enums to correctly translate device types to JS enums (e656e4d)
- Improve Android enums (44979ba)
- null locationId for non-internet discovery methods (ca38c66)
- package: Update dependencies (173b943)
- package: Update node dependencies (5bf35c5)
- Update Terminal SDKs (25588ac)