Releases: webiny/wts
Releases · webiny/wts
v1.0.1
v1.0.0
2.2.0
First, it ensures the promise created in the _apiCall is returned to the caller, which also enables the trackEvent method to do the same. This way, the caller of the trackEvent method can decide whether they want to wait for the promise to resolve or not. This can be useful if the user wants to e.g. terminate the process only after the event has been sent, not before.
With that, we also ensure that, in the Admin version of the WTS class, the provided fetch and btoa callbacks are bound to the window object. Without this step, the bindings change internally (because the callbacks are called via this.), which causes trackEvent calls to fail.
2.1.0
Introduced a new IP API
2.0.1
Corrected the package version
1.0.2
JS synax update
1.0.1
Corrected main path
1.0.0
Initial commit