Skip to content

Releases: laterpay/supertab-browser

v6.5.0

06 Aug 08:08
Compare
Choose a tag to compare

6.5.0 (2024-08-06)

Features

v6.4.0

05 Aug 07:05
Compare
Choose a tag to compare

6.4.0 (2024-08-05)

Features

v6.3.0

30 Jul 11:20
Compare
Choose a tag to compare

6.3.0 (2024-07-30)

Features

  • Add explicit auth and token urls (#62) (52896b1)

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)