Skip to content

Latest commit

 

History

History
155 lines (104 loc) · 4.23 KB

History.md

File metadata and controls

155 lines (104 loc) · 4.23 KB

0.4.4 / 2013-1-21

  • [Bitdeli] support added by @jtuulos
  • Mixpanel $first_name and $last_name aliases added by @dwradcliffe
  • Fixed Mixpanel $last_seen alias
  • Added parseUrl util
  • Moving gosquared queue to snippet

0.4.3 / 2013-1-20

  • Added support for Errorception user metadata

0.4.2 / 2013-1-18

  • Added option to use a properties function in trackLink and trackForm methods

0.4.1 / 2013-1-18

0.4.0 / 2013-1-18

  • Rename trackClick to trackLink
  • Rename trackSubmit to trackForm

0.3.8 / 2013-1-18

  • Fix for Clicky loading slowly

0.3.7 / 2013-1-17

0.3.6 / 2013-1-14

0.3.5 / 2013-1-14

  • Added trackClick and trackForm helpers

0.3.4 / 2013-1-13

0.3.3 / 2013-1-11

0.3.2 / 2013-1-11

  • Quantcast support added
  • Fixed breaking issue on Clicky
  • Updated Makefile for new providers

0.3.1 / 2013-1-11

  • Added label and category support to Google Analytics

0.3.0 / 2013-1-9

0.2.5 / 2013-1-8

0.2.4 / 2013-1-3

  • GoSquared trailing comma fix by @cmer

0.2.3 / 2013-1-2

  • Added domain field to GA by @starrhorne
  • Removing phantom install to get travis working
  • Adding window._gaq fix in initialize.

0.2.2 / 2012-12-19

  • Added link query tag support for ajs_uid and ajs_event
  • Added docco, uglify, and phantom to devDependencies by @peleteiro

0.2.1 / 2012-12-18

  • Added the pageview method for tracking virtual pageviews
  • Added Travis-CI
  • Fixed window level objects in customerio and gosquared
  • Support added for Intercom's "secure" mode by @buger
  • Removed root references

0.2.0 / 2012-12-16

  • Separated providers into separate files for easier maintenance
  • Changed special createdAt trait to created for cleanliness
  • Moved utils directly onto the analytics object
  • Added extend and alias utils
  • Added settings defaults for all providers

0.1.2 / 2012-12-14

0.1.1 / 2012-10-25

  • Enhanced Link Attribution added for Google Analytics by @nscott
  • Site Speed Sample Rate added for Google Analytics by @nscott

0.1.0 / 2012-10-11

  • Olark support added
  • Added terse initialize syntax
  • Added tests for all providers
  • Added README