Releases: laterpay/supertab-browser
Releases · laterpay/supertab-browser
v6.5.0
6.5.0 (2024-08-06)
Features
v6.4.0
6.4.0 (2024-08-05)
Features
v6.3.0
6.3.0 (2024-07-30)
Features
v6.2.0
6.2.0 (2024-07-16)
Bug Fixes
Features
- add tests for tab payment model (cefbfd0)
- include payment model in tab response (9208857)
v6.1.0
6.1.0 (2024-07-03)
Features
- Add new public method
openCheckoutWindow
(#61) (ed45813)
v6.0.1
6.0.1 (2024-07-01)
Bug Fixes
- Increase checkout window width to fit Stripe subscription form (#60) (b333137)
v6.0.0
6.0.0 (2024-06-21)
Features
BREAKING CHANGES
- Format the reponse of
payTab
, too (it was returning
the raw TabResponse before)
- Return
null
instead of undefined
from getTab
if
no open Tab was found.
- Narrow down response types of the above methods
- Add "status" property to the response of
payTab
. It can be success
or error
and makes handling the responses on the consuming end more
fun.
v5.5.0
5.5.0 (2024-06-20)
Features
- Add timepass and subscription details to offerings (#57) (aa382c7)
v5.4.0
5.4.0 (2024-06-20)
Features
- Add flag
isSubscription
to return value of method checkAccess
(#56) (dade8c6)
v5.3.0
5.3.0 (2024-06-19)
Features
- Include payment model in offerings (#55) (9926420)