Skip to content

Latest commit

 

History

History
199 lines (99 loc) · 9.47 KB

CHANGELOG.md

File metadata and controls

199 lines (99 loc) · 9.47 KB

0.4.1 (2024-08-01)

Bug Fixes

  • add fix for SyntaxError during JSON.parse (e0fe5fe)
  • manage debounce on a single session (6a0dc5e)

0.4.0 (2024-05-21)

Features

  • add event resolution using DOM (988d55b)

0.3.15 (2024-05-18)

Performance Improvements

  • improve page view tracking with location info (794f1f0)

0.3.14 (2024-05-17)

Bug Fixes

  • add fix for debounce issue (dbfbfac)

Performance Improvements

  • optimise location metadata API request (682b4e1)

0.3.13 (2024-05-14)

Bug Fixes

  • resolve url without base url (5286a49)

0.3.12 (2024-05-14)

0.3.11 (2024-05-14)

Bug Fixes

  • handle www while validating hostname (4ef2c44)

0.3.10 (2024-05-11)

Bug Fixes

  • add fix for new session always true issue (6953f67)

0.3.9 (2024-05-08)

Bug Fixes

  • update load to DOMContentLoaded event for page view (178fe3a)

0.3.8 (2024-05-03)

Bug Fixes

  • add fix for sendEmail method (533f746)

0.3.7 (2024-04-30)

Bug Fixes

  • add fix for wrong chrome spelling (28558ff)

0.3.6 (2024-04-30)

Bug Fixes

  • remove metainfo restriction for sendEmail (13e9f6e)

0.3.5 (2024-04-19)

Bug Fixes

  • add minor fix for browser context issue (8ea9ac0)

0.3.4 (2024-04-19)

Bug Fixes

  • add support for non-browser environment (76839ed)

0.3.3 (2024-04-14)

Bug Fixes

  • add callback handlers for sendEmail (67a0352)

0.3.2 (2024-04-13)

Bug Fixes

  • add fix for email request content-type issue (b7c8a3f)

0.3.1 (2024-04-07)

0.3.0 (2024-04-05)

Features

  • add hostname validation (b2c9e1b)

0.2.0 (2024-03-13)

Features

0.1.4 (2024-03-03)

Performance Improvements

0.1.3 (2024-03-03)

Bug Fixes

  • attach event handlers to window for umd (690539f)

Performance Improvements

0.1.2 (2024-02-22)

0.1.1 (2024-02-22)

Bug Fixes

  • remove setTimeout for page view (5c24e83)

Performance Improvements

  • change sourcemap`` to false` to reduce overall size (88436b6)

0.1.0 (2024-02-22)

Bug Fixes

  • add initializer function (adc0a6d)
  • add page view initializer (92ebaff)
  • minor type fix (029a911)
  • store referred url when logOnly is true (17155e2)

Features

  • 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)