Releases: eventOneHQ/capacitor-stripe-terminal
Releases · eventOneHQ/capacitor-stripe-terminal
v1.0.0-beta.10
1.0.0-beta.10 (2021-01-22)
Bug Fixes
- package: Update dependencies to fix vulnerabilities (da26af6)
- ts: Remove
autoInit
option and hide the constructor from the docs (96ba6c3)
BREAKING CHANGES
- ts: The
autoInit
option has been removed. Use thecreate
method to create aStripeTerminalPlugin
instance
v1.0.0-beta.9
1.0.0-beta.9 (2020-12-04)
Bug Fixes
v1.0.0-beta.8
1.0.0-beta.8 (2020-09-07)
Bug Fixes
Features
- ts: Add onUnexpectedReaderDisconnect listener (73f715d)
- web: Add Web JS SDK support (da610de), closes #4
BREAKING CHANGES
- ts: onUnexpectedReaderDisconnect is a required paramter on StripeTerminalConfig
v1.0.0-beta.7
1.0.0-beta.7 (2020-09-03)
Bug Fixes
v1.0.0-beta.6
1.0.0-beta.6 (2020-09-03)
Bug Fixes
- package: Update dependencies to fix vulnerabilities (642b7d7)
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)
v1.0.0-beta.5
1.0.0-beta.5 (2020-06-26)
Features
- ios: Add support for clearCachedCredentials method (cdcc5ae)
- ts: Add enums for ReaderDisplayMessage and ReaderInputOptions and change the listeners to use those (31a7d2c)
BREAKING CHANGES
- ts: Changed readerInput and readerDisplayMessage output to enums
v1.0.0-beta.4
1.0.0-beta.4 (2020-06-11)
Bug Fixes
v1.0.0-beta.3
v1.0.0-beta.2
v1.0.0-beta.1
1.0.0-beta.1 (2019-10-26)
Bug Fixes
- 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
- ios: Add reader software update methods (4ea2284)
- ios: Add retrievePaymentIntent, collectPaymentMethod, and processPayment (ff7318a)
- ios: Add support for discoveryMethod and deviceType options for discoverReaders (96b657d), closes #6
- Add ability to discover readers (7e92c57)
- Add connect reader bridge (54e8bb9)
- Add disconnect reader bridge (7d845e1)