Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.55 KB

CHANGELOG.markdown

File metadata and controls

55 lines (38 loc) · 1.55 KB

1.1.1

1.1.0

  • Added User ID Options PR#30
  • Added Premium Account flag PR#31
  • Added Custom Metrics & Dimensions 0-20/0-200 PR#31
  • Removed support for Ruby 1.8.7

1.0.0

  • Moved to Universal Analytics

0.0.6

  • Add support for sending custom_vars in proper sequence while doing analytics_init PR#20 (thanks to @yonda).
  • Make switching between DoubleClick and default ga.js simpler. PR#23 (thanks to @rafamanzo).
  • Start testing the library regularly against Ruby 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1, JRuby-1.8mode and JRuby-1.9mode.

0.0.5

  • Enhanced link attribution.

0.0.4

  • Support for custom analytics script src (DoubleClick is supported).
  • Add a :domain option to analytics_init.

0.0.3

  • Fix #8, the directives were in the wrong order in development mode (thanks to @garnould).
  • Add support for the _anonymizeIp event (thanks to @rmoriz).
  • Add support for the _deleteCustomVar directive (thanks to @eirc).

0.0.2

  • Documentation updates
  • Custom variable support (thanks to @asm).
  • _setSiteSpeedSampleRate() method support (thanks to @nikosd).
  • Event collection size method (thanks to @brundage).

0.0.1

Initial release.