Releases: eventOneHQ/capacitor-stripe-terminal
Releases · eventOneHQ/capacitor-stripe-terminal
v2.0.0-beta.5
v2.0.0-beta.4
v2.0.0-beta.3
2.0.0-beta.3 (2021-10-12)
Bug Fixes
- Null out empty objects (bcca14a)
Features
- Add simulator configuration APIs (af4f0ba)
v2.0.0-beta.2
2.0.0-beta.2 (2021-09-08)
Bug Fixes
- ts: Rename abort methods to cancel for consistency with the native layer (dd73cf5)
Features
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
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
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
v1.1.0-beta.1
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
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
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 thecreate
method to create aStripeTerminalPlugin
instance - ts: onUnexpectedReaderDisconnect is a required paramter on StripeTerminalConfig
- ts: Changed readerInput and readerDisplayMessage output to enums