Skip to content

Latest commit

 

History

History
110 lines (56 loc) · 4.75 KB

CHANGELOG.md

File metadata and controls

110 lines (56 loc) · 4.75 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.8 (2022-06-07)

Bug Fixes

  • tracker: Use try/catch for localstorage check

0.3.7 (2022-06-06)

Bug Fixes

  • tracker: Don't access localStorage if it is not available #31 (#31)
  • tracker: Accept number and boolean as event props (#27)

0.3.5 (2022-01-25)

Changes

  • tracker: Include source files for source maps (#23)

0.3.4 (2021-10-27)

Features

  • tracker: Respect plausible_ignore localStorage flag (#17)

0.3.2 (2021-10-26)

Bug Fixes

  • tracker: Adds additional check if process is undefined (#15)

0.3.1 (2020-11-09)

Features

  • tracker: add automatic outbound link tracking (695152c)

0.3.0 (2020-11-08)

⚠ BREAKING CHANGES

  • tracker: trackEvent's argument order was changed. options became the second argument and eventData became the third.

Features

  • request: adds support for custom event properties (2e4b8eb), closes #2
  • tracker: trackEvent's EventOptions are now its second parameter (13a5999)

0.2.2 (2020-10-15)

0.2.1 (2020-10-15)

0.2.0 (2020-10-15)

⚠ BREAKING CHANGES

  • tracker: Removed url, referrer and deviceWidth from the type definitions of the initialization function.

  • tracker: pageView() becomes trackPageview() and enableAutoPageViews() becomes enableAutoPageviews() Their type aliases names also changed, so PageView becomes TrackPageview and EnableAutoPageViews becomes EnableAutoPageviews.

  • tracker: "PageViews" are now a single word "pageview" (892d8fe)

  • tracker: the initialization function now takes only a subset of all event options (c7f1590)

0.1.11 (2020-10-12)

0.1.10 (2020-10-12)

0.1.9 (2020-10-12)

0.1.8 (2020-10-12)

0.1.7 (2020-10-12)

Bug Fixes

  • tracker: remove typescript-only '?' notation because it was not being transpiled properly (594796f)

0.1.6 (2020-10-12)

0.1.5 (2020-10-12)

Bug Fixes

0.1.4 (2020-10-12)

0.1.3 (2020-10-12)

Bug Fixes

  • cspell: added "GIFs" to cspell (58ce3cf)

0.1.2 (2020-10-12)

Initial release