Skip to content

Releases: eventOneHQ/capacitor-stripe-terminal

v3.0.0-beta.8

28 Mar 19:52
e51c0de
Compare
Choose a tag to compare
v3.0.0-beta.8 Pre-release
Pre-release

3.0.0-beta.8 (2023-03-28)

Bug Fixes

v3.0.0-beta.7

24 Mar 13:15
42c45b0
Compare
Choose a tag to compare
v3.0.0-beta.7 Pre-release
Pre-release

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

17 Mar 21:49
6d7e332
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release

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

07 Mar 23:08
878a7cd
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

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

07 Mar 22:17
c4e9c98
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2023-03-07)

Bug Fixes

  • ios: Fix Tap to Pay on iPhone related enums (e9717a5)

v3.0.0-beta.3

01 Mar 17:48
1ffe336
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

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

10 Nov 15:58
072a0e9
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2022-11-10)

Features

  • Add collectPaymentMethod config overrides and S700 reader enums (2f4a4e7)
  • android: Upgrade Android SDK to 2.15 (9b2ce6c)
  • ios: Upgrade iOS SDK to 2.14 (31c7e61)

v3.0.0-beta.1

16 Aug 17:35
ad2f35a
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

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

15 Jun 17:49
fb0c5d5
Compare
Choose a tag to compare
v2.1.1-beta.1 Pre-release
Pre-release

2.1.1-beta.1 (2022-06-15)

Bug Fixes

  • ios: Use threads to prevent busy error (f56c1ac)

v2.1.0

15 Jun 15:12
5126aba
Compare
Choose a tag to compare

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)

Features

  • Add getPaymentStatus API and PaymentStatus enum (702ec55)
  • android: Bump StripeTerminal Android SDK version to 2.6 (943fc39)
  • Dual Discovery (f1f8bf4), closes #34
  • ios: Bump StripeTerminal iOS SDK version to 2.5 (cff6642)