Skip to content

v6.0.0

Compare
Choose a tag to compare
@lpmachineuser lpmachineuser released this 21 Jun 08:09
· 139 commits to main since this release

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.