Replies: 1 comment
-
|
For simplicity, I will be doing Option 1. I will be releasing a v2 beta shortly with Capacitor v3 support. Stripe Terminal v2 will come in a later v2 beta. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are two major breaking changes coming up with Capacitor v3 (#50) and Stripe Terminal v2 (#54) . I am creating this to discuss the best way to implement these changes version-wise.
There are a few options here.
Option 1
Make both breaking changes in a single major release (v2).
Pros
Cons
Option 2
Release
capacitor-stripe-terminalv2 with Stripe Terminal v2 support and then quickly after, releasecapacitor-stripe-terminalv3 with Capacitor v3 support.Pros
Cons
Option 3
Release
capacitor-stripe-terminalv2 with Capacitor v3 support and then quickly after, releasecapacitor-stripe-terminalv3 with Stripe Terminal v2 support.Pros
Cons
Notes
@kyleabens @bdsimmons pinging you both for your opinion on this since I know you both actively use capacitor-stripe-terminal.
Beta Was this translation helpful? Give feedback.
All reactions