Skip to content

Latest commit

 

History

History
114 lines (67 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

114 lines (67 loc) · 2.84 KB

1.2.0

  • E-commerce tracking

1.1.0

  • Display Advertising

1.0.0

  • migrating to analytics.js

0.14.0

  • [#34][] adding proper dependencies to the gemspec
  • [#36][] lambda-based tracking code support
  • [#35][] Added to support inpage pageid plugin

0.13.0

  • #25 remove duplicated version file
  • [#26][] Avoid error on redirection when "rack.session" is nil
  • [#27][] support doubleclick to display advertising
  • [#37][] custom adjusted bounce rates

0.12.0

Improvements

  • #9 Allow to track custom variables and events
  • #22 Allow to push generic stuff into the queue
  • #10 Removed deprecated _trackPageLoadTime adding set_site_speed_sample_rate as new configuration

Bug fix

  • Change order of tracker vars

0.11.0

Bug fix

  • #11 Fix an issue that was causing (deadlock; recursive locking) errors due to body not closed. (@rymai)

Improvements

  • #11 Usage of Bundler. (@rymai)
  • #11 Addition of development dependencies. (@rymai)
  • #11 Creation of lib/rack-google-analytics.rb so :require => 'rack/google-analytics' in the Gemfile shouldn't needed anymore. (@rymai)

0.10.0

Improvements

  • Include the Google pagespeed code.
  • README typos fixed.

0.9.2

Bug fix

  • Fixed a bug with lots of missing files from the Gem... how silly!

0.9.1

Improvement

  • Updated README to reflect 0.9.0 merge from achiu.

0.9.0

Improvement

  • Name changed from 'rack-google-analytics' to 'rack/google-analytics' more inline with the norm.

0.6.0

Improvement

  • Class now named Rack::GoogleAnalytics, in 0.5 and earlier this was incorrectly documented as Rack::GoogleTracker.

0.2.0

Improvement

  • Asynchronous code is now the default.

22 Jul, 2010

Improvement

  • Major re-write from Arthur Chiu, now correctly writes the Content-Length header, and comes with tests. (@achiu)
  • This patch also backs-out the changes from @cimm - but they were un-tested (I intend to bring these back as soon as possible; this will probably constitute a 1.0 release when it happens).

19 Jan, 2010

Improvement

  • Makes the default snippet the async version from Google. Use regular synchronous code with: :async => false. (@ralph)

27 Dec, 2009

  • Initial release, extracted from the Capistrano-Website project.