Skip to content

Releases: laterpay/supertab-browser

v6.2.0

16 Jul 06:46
Compare
Choose a tag to compare

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

03 Jul 09:51
Compare
Choose a tag to compare

6.1.0 (2024-07-03)

Features

  • Add new public method openCheckoutWindow (#61) (ed45813)

v6.0.1

01 Jul 14:45
Compare
Choose a tag to compare

6.0.1 (2024-07-01)

Bug Fixes

  • Increase checkout window width to fit Stripe subscription form (#60) (b333137)

v6.0.0

21 Jun 08:09
Compare
Choose a tag to compare

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

20 Jun 15:29
Compare
Choose a tag to compare

5.5.0 (2024-06-20)

Features

  • Add timepass and subscription details to offerings (#57) (aa382c7)

v5.4.0

20 Jun 13:53
Compare
Choose a tag to compare

5.4.0 (2024-06-20)

Features

  • Add flag isSubscription to return value of method checkAccess (#56) (dade8c6)

v5.3.0

19 Jun 14:39
Compare
Choose a tag to compare

5.3.0 (2024-06-19)

Features

  • Include payment model in offerings (#55) (9926420)

v5.2.0

05 Jun 10:28
Compare
Choose a tag to compare

5.2.0 (2024-06-05)

Features

  • allow calling getOfferings() in no-auth context (16e8840)

v5.1.0

28 May 13:52
Compare
Choose a tag to compare

5.1.0 (2024-05-28)

Features

  • update tapper-sdk client to v37.0.0 (08691ec)

v5.0.0

28 May 12:31
Compare
Choose a tag to compare

5.0.0 (2024-05-28)

Features

  • make checkAccess() responses more sensible (#54) (abbfb9c)

BREAKING CHANGES

  • checkAccess() response was modified. It now returns access object with validTo property if access is found. If no access, the access is set to null.