Skip to content

Releases: eventOneHQ/capacitor-stripe-terminal

v2.0.0-beta.5

19 Oct 18:13
d703884
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

2.0.0-beta.5 (2021-10-19)

Bug Fixes

v2.0.0-beta.4

13 Oct 19:41
0e01e6c
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

2.0.0-beta.4 (2021-10-13)

Bug Fixes

  • ts: Add PaymentIntentStatus enum (590b302)

v2.0.0-beta.3

12 Oct 15:10
62d9d71
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2021-10-12)

Bug Fixes

Features

  • Add simulator configuration APIs (af4f0ba)

v2.0.0-beta.2

08 Sep 19:18
bc7ee7f
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2021-09-08)

Bug Fixes

  • ts: Rename abort methods to cancel for consistency with the native layer (dd73cf5)

Features

  • Upgrade to Stripe Terminal v2 (cf8759d)
  • ios: Add listLocations method (9a19e76)

BREAKING CHANGES

  • Stripe Terminal v2 introduces many breaking API changes.
  • ts: Renamed abort methods to cancel for consistency with the native layer

v2.0.0-beta.1

31 Aug 15:43
dbf23c6
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2021-08-31)

Bug Fixes

  • package: Update dependencies (7aa81de)

Features

  • capacitor: Upgrade to Capacitor v3 (0901428)

BREAKING CHANGES

  • capacitor: Capacitor v3 is now required.

v1.1.0

27 Aug 14:10
1c0aec3
Compare
Choose a tag to compare

1.1.0 (2021-08-27)

Bug Fixes

  • ios: Do not re-initialize Stripe Terminal if it already has been (0716ab0)
  • ios: Return null on getConnectedReader when no reader is connected (969253a)
  • ios: Update Stripe Terminal SDK to 1.4.0 (d12eab4)

Features

  • ts: Add abortDiscoverReaders method (7f0cfee)

NOTE: You may need to run pod repo update after installing this version.

v1.1.0-beta.2

12 Aug 15:52
ae817cf
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release

1.1.0-beta.2 (2021-08-12)

Bug Fixes

  • ios: Update Stripe Terminal SDK to 1.4.0 (d12eab4)

v1.1.0-beta.1

26 Jul 21:10
550d5e6
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

1.1.0-beta.1 (2021-07-26)

Bug Fixes

  • ios: Return null on getConnectedReader when no reader is connected (969253a)

Features

  • ts: Add abortDiscoverReaders method (7f0cfee)

v1.0.1-beta.1

28 Jan 19:06
adb76f5
Compare
Choose a tag to compare
v1.0.1-beta.1 Pre-release
Pre-release

1.0.1-beta.1 (2021-01-28)

Bug Fixes

  • ios: Do not re-initialize Stripe Terminal if it already has been (0716ab0)

v1.0.0

22 Jan 20:45
46e5474
Compare
Choose a tag to compare

1.0.0 (2021-01-22)

Bug Fixes

  • js: Remove event listeners correctly (a28d5d9)
  • package: Tell Capacitor that there is no Android version yet (1dce90b), closes #18
  • package: Update dependencies (ea3d774)
  • package: Update dependencies (0af86b3)
  • package: Update dependencies to fix vulnerabilities (da26af6)
  • package: Update dependencies to fix vulnerabilities (642b7d7)
  • security: Update vulnerable dependencies (fa7ee1f)
  • ts: Add create method to handle async initialization (6cc90ab), closes #25
  • ts: Make Android reader discovery response more consistent with iOS (7089dc8), closes #27
  • ts: Remove autoInit option and hide the constructor from the docs (96ba6c3)
  • ts: Start listening for readers before beginning to search (06263db)
  • web: Actually return the payment intent when retrievePaymentIntent is called (8cc9804), closes #37
  • Do more things in the main thread and remove SwiftyJSON (cause it wasn't in use) (d5d13bb)
  • Make sure pendingDiscoverReaders isn't nil before canceling it (f947607)

Features

  • android: Add ability to check for & install reader firmware updates (9b022bb)
  • android: Add ability to connect/disconnect readers (30483ab)
  • android: Add ability to init and discover readers (438e732), closes #3
  • android: Add ability to retrieve payment intents, collect payment methods, and process payments (cdebf50), closes #3
  • android: Add Android Support (f47804a), closes #3
  • android: Add getPermissions method to ask for location permission and automatically enable bluetooth when initialized (2cb517c)
  • android: Implement reader status event listeners (f2ee765)
  • ios: Add reader software update methods (4ea2284)
  • ios: Add retrievePaymentIntent, collectPaymentMethod, and processPayment (ff7318a)
  • ios: Add support for clearCachedCredentials method (cdcc5ae)
  • ios: Add support for discoveryMethod and deviceType options for discoverReaders (96b657d), closes #6
  • ios: Update to StripeTerminal 1.2 and add support for Verifone P400 (909f24b)
  • ts: Add enums for ReaderDisplayMessage and ReaderInputOptions and change the listeners to use those (31a7d2c)
  • ts: Add onUnexpectedReaderDisconnect listener (73f715d)
  • web: Add Web JS SDK support (da610de), closes #4
  • Add ability to discover readers (7e92c57)
  • Add connect reader bridge (54e8bb9)
  • Add disconnect reader bridge (7d845e1)
  • Add support for Capacitor 2 (84dba04), closes #13

BREAKING CHANGES

  • ts: The autoInit option has been removed. Use the create method to create a StripeTerminalPlugin instance
  • ts: onUnexpectedReaderDisconnect is a required paramter on StripeTerminalConfig
  • ts: Changed readerInput and readerDisplayMessage output to enums