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.
- 💻