Skip to content

Releases: miguelzakharia/aurelia-google-analytics

v2.5.0

22 Aug 21:02
Compare
Choose a tag to compare

Added possibility to ignore page tracking per fragment/route/route name

v2.4.0

17 May 20:01
Compare
Choose a tag to compare

Adds option to anonymize IP globally.

v2.3.1

07 Nov 00:06
6031355
Compare
Choose a tag to compare

Adds deepmerge to dependencies in package.json

Override URL

11 Jun 19:55
Compare
Choose a tag to compare

This release provides a way to override which URL is sent to GA. By default it still uses payload.instruction.fragment.

Add exception tracking

24 Apr 17:43
Compare
Choose a tag to compare

This release enables sending exceptions to Google Analytics.

Choose where page title value comes from

21 Mar 22:23
Compare
Choose a tag to compare

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

19 Feb 01:54
Compare
Choose a tag to compare

Address issue #11, update dependencies and remove dead code.

Support for Webpack

30 May 16:04
Compare
Choose a tag to compare

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

11 Feb 15:09
Compare
Choose a tag to compare
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