Skip to content

v2.0.0

Compare
Choose a tag to compare
@e1-bot e1-bot released this 04 Jan 21:14
· 26 commits to next since this release
af40ec4

2.0.0 (2022-01-04)

Bug Fixes

  • Null out empty objects (bcca14a)
  • package: Update dependencies (a32d455)
  • package: Update dependencies (58e5e47)
  • package: Update dependencies (7aa81de)
  • ts: Add PaymentIntentStatus enum (590b302)
  • ts: Rename abort methods to cancel for consistency with the native layer (dd73cf5)
  • Update permissions API (2b257d6)
  • web: Get the connected reader directly from the Terminal instance (a87d762)
  • web: Only translate the reader object if it exists and remove the connectedReader object (9d913f5)

Features

  • Add simulator configuration APIs (af4f0ba)
  • capacitor: Upgrade to Capacitor v3 (0901428)
  • ios: Add listLocations method (9a19e76)
  • Upgrade to Stripe Terminal v2 (cf8759d)

BREAKING CHANGES

  • Stripe Terminal v2 introduces many breaking API changes.
  • ts: Renamed abort methods to cancel for consistency with the native layer
  • capacitor: Capacitor v3 is now required.