0.4.1 (2024-08-01)
0.4.0 (2024-05-21)
- add event resolution using DOM (988d55b)
0.3.15 (2024-05-18)
- improve page view tracking with location info (794f1f0)
0.3.14 (2024-05-17)
- add fix for debounce issue (dbfbfac)
- optimise location metadata API request (682b4e1)
0.3.13 (2024-05-14)
- resolve url without base url (5286a49)
0.3.12 (2024-05-14)
0.3.11 (2024-05-14)
- handle www while validating hostname (4ef2c44)
0.3.10 (2024-05-11)
- add fix for new session always true issue (6953f67)
0.3.9 (2024-05-08)
- update load to DOMContentLoaded event for page view (178fe3a)
0.3.8 (2024-05-03)
- add fix for sendEmail method (533f746)
0.3.7 (2024-04-30)
- add fix for wrong chrome spelling (28558ff)
0.3.6 (2024-04-30)
- remove metainfo restriction for sendEmail (13e9f6e)
0.3.5 (2024-04-19)
- add minor fix for browser context issue (8ea9ac0)
0.3.4 (2024-04-19)
- add support for non-browser environment (76839ed)
0.3.3 (2024-04-14)
- add callback handlers for sendEmail (67a0352)
0.3.2 (2024-04-13)
- add fix for email request content-type issue (b7c8a3f)
0.3.1 (2024-04-07)
0.3.0 (2024-04-05)
- add hostname validation (b2c9e1b)
0.2.0 (2024-03-13)
- add api to send email (fc207ac)
0.1.4 (2024-03-03)
- optimize bundle size (7fdfe3e)
0.1.3 (2024-03-03)
- attach event handlers to
window
for umd (690539f)
- improve bot detection (af7cfff)
0.1.2 (2024-02-22)
0.1.1 (2024-02-22)
- remove setTimeout for page view (5c24e83)
- change
sourcemap`` to
false` to reduce overall size (88436b6)
- add initializer function (adc0a6d)
- add page view initializer (92ebaff)
- minor type fix (029a911)
- store referred url when
logOnly
istrue
(17155e2)
- add base transmission support (2b21c57)
- add basic get http api (5fb4017)
- add config to manage web api page view observer (3c009c1)
- add data event api (c79cbc4)
- add initial config support (f9dfc71)
- add location detection api implementation (0b75d1b)
- add location info interface (520d514)
- add log only support (fd75512)
- add observePageViewViaWebAPI option (fca961b)
- add page view event handler (1ab5993)
- add page view listener (dc128c8)
- add simple event handler (d22530a)
- add stop flag for individual service (65945a5)
- add support for filtering bot UA (8006498)
- add support for local storage (b502731)
- add support for location detection (931eb4f)
- add support for platform detection (a08ba7c)
- add support for session detection (f3062f4)
- add support for session storage (fcc970b)
- add support for user detection (32ca949)
- add support to log event per session (8e482a7)
- add tsup config file (e3ff2f9)