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 ofundefined
fromgetTab
if
no open Tab was found.
- Narrow down response types of the above methods
- Add "status" property to the response of
payTab
. It can besuccess
orerror
and makes handling the responses on the consuming end more
fun.