All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.8 (2022-06-07)
- tracker: Use try/catch for localstorage check
0.3.7 (2022-06-06)
- 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)
- tracker: Include source files for source maps (#23)
0.3.4 (2021-10-27)
- tracker: Respect
plausible_ignore
localStorage flag (#17)
0.3.2 (2021-10-26)
- tracker: Adds additional check if process is undefined (#15)
0.3.1 (2020-11-09)
- tracker: add automatic outbound link tracking (695152c)
0.3.0 (2020-11-08)
- tracker:
trackEvent
's argument order was changed.options
became the second argument andeventData
became the third.
- 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)
-
tracker: Removed
url
,referrer
anddeviceWidth
from the type definitions of the initialization function. -
tracker:
pageView()
becomestrackPageview()
andenableAutoPageViews()
becomesenableAutoPageviews()
Their type aliases names also changed, soPageView
becomesTrackPageview
andEnableAutoPageViews
becomesEnableAutoPageviews
. -
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)
- 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)
- docs: fixed some typos (dbe0a2c)
0.1.4 (2020-10-12)
0.1.3 (2020-10-12)
- cspell: added "GIFs" to cspell (58ce3cf)
Initial release