All Versions
56
Latest Version
Avg Release Cycle
86 days
Latest Release
732 days ago

Changelog History
Page 5

  • v1.0.0 Changes

    June 18, 2014
    • โž• Added support for any data store, and Mongoid out of the box
    • Added track_visits_immediately option
    • โž• Added exception catching and reporting
    • ๐Ÿ›  Visits expire after inactivity, not fixed interval
    • Added visit_duration and visitor_duration options
  • v0.3.2 Changes

    June 15, 2014
    • ๐Ÿ›  Fixed bot exclusion for visits
    • ๐Ÿ›  Fixed user method
  • v0.3.1 Changes

    June 12, 2014
    • ๐Ÿ›  Fixed visitor cookies when set on server
    • โž• Added domain option for server cookies
  • v0.3.0 Changes

    June 11, 2014
    • Added current_visit_token and current_visitor_token method
    • Switched to UUIDs
    • Quiet endpoint requests
    • Skip server-side bot events
    • โž• Added request argument to exclude_method
  • v0.2.2 Changes

    May 26, 2014
    • โž• Added exclude_method option
    • โž• Added support for batch events
    • ๐Ÿ›  Fixed cookie encoding
    • ๐Ÿ›  Fixed options variable from being modified
  • v0.2.1 Changes

    May 16, 2014
    • ๐Ÿ›  Fixed IE 8 error
    • โž• Added track_bots option
    • โž• Added $authenticate event
  • v0.2.0 Changes

    May 13, 2014
    • โž• Added event tracking (merged ahoy_events)
    • โž• Added ahoy.js
  • v0.1.8 Changes

    May 11, 2014
    • ๐Ÿ›  Fixed bug with user_type set to false instead of nil
  • v0.1.7 Changes

    May 11, 2014
    • Made cookie functions public for ahoy_events
  • v0.1.6 Changes

    May 07, 2014
    • ๐Ÿ‘ Better user agent parser