Releases: a-t-x-m/metrics
Releases · a-t-x-m/metrics
v0.14.0
- rename
dispatchEvent()
to emit()
- rename default events
- add linting scripts for JSON and Markdown
- add Prettier
- fix linting script
v0.13.1
- randomize event name
- update CircleCI config
- minor refactoring
v0.13.0
- add
randomClientID
option
- add
cacheBuster
option to Matomo module
- remove unused option from Matomo module
v0.12.1
- fix example
- fix description
v0.12.0
- add tracking support for configuration changes
- breaking changes: rename
options
commandTracking
→ tracking.commands
trackDevMode
→ trackInDevMode
trackSpecMode
→ trackInSpecMode
- rename event category for commands
- use
lint-staged
- update dependencies
v0.11.1
- refactor code
- default Matomo
siteID
to 1
- update examples
- update dependencies
v0.11.0
- add support for Matomo analytics
- replace custom event listener with
onDidDispatch()
- refactor code into provider modules
- update dependencies
v0.10.0
- add
ipOverride
option
- rename
event()
method to dispatchEvent()
v0.9.0
- use UUID v5 for Client ID
- update dependencies
v0.8.0
- rewrite as factory function
- update dependencies