All Versions
28
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
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.
- ๐ Fix issue when user agent is set to
-
v2.0.1 Changes
- ๐ Fix Rails integration.
-
v2.0.0 Changes
- ๐ป
Browser#platform
now returns instance ofBrowser::Platform
, instead of aString
. 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 ofBrowser::AcceptLanguage
objects. - ๐ป
Browser#bot
now returns aBrowser::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.
- ๐ป