Angulartics Versions Save

Analytics for AngularJS applications.

0.17.1

9 years ago

0.17.1 (2014-10-28)

Bug Fixes

  • Adobe event tracking - download and exit events now sent (thanks to alexismartin)
  • Fix angular-scroll directive (thanks to eshaham)
  • Fix for Kissmetrics to allow Karma testing

Features

  • Add Loggly support (thanks to zoellner)
  • Add Localytics support (thanks to joehalliwell)
  • Add CNZZ support (thanks to L42y)
  • Add Hubspot support (thanks to asafdav)
  • Add main attr to package.json to enable browserify support (thanks to adamscybot)
  • Updates GA provider to support custom metrics and dimensions for universal GA on a per-event basis (thanks to Philo)
  • Add mixpanel.alias support to call event after user signs up (thanks to tomasescobar)

0.17.0

9 years ago

0.17.0 (2014-10-02)

Bug Fixes

  • Fix double page tracking - (don't set noRoutesorState to false if conditionals fail)
  • Clean up dependency injections
  • Angular-scroll now minification safe

Features

  • Add Intercom vendor plugin

0.16.4

9 years ago
  • Fixed https://github.com/luisfarzati/angulartics/issues/182 double pageview tracking with ui-router
  • Update Gruntfile.js so you don't need to explicitly declare filenames to minify
  • Added basic debugging provider angulartics.debug.js that uses console.log to dump page and event tracking

0.16.3

9 years ago

Angular 1.1.5 is minimum required. Updated bower.json and all sample files. JSHint fixes

0.16.2

9 years ago

0.16.1

9 years ago
  • Support for multiple providers
  • API
    • handlers and buffering generically so new methods like setSuperProperties can be added easily (I took it out, but you can easily allow plugins to add their own buffered methods like setFoo)
    • Exposes API on provider so applications can call setUsername, for example, at config time.
  • Buffering
    • Only buffers when waiting for a vendor API so component libraries can be instrumented with tracking
    • Can flush buffers immediately upon registration (to make sure things like 'setUsername' gets called before --- eventTrack
  • Support for mixpanel super properties (mixpanel.register)

0.15.20

9 years ago

Bug Fixes

  • kissmetrics: changing kissmetrics plugin to use global window object (d505801, closes #161)

Features

  • bower add all vendor scripts to bower to enable automatic dependency injections via wiredep and similar tools 7cbcef1

0.15.19

9 years ago
  • Updated Segment.io to use page method instead of deprecated pageview
  • Added complete path recording (autoBasePath) for tracking non-angular pages and avoiding double tracking of pageviews (big thanks to @dasmith)

0.15.18

9 years ago

Now supports ui-router and ngRoute