All Versions
28
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 3

  • v2.4.0 Changes

    • โž• Add Google Drive API, Proximic Spider, NewRelic pinger and SocialRank bots.
    • โž• Add Pinboard in-app browser to the bot exception list.
    • ๐Ÿ’ป All browser detection methods can now compare versions.
    • ๐Ÿง All platform detection methods can now compare versions (except #linux? and #firefox_os?).
    • โž• Add browser/aliases, so you can have methods on the base object (e.g. browser.mobile?). See README for instructions.
    • โœ‚ Remove official support for Rails 3 and Ruby 2.1.
  • v2.3.0 Changes

    • โž• Add AWS ELB bot.
    • โž• Add CommonCrawl and Yahoo Ad Monitoring bots.
    • โž• Add Google Stackdriver Uptime Check bot.
    • โž• Add Microsoft Bing bots (adldxbot, bingpreview, and msnbot-media).
    • โž• Add Stripe and Netcraft bots.
    • โž• Add support for loading browser without extending Rails' helpers.
    • โž• Add Watchsumo bot.
    • Match Alipay.
  • v2.2.0 Changes

    • ๐Ÿ Browser::Platform#windows? can now compare versions.
    • ๐Ÿ’ป Browser::Platform#mac? can now compare versions.
    • ๐Ÿ’ป Detect QQ Browser.
    • ๐Ÿ›  Fix issue with Mac user agents that didn't include the version.
  • v2.1.0 Changes

    • โž• Add PrivacyAwareBot, ltx71, Squider and Traackr to bots.
    • Match Google Structured Data alternative bot.
    • Match MicroMessenger (WeChat).
    • Match Weibo.
    • ๐Ÿ Detect Windows & Mac OS versions.
  • v2.0.3 Changes

    • ๐Ÿ›  Fix issue with version detection when no actual version is provided (i.e. the user agent doesn't have any version information).
  • v2.0.2 Changes

    • ๐Ÿ›  Fix issue when user agent is set to nil.
    • ๐Ÿ›  Fix issue with user agent without version information.
  • v2.0.1 Changes

    • ๐Ÿ›  Fix Rails integration.
  • v2.0.0 Changes

    • ๐Ÿ’ป Browser#platform now returns instance of Browser::Platform, instead of a String. It contains information about the platform (software).
    • ๐Ÿ’ป Browser#device was added. It returns information about the device (hardware).
    • ๐Ÿ’ป Browser#accept_language now returns a list of Browser::AcceptLanguage objects.
    • ๐Ÿ’ป Browser#bot now returns a Browser::Bot instance.
    • ๐ŸŒ Safari running as web app mode is not recognized as Safari anymore.
    • ๐Ÿ’Ž ruby-2.3+ will always activate frozen strings.
    • ๐Ÿš€ List of all commits since last release.