Releases: miguelzakharia/aurelia-google-analytics
Releases · miguelzakharia/aurelia-google-analytics
v2.5.0
v2.4.0
Adds option to anonymize IP globally.
v2.3.1
Adds deepmerge
to dependencies in package.json
Override URL
This release provides a way to override which URL is sent to GA. By default it still uses payload.instruction.fragment
.
Add exception tracking
This release enables sending exceptions to Google Analytics.
Choose where page title value comes from
This feature adds a configuration option to specify where the value for page title comes from. By default the value is derived from payload.instruction.config.title
.
Add data-analytics-value
Address issue #11, update dependencies and remove dead code.
Support for Webpack
Modified the build system to dump index.js
and aurelia-google-analytics
files directly in the dist
folder. This fixes issue #8.
Change to AMD format
Merge branch 'learningmachine-master' * learningmachine-master: Update README.md Update dist Fix a null bug and add a default element filter. Change to AMD format. Update corejs version Update deps